#A21E48

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

Shades of Lipstick #A21E48

Tints of Lipstick #A21E48

Color information

#A21E48 (or 0xA21E48) is unknown color: approx Lipstick. HEX triplet: A2, 1E and 48. RGB value is (162,30,72). Sum of RGB (Red+Green+Blue) = 162+30+72=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21E48 is #5DE1B7. Grayscale: #4A4A4A. Windows color (decimal): -6152632 or 4726434. OLE color: 4726434.

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

Color convert

RGB1623072-
CMYK00.810.560.36
HSL340.91º68.75%37.65%-
HSV(B)340.91º81.48%63.53%-
XYZ16.539.087.01-
YUV74.26126.73190.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.36%
GREEN value IS 30 (12.11% from 255) = 11.36%
BLUE value IS 72 (28.52% from 255) = 27.27%
R=61.36%
G=11.36%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162307200.810.560.36340.9168.7537.65
HexA21E4805138241554526
Octal242361100121704452510546
Binary10100010111101001000010100011110001001001010101011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21E48; }

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

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

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

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

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

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

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

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