#AA2058

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

Shades of Lipstick #AA2058

Tints of Lipstick #AA2058

Color information

#AA2058 (or 0xAA2058) is unknown color: approx Lipstick. HEX triplet: AA, 20 and 58. RGB value is (170,32,88). Sum of RGB (Red+Green+Blue) = 170+32+88=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2058 is #55DFA7. Grayscale: #4F4F4F. Windows color (decimal): -5627816 or 5775530. OLE color: 5775530.

HSL color Cylindrical-coordinate representation of color #AA2058: hue angle of 335.65º degrees, saturation: 0.68, 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 #AA2058 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB1703288-
CMYK00.810.480.33
HSL335.65º68.32%39.61%-
HSV(B)335.65º81.18%66.67%-
XYZ18.8610.2810.22-
YUV79.65132.72192.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.62%
GREEN value IS 32 (12.89% from 255) = 11.03%
BLUE value IS 88 (34.77% from 255) = 30.34%
R=58.62%
G=11.03%
B=30.34%

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
Decimal170328800.810.480.33335.6568.3239.61
HexAA205805130211504428
Octal252401300121604152010450
Binary101010101000001011000010100011100001000011010100001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2058; }

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

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

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

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

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

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

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

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