#A01A47

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

Shades of Lipstick #A01A47

Tints of Lipstick #A01A47

Color information

#A01A47 (or 0xA01A47) is unknown color: approx Lipstick. HEX triplet: A0, 1A and 47. RGB value is (160,26,71). Sum of RGB (Red+Green+Blue) = 160+26+71=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A01A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01A47 is #5FE5B8. Grayscale: #474747. Windows color (decimal): -6284729 or 4659872. OLE color: 4659872.

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

Color convert

RGB1602671-
CMYK00.840.560.37
HSL339.85º72.04%36.47%-
HSV(B)339.85º83.75%62.75%-
XYZ168.676.79-
YUV71.2127.89191.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.26%
GREEN value IS 26 (10.55% from 255) = 10.12%
BLUE value IS 71 (28.12% from 255) = 27.63%
R=62.26%
G=10.12%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160267100.840.560.37339.8572.0436.47
HexA01A4705438251544824
Octal240321070124704552411044
Binary10100000110101000111010101001110001001011010101001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01A47; }

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

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

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

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

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

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

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

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