#A01E4D

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

Shades of Lipstick #A01E4D

Tints of Lipstick #A01E4D

Color information

#A01E4D (or 0xA01E4D) is unknown color: approx Lipstick. HEX triplet: A0, 1E and 4D. RGB value is (160,30,77). Sum of RGB (Red+Green+Blue) = 160+30+77=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01E4D is #5FE1B2. Grayscale: #4A4A4A. Windows color (decimal): -6283699 or 5054112. OLE color: 5054112.

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

Color convert

RGB1603077-
CMYK00.810.520.37
HSL338.31º68.42%37.25%-
HSV(B)338.31º81.25%62.75%-
XYZ16.38.947.89-
YUV74.23129.57189.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.93%
GREEN value IS 30 (12.11% from 255) = 11.24%
BLUE value IS 77 (30.47% from 255) = 28.84%
R=59.93%
G=11.24%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160307700.810.520.37338.3168.4237.25
HexA01E4D05134251524425
Octal240361150121644552210445
Binary10100000111101001101010100011101001001011010100101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01E4D; }

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

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

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

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

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

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

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

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