#A21E4A

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

Shades of Lipstick #A21E4A

Tints of Lipstick #A21E4A

Color information

#A21E4A (or 0xA21E4A) is unknown color: approx Lipstick. HEX triplet: A2, 1E and 4A. RGB value is (162,30,74). Sum of RGB (Red+Green+Blue) = 162+30+74=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21E4A is #5DE1B5. Grayscale: #4A4A4A. Windows color (decimal): -6152630 or 4857506. OLE color: 4857506.

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

Color convert

RGB1623074-
CMYK00.810.540.36
HSL340º68.75%37.65%-
HSV(B)340º81.48%63.53%-
XYZ16.69.17.36-
YUV74.48127.73190.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.90%
GREEN value IS 30 (12.11% from 255) = 11.28%
BLUE value IS 74 (29.30% from 255) = 27.82%
R=60.90%
G=11.28%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162307400.810.540.3634068.7537.65
HexA21E4A05136241544526
Octal242361120121664452410546
Binary10100010111101001010010100011101101001001010101001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21E4A; }

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

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

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

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

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

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

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

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