#AA0B78

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

Shades of Eggplant #AA0B78

Tints of Eggplant #AA0B78

Color information

#AA0B78 (or 0xAA0B78) is unknown color: approx Eggplant. HEX triplet: AA, 0B and 78. RGB value is (170,11,120). Sum of RGB (Red+Green+Blue) = 170+11+120=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0B78 is #55F487. Grayscale: #464646. Windows color (decimal): -5633160 or 7867306. OLE color: 7867306.

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

Color convert

RGB17011120-
CMYK00.940.290.33
HSL318.87º87.85%35.49%-
HSV(B)318.87º93.53%66.67%-
XYZ20.0910.1418.67-
YUV70.97155.68198.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.48%
GREEN value IS 11 (4.69% from 255) = 3.65%
BLUE value IS 120 (47.27% from 255) = 39.87%
R=56.48%
G=3.65%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701112000.940.290.33318.8787.8535.49
HexAAB7805E1D2113f5823
Octal252131700136354147713043
Binary101010101011111100001011110111011000011001111111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0B78; }

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

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

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

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

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

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

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

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