#A21A52

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

Shades of Lipstick #A21A52

Tints of Lipstick #A21A52

Color information

#A21A52 (or 0xA21A52) is unknown color: approx Lipstick. HEX triplet: A2, 1A and 52. RGB value is (162,26,82). Sum of RGB (Red+Green+Blue) = 162+26+82=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21A52 is #5DE5AD. Grayscale: #484848. Windows color (decimal): -6153646 or 5380770. OLE color: 5380770.

HSL color Cylindrical-coordinate representation of color #A21A52: hue angle of 335.29º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21A52 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB1622682-
CMYK00.840.490.36
HSL335.29º72.34%36.86%-
HSV(B)335.29º83.95%63.53%-
XYZ16.799.038.84-
YUV73.05133.06191.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60%
GREEN value IS 26 (10.55% from 255) = 9.63%
BLUE value IS 82 (32.42% from 255) = 30.37%
R=60%
G=9.63%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162268200.840.490.36335.2972.3436.86
HexA21A52054312414f4825
Octal242321220124614451711045
Binary10100010110101010010010101001100011001001010011111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21A52; }

 p { color: rgb(162,26,82); }

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

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

 a { background-color: rgb(162,26,82); }

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

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

 span { border-color: rgb(162,26,82); }

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