#A12766

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

Shades of Lipstick #A12766

Tints of Lipstick #A12766

Color information

#A12766 (or 0xA12766) is unknown color: approx Lipstick. HEX triplet: A1, 27 and 66. RGB value is (161,39,102). Sum of RGB (Red+Green+Blue) = 161+39+102=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A12766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12766 is #5ED899. Grayscale: #525252. Windows color (decimal): -6215834 or 6694817. OLE color: 6694817.

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

Color convert

RGB16139102-
CMYK00.760.370.37
HSL329.02º61%39.22%-
HSV(B)329.02º75.78%63.14%-
XYZ17.829.9913.56-
YUV82.66138.92183.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.31%
GREEN value IS 39 (15.62% from 255) = 12.91%
BLUE value IS 102 (40.23% from 255) = 33.77%
R=53.31%
G=12.91%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613910200.760.370.37329.026139.22
HexA1276604C25251493d27
Octal24147146011445455117547
Binary10100001100111110011001001100100101100101101001001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12766; }

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

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

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

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

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

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

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

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