#A02E53

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

Shades of Lipstick #A02E53

Tints of Lipstick #A02E53

Color information

#A02E53 (or 0xA02E53) is unknown color: approx Lipstick. HEX triplet: A0, 2E and 53. RGB value is (160,46,83). Sum of RGB (Red+Green+Blue) = 160+46+83=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A02E53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02E53 is #5FD1AC. Grayscale: #545454. Windows color (decimal): -6279597 or 5451424. OLE color: 5451424.

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

Color convert

RGB1604683-
CMYK00.710.480.37
HSL340.53º55.34%40.39%-
HSV(B)340.53º71.25%62.75%-
XYZ17.0410.059.23-
YUV84.3127.27181.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.36%
GREEN value IS 46 (18.36% from 255) = 15.92%
BLUE value IS 83 (32.81% from 255) = 28.72%
R=55.36%
G=15.92%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160468300.710.480.37340.5355.3440.39
HexA02E5304730251553728
Octal24056123010760455256750
Binary10100000101110101001101000111110000100101101010101110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02E53; }

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

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

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

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

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

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

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

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