#A2215D

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

Shades of Lipstick #A2215D

Tints of Lipstick #A2215D

Color information

#A2215D (or 0xA2215D) is unknown color: approx Lipstick. HEX triplet: A2, 21 and 5D. RGB value is (162,33,93). Sum of RGB (Red+Green+Blue) = 162+33+93=288 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.25% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 162 - color contains mainly: red. Hex color #A2215D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2215D is #5DDEA2. Grayscale: #4E4E4E. Windows color (decimal): -6151843 or 6103458. OLE color: 6103458.

HSL color Cylindrical-coordinate representation of color #A2215D: hue angle of 332.09º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2215D is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB1623393-
CMYK00.800.430.36
HSL332.09º66.15%38.24%-
HSV(B)332.09º79.63%63.53%-
XYZ17.429.5611.28-
YUV78.41136.24187.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.25%
GREEN value IS 33 (13.28% from 255) = 11.46%
BLUE value IS 93 (36.72% from 255) = 32.29%
R=56.25%
G=11.46%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162339300.800.430.36332.0966.1538.24
HexA2215D0502B2414c4226
Octal242411350120534451410246
Binary101000101000011011101010100001010111001001010011001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2215D; }

 p { color: rgb(162,33,93); }

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

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

 a { background-color: rgb(162,33,93); }

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

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

 span { border-color: rgb(162,33,93); }

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