#AA017E

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

Shades of Eggplant #AA017E

Tints of Eggplant #AA017E

Color information

#AA017E (or 0xAA017E) is unknown color: approx Eggplant. HEX triplet: AA, 01 and 7E. RGB value is (170,1,126). Sum of RGB (Red+Green+Blue) = 170+1+126=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA017E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA017E is #55FE81. Grayscale: #414141. Windows color (decimal): -5635714 or 8257962. OLE color: 8257962.

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

Color convert

RGB1701126-
CMYK00.990.260.33
HSL315.62º98.83%33.53%-
HSV(B)315.62º99.41%66.67%-
XYZ20.3510.0720.61-
YUV65.78161.99202.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.24%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 126 (49.61% from 255) = 42.42%
R=57.24%
G=0.34%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170112600.990.260.33315.6298.8333.53
HexAA17E0631A2113c6322
Octal25211760143324147414342
Binary101010101111111001100011110101000011001111001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA017E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA017E; }

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

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

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

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

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

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

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

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