#AA0572

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

Shades of Eggplant #AA0572

Tints of Eggplant #AA0572

Color information

#AA0572 (or 0xAA0572) is unknown color: approx Eggplant. HEX triplet: AA, 05 and 72. RGB value is (170,5,114). Sum of RGB (Red+Green+Blue) = 170+5+114=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0572 is #55FA8D. Grayscale: #424242. Windows color (decimal): -5634702 or 7472554. OLE color: 7472554.

HSL color Cylindrical-coordinate representation of color #AA0572: hue angle of 320.36º 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 #AA0572 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB1705114-
CMYK00.970.330.33
HSL320.36º94.29%34.31%-
HSV(B)320.36º97.06%66.67%-
XYZ19.679.8716.79-
YUV66.76154.66201.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.82%
GREEN value IS 5 (2.34% from 255) = 1.73%
BLUE value IS 114 (44.92% from 255) = 39.45%
R=58.82%
G=1.73%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170511400.970.330.33320.3694.2934.31
HexAA57206121211405e22
Octal25251620141414150013642
Binary101010101011110010011000011000011000011010000001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0572; }

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

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

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

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

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

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

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

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