#AA0C7E

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

Shades of Eggplant #AA0C7E

Tints of Eggplant #AA0C7E

Color information

#AA0C7E (or 0xAA0C7E) is unknown color: approx Eggplant. HEX triplet: AA, 0C and 7E. RGB value is (170,12,126). Sum of RGB (Red+Green+Blue) = 170+12+126=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0C7E is #55F381. Grayscale: #474747. Windows color (decimal): -5632898 or 8260778. OLE color: 8260778.

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

Color convert

RGB17012126-
CMYK00.930.260.33
HSL316.71º86.81%35.69%-
HSV(B)316.71º92.94%66.67%-
XYZ20.4710.3220.65-
YUV72.24158.35197.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.19%
GREEN value IS 12 (5.08% from 255) = 3.90%
BLUE value IS 126 (49.61% from 255) = 40.91%
R=55.19%
G=3.90%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701212600.930.260.33316.7186.8135.69
HexAAC7E05D1A2113d5724
Octal252141760135324147512744
Binary101010101100111111001011101110101000011001111011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0C7E; }

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

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

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

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

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

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

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

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