#A02859

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

Shades of Lipstick #A02859

Tints of Lipstick #A02859

Color information

#A02859 (or 0xA02859) is unknown color: approx Lipstick. HEX triplet: A0, 28 and 59. RGB value is (160,40,89). Sum of RGB (Red+Green+Blue) = 160+40+89=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A02859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02859 is #5FD7A6. Grayscale: #515151. Windows color (decimal): -6281127 or 5843104. OLE color: 5843104.

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

Color convert

RGB1604089-
CMYK00.750.440.37
HSL335.5º60%39.22%-
HSV(B)335.5º75%62.75%-
XYZ17.069.7110.43-
YUV81.47132.26184.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.36%
GREEN value IS 40 (16.02% from 255) = 13.84%
BLUE value IS 89 (35.16% from 255) = 30.80%
R=55.36%
G=13.84%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160408900.750.440.37335.56039.22
HexA0285904B2C251503c27
Octal24050131011354455207447
Binary10100000101000101100101001011101100100101101010000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02859; }

 p { color: rgb(160,40,89); }

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

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

 a { background-color: rgb(160,40,89); }

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

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

 span { border-color: rgb(160,40,89); }

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