#A22A5D

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

Shades of Lipstick #A22A5D

Tints of Lipstick #A22A5D

Color information

#A22A5D (or 0xA22A5D) is unknown color: approx Lipstick. HEX triplet: A2, 2A and 5D. RGB value is (162,42,93). Sum of RGB (Red+Green+Blue) = 162+42+93=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22A5D is #5DD5A2. Grayscale: #535353. Windows color (decimal): -6149539 or 6105762. OLE color: 6105762.

HSL color Cylindrical-coordinate representation of color #A22A5D: hue angle of 334.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A22A5D is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB1624293-
CMYK00.740.430.36
HSL334.5º58.82%40%-
HSV(B)334.5º74.07%63.53%-
XYZ17.710.1311.38-
YUV83.69133.26183.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.55%
GREEN value IS 42 (16.80% from 255) = 14.14%
BLUE value IS 93 (36.72% from 255) = 31.31%
R=54.55%
G=14.14%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162429300.740.430.36334.558.8240
HexA22A5D04A2B2414e3b28
Octal24252135011253445167350
Binary10100010101010101110101001010101011100100101001110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22A5D; }

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

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

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

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

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

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

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

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