#A01E53

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

Shades of Lipstick #A01E53

Tints of Lipstick #A01E53

Color information

#A01E53 (or 0xA01E53) is unknown color: approx Lipstick. HEX triplet: A0, 1E and 53. RGB value is (160,30,83). Sum of RGB (Red+Green+Blue) = 160+30+83=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01E53 is #5FE1AC. Grayscale: #4A4A4A. Windows color (decimal): -6283693 or 5447328. OLE color: 5447328.

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

Color convert

RGB1603083-
CMYK00.810.480.37
HSL335.54º68.42%37.25%-
HSV(B)335.54º81.25%62.75%-
XYZ16.529.039.06-
YUV74.91132.57188.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.61%
GREEN value IS 30 (12.11% from 255) = 10.99%
BLUE value IS 83 (32.81% from 255) = 30.40%
R=58.61%
G=10.99%
B=30.40%

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
Decimal160308300.810.480.37335.5468.4237.25
HexA01E5305130251504425
Octal240361230121604552010445
Binary10100000111101010011010100011100001001011010100001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01E53; }

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

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

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

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

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

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

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

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