#A02049

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

Shades of Lipstick #A02049

Tints of Lipstick #A02049

Color information

#A02049 (or 0xA02049) is unknown color: approx Lipstick. HEX triplet: A0, 20 and 49. RGB value is (160,32,73). Sum of RGB (Red+Green+Blue) = 160+32+73=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A02049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02049 is #5FDFB6. Grayscale: #4A4A4A. Windows color (decimal): -6283191 or 4792480. OLE color: 4792480.

HSL color Cylindrical-coordinate representation of color #A02049: hue angle of 340.78º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02049 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB1603273-
CMYK00.800.540.37
HSL340.78º66.67%37.65%-
HSV(B)340.78º80%62.75%-
XYZ16.228.997.18-
YUV74.95126.91188.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.38%
GREEN value IS 32 (12.89% from 255) = 12.08%
BLUE value IS 73 (28.91% from 255) = 27.55%
R=60.38%
G=12.08%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160327300.800.540.37340.7866.6737.65
HexA0204905036251554326
Octal240401110120664552510346
Binary101000001000001001001010100001101101001011010101011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02049; }

 p { color: rgb(160,32,73); }

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

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

 a { background-color: rgb(160,32,73); }

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

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

 span { border-color: rgb(160,32,73); }

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