#A02156

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

Shades of Lipstick #A02156

Tints of Lipstick #A02156

Color information

#A02156 (or 0xA02156) is unknown color: approx Lipstick. HEX triplet: A0, 21 and 56. RGB value is (160,33,86). Sum of RGB (Red+Green+Blue) = 160+33+86=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A02156 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02156 is #5FDEA9. Grayscale: #4C4C4C. Windows color (decimal): -6282922 or 5644704. OLE color: 5644704.

HSL color Cylindrical-coordinate representation of color #A02156: hue angle of 334.96º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02156 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB1603386-
CMYK00.790.460.37
HSL334.96º65.8%37.84%-
HSV(B)334.96º79.37%62.75%-
XYZ16.729.239.7-
YUV77.02133.08187.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.35%
GREEN value IS 33 (13.28% from 255) = 11.83%
BLUE value IS 86 (33.98% from 255) = 30.82%
R=57.35%
G=11.83%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160338600.790.460.37334.9665.837.84
HexA0215604F2E2514f4226
Octal240411260117564551710246
Binary101000001000011010110010011111011101001011010011111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02156; }

 p { color: rgb(160,33,86); }

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

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

 a { background-color: rgb(160,33,86); }

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

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

 span { border-color: rgb(160,33,86); }

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