#A02A69

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

Shades of Lipstick #A02A69

Tints of Lipstick #A02A69

Color information

#A02A69 (or 0xA02A69) is unknown color: approx Lipstick. HEX triplet: A0, 2A and 69. RGB value is (160,42,105). Sum of RGB (Red+Green+Blue) = 160+42+105=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02A69 is #5FD596. Grayscale: #545454. Windows color (decimal): -6280599 or 6892192. OLE color: 6892192.

HSL color Cylindrical-coordinate representation of color #A02A69: hue angle of 327.97º 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 #A02A69 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB16042105-
CMYK00.740.340.37
HSL327.97º58.42%39.61%-
HSV(B)327.97º73.75%62.75%-
XYZ17.8710.1514.38-
YUV84.46139.59181.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.12%
GREEN value IS 42 (16.80% from 255) = 13.68%
BLUE value IS 105 (41.41% from 255) = 34.20%
R=52.12%
G=13.68%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604210500.740.340.37327.9758.4239.61
HexA02A6904A22251483a28
Octal24052151011242455107250
Binary10100000101010110100101001010100010100101101001000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02A69; }

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

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

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

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

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

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

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

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