#AA0570

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

Shades of Eggplant #AA0570

Tints of Eggplant #AA0570

Color information

#AA0570 (or 0xAA0570) is unknown color: approx Eggplant. HEX triplet: AA, 05 and 70. RGB value is (170,5,112). Sum of RGB (Red+Green+Blue) = 170+5+112=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0570 is #55FA8F. Grayscale: #424242. Windows color (decimal): -5634704 or 7341482. OLE color: 7341482.

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

Color convert

RGB1705112-
CMYK00.970.340.33
HSL321.09º94.29%34.31%-
HSV(B)321.09º97.06%66.67%-
XYZ19.569.8216.19-
YUV66.53153.66201.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.23%
GREEN value IS 5 (2.34% from 255) = 1.74%
BLUE value IS 112 (44.14% from 255) = 39.02%
R=59.23%
G=1.74%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170511200.970.340.33321.0994.2934.31
HexAA57006122211415e22
Octal25251600141424150113642
Binary101010101011110000011000011000101000011010000011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0570; }

 p { color: rgb(170,5,112); }

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

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

 a { background-color: rgb(170,5,112); }

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

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

 span { border-color: rgb(170,5,112); }

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