#A0205F

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

Shades of Lipstick #A0205F

Tints of Lipstick #A0205F

Color information

#A0205F (or 0xA0205F) is unknown color: approx Lipstick. HEX triplet: A0, 20 and 5F. RGB value is (160,32,95). Sum of RGB (Red+Green+Blue) = 160+32+95=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A0205F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0205F is #5FDFA0. Grayscale: #4D4D4D. Windows color (decimal): -6283169 or 6234272. OLE color: 6234272.

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

Color convert

RGB1603295-
CMYK00.800.410.37
HSL330.47º66.67%37.65%-
HSV(B)330.47º80%62.75%-
XYZ17.089.3311.73-
YUV77.45137.91186.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.75%
GREEN value IS 32 (12.89% from 255) = 11.15%
BLUE value IS 95 (37.5% from 255) = 33.10%
R=55.75%
G=11.15%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160329500.800.410.37330.4766.6737.65
HexA0205F050292514a4326
Octal240401370120514551210346
Binary101000001000001011111010100001010011001011010010101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0205F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0205F; }

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

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

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

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

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

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

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

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