#A02A61

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

Shades of Lipstick #A02A61

Tints of Lipstick #A02A61

Color information

#A02A61 (or 0xA02A61) is unknown color: approx Lipstick. HEX triplet: A0, 2A and 61. RGB value is (160,42,97). Sum of RGB (Red+Green+Blue) = 160+42+97=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02A61 is #5FD59E. Grayscale: #535353. Windows color (decimal): -6280607 or 6367904. OLE color: 6367904.

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

Color convert

RGB1604297-
CMYK00.740.390.37
HSL332.03º58.42%39.61%-
HSV(B)332.03º73.75%62.75%-
XYZ17.489.9912.32-
YUV83.55135.59182.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.51%
GREEN value IS 42 (16.80% from 255) = 14.05%
BLUE value IS 97 (38.28% from 255) = 32.44%
R=53.51%
G=14.05%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160429700.740.390.37332.0358.4239.61
HexA02A6104A272514c3a28
Octal24052141011247455147250
Binary10100000101010110000101001010100111100101101001100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02A61; }

 p { color: rgb(160,42,97); }

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

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

 a { background-color: rgb(160,42,97); }

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

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

 span { border-color: rgb(160,42,97); }

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