#aa0c78

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

Shades of Eggplant #AA0C78

Tints of Eggplant #AA0C78

Color information

#AA0C78 (or 0xAA0C78) is unknown color: approx Eggplant. HEX triplet: AA, 0C and 78. RGB value is (170,12,120). Sum of RGB (Red+Green+Blue) = 170+12+120=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0C78 is #55F387. Grayscale: #474747. Windows color (decimal): -5632904 or 7867562. OLE color: 7867562.

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

Color convert

RGB17012120-
CMYK00.930.290.33
HSL318.99º86.81%35.69%-
HSV(B)318.99º92.94%66.67%-
XYZ20.110.1718.67-
YUV71.55155.35198.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.29%
GREEN value IS 12 (5.08% from 255) = 3.97%
BLUE value IS 120 (47.27% from 255) = 39.74%
R=56.29%
G=3.97%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701212000.930.290.33318.9986.8135.69
HexAAC7805D1D2113f5724
Octal252141700135354147712744
Binary101010101100111100001011101111011000011001111111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa0c78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa0c78; }

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

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

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

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

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

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

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

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