#A12A66

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

Shades of Lipstick #A12A66

Tints of Lipstick #A12A66

Color information

#A12A66 (or 0xA12A66) is unknown color: approx Lipstick. HEX triplet: A1, 2A and 66. RGB value is (161,42,102). Sum of RGB (Red+Green+Blue) = 161+42+102=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12A66 is #5ED599. Grayscale: #545454. Windows color (decimal): -6215066 or 6695585. OLE color: 6695585.

HSL color Cylindrical-coordinate representation of color #A12A66: hue angle of 329.75º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A12A66 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB16142102-
CMYK00.740.370.37
HSL329.75º58.62%39.8%-
HSV(B)329.75º73.91%63.14%-
XYZ17.9210.1913.59-
YUV84.42137.92182.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.79%
GREEN value IS 42 (16.80% from 255) = 13.77%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=52.79%
G=13.77%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614210200.740.370.37329.7558.6239.8
HexA12A6604A252514a3b28
Octal24152146011245455127350
Binary10100001101010110011001001010100101100101101001010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12A66; }

 p { color: rgb(161,42,102); }

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

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

 a { background-color: rgb(161,42,102); }

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

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

 span { border-color: rgb(161,42,102); }

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