#AA0B77

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

Shades of Eggplant #AA0B77

Tints of Eggplant #AA0B77

Color information

#AA0B77 (or 0xAA0B77) is unknown color: approx Eggplant. HEX triplet: AA, 0B and 77. RGB value is (170,11,119). Sum of RGB (Red+Green+Blue) = 170+11+119=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0B77 is #55F488. Grayscale: #464646. Windows color (decimal): -5633161 or 7801770. OLE color: 7801770.

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

Color convert

RGB17011119-
CMYK00.940.30.33
HSL319.25º87.85%35.49%-
HSV(B)319.25º93.53%66.67%-
XYZ20.0310.1218.35-
YUV70.85155.18198.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.67%
GREEN value IS 11 (4.69% from 255) = 3.67%
BLUE value IS 119 (46.88% from 255) = 39.67%
R=56.67%
G=3.67%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701111900.940.30.33319.2587.8535.49
HexAAB7705E1E2113f5823
Octal252131670136364147713043
Binary101010101011111011101011110111101000011001111111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0B77; }

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

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

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

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

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

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

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

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