#a02459

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

Shades of Lipstick #A02459

Tints of Lipstick #A02459

Color information

#A02459 (or 0xA02459) is unknown color: approx Lipstick. HEX triplet: A0, 24 and 59. RGB value is (160,36,89). Sum of RGB (Red+Green+Blue) = 160+36+89=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A02459 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02459 is #5FDBA6. Grayscale: #4F4F4F. Windows color (decimal): -6282151 or 5842080. OLE color: 5842080.

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

Color convert

RGB1603689-
CMYK00.780.440.37
HSL334.35º63.27%38.43%-
HSV(B)334.35º77.5%62.75%-
XYZ16.939.4610.38-
YUV79.12133.58185.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.14%
GREEN value IS 36 (14.45% from 255) = 12.63%
BLUE value IS 89 (35.16% from 255) = 31.23%
R=56.14%
G=12.63%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160368900.780.440.37334.3563.2738.43
HexA0245904E2C2514e3f26
Octal24044131011654455167746
Binary10100000100100101100101001110101100100101101001110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a02459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a02459; }

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

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

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

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

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

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

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

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