#AA0F79

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

Shades of Eggplant #AA0F79

Tints of Eggplant #AA0F79

Color information

#AA0F79 (or 0xAA0F79) is unknown color: approx Eggplant. HEX triplet: AA, 0F and 79. RGB value is (170,15,121). Sum of RGB (Red+Green+Blue) = 170+15+121=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0F79 is #55F086. Grayscale: #494949. Windows color (decimal): -5632135 or 7933866. OLE color: 7933866.

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

Color convert

RGB17015121-
CMYK00.910.290.33
HSL318.97º83.78%36.27%-
HSV(B)318.97º91.18%66.67%-
XYZ20.210.2719.01-
YUV73.43154.85196.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.56%
GREEN value IS 15 (6.25% from 255) = 4.90%
BLUE value IS 121 (47.66% from 255) = 39.54%
R=55.56%
G=4.90%
B=39.54%

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
Decimal1701512100.910.290.33318.9783.7836.27
HexAAF7905B1D2113f5424
Octal252171710133354147712444
Binary101010101111111100101011011111011000011001111111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0F79; }

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

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

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

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

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

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

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

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