#AA0078

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

Shades of Eggplant #AA0078

Tints of Eggplant #AA0078

Color information

#AA0078 (or 0xAA0078) is unknown color: approx Eggplant. HEX triplet: AA, 00 and 78. RGB value is (170,0,120). Sum of RGB (Red+Green+Blue) = 170+0+120=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0078 is #55FF87. Grayscale: #404040. Windows color (decimal): -5635976 or 7864490. OLE color: 7864490.

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

Color convert

RGB1700120-
CMYK010.290.33
HSL317.65º100%33.33%-
HSV(B)317.65º100%66.67%-
XYZ19.979.918.63-
YUV64.51159.32203.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 120 (47.27% from 255) = 41.38%
R=58.62%
G=0%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1700120010.290.33317.6510033.33
HexAA0780641D2113e6421
Octal25201700144354147614441
Binary101010100111100001100100111011000011001111101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0078; }

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

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

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

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

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

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

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

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