#A01E54

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

Shades of Lipstick #A01E54

Tints of Lipstick #A01E54

Color information

#A01E54 (or 0xA01E54) is unknown color: approx Lipstick. HEX triplet: A0, 1E and 54. RGB value is (160,30,84). Sum of RGB (Red+Green+Blue) = 160+30+84=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01E54 is #5FE1AB. Grayscale: #4A4A4A. Windows color (decimal): -6283692 or 5512864. OLE color: 5512864.

HSL color Cylindrical-coordinate representation of color #A01E54: hue angle of 335.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 #A01E54 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB1603084-
CMYK00.810.480.37
HSL335.08º68.42%37.25%-
HSV(B)335.08º81.25%62.75%-
XYZ16.569.049.26-
YUV75.03133.07188.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.39%
GREEN value IS 30 (12.11% from 255) = 10.95%
BLUE value IS 84 (33.20% from 255) = 30.66%
R=58.39%
G=10.95%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160308400.810.480.37335.0868.4237.25
HexA01E54051302514f4425
Octal240361240121604551710445
Binary10100000111101010100010100011100001001011010011111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01E54; }

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

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

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

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

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

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

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

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