#AA2158

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

Shades of Lipstick #AA2158

Tints of Lipstick #AA2158

Color information

#AA2158 (or 0xAA2158) is unknown color: approx Lipstick. HEX triplet: AA, 21 and 58. RGB value is (170,33,88). Sum of RGB (Red+Green+Blue) = 170+33+88=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2158 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2158 is #55DEA7. Grayscale: #505050. Windows color (decimal): -5627560 or 5775786. OLE color: 5775786.

HSL color Cylindrical-coordinate representation of color #AA2158: hue angle of 335.91º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2158 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB1703388-
CMYK00.810.480.33
HSL335.91º67.49%39.8%-
HSV(B)335.91º80.59%66.67%-
XYZ18.8810.3410.23-
YUV80.23132.39192.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.42%
GREEN value IS 33 (13.28% from 255) = 11.34%
BLUE value IS 88 (34.77% from 255) = 30.24%
R=58.42%
G=11.34%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170338800.810.480.33335.9167.4939.8
HexAA215805130211504328
Octal252411300121604152010350
Binary101010101000011011000010100011100001000011010100001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2158; }

 p { color: rgb(170,33,88); }

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

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

 a { background-color: rgb(170,33,88); }

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

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

 span { border-color: rgb(170,33,88); }

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