#A22152

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

Shades of Lipstick #A22152

Tints of Lipstick #A22152

Color information

#A22152 (or 0xA22152) is unknown color: approx Lipstick. HEX triplet: A2, 21 and 52. RGB value is (162,33,82). Sum of RGB (Red+Green+Blue) = 162+33+82=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A22152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22152 is #5DDEAD. Grayscale: #4D4D4D. Windows color (decimal): -6151854 or 5382562. OLE color: 5382562.

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

Color convert

RGB1623382-
CMYK00.800.490.36
HSL337.21º66.15%38.24%-
HSV(B)337.21º79.63%63.53%-
XYZ16.979.388.9-
YUV77.16130.74188.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.48%
GREEN value IS 33 (13.28% from 255) = 11.91%
BLUE value IS 82 (32.42% from 255) = 29.60%
R=58.48%
G=11.91%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162338200.800.490.36337.2166.1538.24
HexA2215205031241514226
Octal242411220120614452110246
Binary101000101000011010010010100001100011001001010100011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22152; }

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

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

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

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

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

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

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

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