#A21E42

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

Shades of Lipstick #A21E42

Tints of Lipstick #A21E42

Color information

#A21E42 (or 0xA21E42) is unknown color: approx Lipstick. HEX triplet: A2, 1E and 42. RGB value is (162,30,66). Sum of RGB (Red+Green+Blue) = 162+30+66=258 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.79% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21E42 is #5DE1BD. Grayscale: #494949. Windows color (decimal): -6152638 or 4333218. OLE color: 4333218.

HSL color Cylindrical-coordinate representation of color #A21E42: hue angle of 343.64º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A21E42 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB1623066-
CMYK00.810.590.36
HSL343.64º68.75%37.65%-
HSV(B)343.64º81.48%63.53%-
XYZ16.3596.03-
YUV73.57123.73191.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.79%
GREEN value IS 30 (12.11% from 255) = 11.63%
BLUE value IS 66 (26.17% from 255) = 25.58%
R=62.79%
G=11.63%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162306600.810.590.36343.6468.7537.65
HexA21E420513B241584526
Octal242361020121734453010546
Binary10100010111101000010010100011110111001001010110001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21E42; }

 p { color: rgb(162,30,66); }

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

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

 a { background-color: rgb(162,30,66); }

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

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

 span { border-color: rgb(162,30,66); }

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