#A02B5E

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

Shades of Lipstick #A02B5E

Tints of Lipstick #A02B5E

Color information

#A02B5E (or 0xA02B5E) is unknown color: approx Lipstick. HEX triplet: A0, 2B and 5E. RGB value is (160,43,94). Sum of RGB (Red+Green+Blue) = 160+43+94=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02B5E is #5FD4A1. Grayscale: #535353. Windows color (decimal): -6280354 or 6171552. OLE color: 6171552.

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

Color convert

RGB1604394-
CMYK00.730.410.37
HSL333.85º57.64%39.8%-
HSV(B)333.85º73.12%62.75%-
XYZ17.3810.0111.61-
YUV83.8133.76182.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.87%
GREEN value IS 43 (17.19% from 255) = 14.48%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=53.87%
G=14.48%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160439400.730.410.37333.8557.6439.8
HexA02B5E049292514e3a28
Octal24053136011151455167250
Binary10100000101011101111001001001101001100101101001110111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02B5E; }

 p { color: rgb(160,43,94); }

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

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

 a { background-color: rgb(160,43,94); }

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

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

 span { border-color: rgb(160,43,94); }

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