#AA0F78

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

Shades of Eggplant #AA0F78

Tints of Eggplant #AA0F78

Color information

#AA0F78 (or 0xAA0F78) is unknown color: approx Eggplant. HEX triplet: AA, 0F and 78. RGB value is (170,15,120). Sum of RGB (Red+Green+Blue) = 170+15+120=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0F78 is #55F087. Grayscale: #494949. Windows color (decimal): -5632136 or 7868330. OLE color: 7868330.

HSL color Cylindrical-coordinate representation of color #AA0F78: hue angle of 319.35º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA0F78 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB17015120-
CMYK00.910.290.33
HSL319.35º83.78%36.27%-
HSV(B)319.35º91.18%66.67%-
XYZ20.1410.2418.69-
YUV73.32154.35196.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.74%
GREEN value IS 15 (6.25% from 255) = 4.92%
BLUE value IS 120 (47.27% from 255) = 39.34%
R=55.74%
G=4.92%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701512000.910.290.33319.3583.7836.27
HexAAF7805B1D2113f5424
Octal252171700133354147712444
Binary101010101111111100001011011111011000011001111111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0F78; }

 p { color: rgb(170,15,120); }

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

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

 a { background-color: rgb(170,15,120); }

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

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

 span { border-color: rgb(170,15,120); }

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