#A02A53

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

Shades of Lipstick #A02A53

Tints of Lipstick #A02A53

Color information

#A02A53 (or 0xA02A53) is unknown color: approx Lipstick. HEX triplet: A0, 2A and 53. RGB value is (160,42,83). Sum of RGB (Red+Green+Blue) = 160+42+83=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02A53 is #5FD5AC. Grayscale: #515151. Windows color (decimal): -6280621 or 5450400. OLE color: 5450400.

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

Color convert

RGB1604283-
CMYK00.740.480.37
HSL339.15º58.42%39.61%-
HSV(B)339.15º73.75%62.75%-
XYZ16.899.759.18-
YUV81.96128.59183.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.14%
GREEN value IS 42 (16.80% from 255) = 14.74%
BLUE value IS 83 (32.81% from 255) = 29.12%
R=56.14%
G=14.74%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160428300.740.480.37339.1558.4239.61
HexA02A5304A30251533a28
Octal24052123011260455237250
Binary10100000101010101001101001010110000100101101010011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02A53; }

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

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

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

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

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

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

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

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