#A02056

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

Shades of Lipstick #A02056

Tints of Lipstick #A02056

Color information

#A02056 (or 0xA02056) is unknown color: approx Lipstick. HEX triplet: A0, 20 and 56. RGB value is (160,32,86). Sum of RGB (Red+Green+Blue) = 160+32+86=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A02056 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02056 is #5FDFA9. Grayscale: #4C4C4C. Windows color (decimal): -6283178 or 5644448. OLE color: 5644448.

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

Color convert

RGB1603286-
CMYK00.800.460.37
HSL334.69º66.67%37.65%-
HSV(B)334.69º80%62.75%-
XYZ16.699.189.7-
YUV76.43133.41187.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.55%
GREEN value IS 32 (12.89% from 255) = 11.51%
BLUE value IS 86 (33.98% from 255) = 30.94%
R=57.55%
G=11.51%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160328600.800.460.37334.6966.6737.65
HexA020560502E2514f4326
Octal240401260120564551710346
Binary101000001000001010110010100001011101001011010011111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02056; }

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

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

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

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

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

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

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

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