#A62661

Color #A62661 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #A62661

Tints of Lipstick #A62661

Color information

#A62661 (or 0xA62661) is unknown color: approx Lipstick. HEX triplet: A6, 26 and 61. RGB value is (166,38,97). Sum of RGB (Red+Green+Blue) = 166+38+97=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A62661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62661 is #59D99E. Grayscale: #525252. Windows color (decimal): -5888415 or 6366886. OLE color: 6366886.

HSL color Cylindrical-coordinate representation of color #A62661: hue angle of 332.34º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A62661 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB1663897-
CMYK00.770.420.35
HSL332.34º62.75%40%-
HSV(B)332.34º77.11%65.1%-
XYZ18.5810.3612.33-
YUV83135.91187.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 55.15%
GREEN value IS 38 (15.23% from 255) = 12.62%
BLUE value IS 97 (38.28% from 255) = 32.23%
R=55.15%
G=12.62%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166389700.770.420.35332.3462.7540
HexA6266104D2A2314c3f28
Octal24646141011552435147750
Binary10100110100110110000101001101101010100011101001100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62661; }

 p { color: rgb(166,38,97); }

 H1.HeaderClassName
 {
   color: #A62661;
 }
 .AnyTagClassName
 {
   color: #A62661;
 }
</style>
background-color css

<style>
 a { background-color: #A62661; }

 a { background-color: rgb(166,38,97); }

 div.DivClassName
 {
   background-color: #A62661;
 }
 .BgClassName
 {
   background-color: #A62661;
 }
</style>
border-color css

<style>
 span { border-color: #A62661; }

 span { border-color: rgb(166,38,97); }

 td.TdClassName
 {
   border-color: #A62661;
 }
 .TagClassName
 {
   border-color: #A62661;
 }
</style>