#A12966

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

Shades of Lipstick #A12966

Tints of Lipstick #A12966

Color information

#A12966 (or 0xA12966) is unknown color: approx Lipstick. HEX triplet: A1, 29 and 66. RGB value is (161,41,102). Sum of RGB (Red+Green+Blue) = 161+41+102=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A12966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12966 is #5ED699. Grayscale: #535353. Windows color (decimal): -6215322 or 6695329. OLE color: 6695329.

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

Color convert

RGB16141102-
CMYK00.750.370.37
HSL329.5º59.41%39.61%-
HSV(B)329.5º74.53%63.14%-
XYZ17.8910.1213.58-
YUV83.83138.26183.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.96%
GREEN value IS 41 (16.41% from 255) = 13.49%
BLUE value IS 102 (40.23% from 255) = 33.55%
R=52.96%
G=13.49%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614110200.750.370.37329.559.4139.61
HexA1296604B252514a3b28
Octal24151146011345455127350
Binary10100001101001110011001001011100101100101101001010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12966; }

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

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

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

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

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

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

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

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