#A01E47

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

Shades of Lipstick #A01E47

Tints of Lipstick #A01E47

Color information

#A01E47 (or 0xA01E47) is unknown color: approx Lipstick. HEX triplet: A0, 1E and 47. RGB value is (160,30,71). Sum of RGB (Red+Green+Blue) = 160+30+71=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01E47 is #5FE1B8. Grayscale: #494949. Windows color (decimal): -6283705 or 4660896. OLE color: 4660896.

HSL color Cylindrical-coordinate representation of color #A01E47: hue angle of 341.08º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A01E47 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB1603071-
CMYK00.810.560.37
HSL341.08º68.42%37.25%-
HSV(B)341.08º81.25%62.75%-
XYZ16.18.866.82-
YUV73.54126.57189.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.30%
GREEN value IS 30 (12.11% from 255) = 11.49%
BLUE value IS 71 (28.12% from 255) = 27.20%
R=61.30%
G=11.49%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160307100.810.560.37341.0868.4237.25
HexA01E4705138251554425
Octal240361070121704552510445
Binary10100000111101000111010100011110001001011010101011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01E47; }

 p { color: rgb(160,30,71); }

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

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

 a { background-color: rgb(160,30,71); }

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

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

 span { border-color: rgb(160,30,71); }

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