#AA017C

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

Shades of Eggplant #AA017C

Tints of Eggplant #AA017C

Color information

#AA017C (or 0xAA017C) is unknown color: approx Eggplant. HEX triplet: AA, 01 and 7C. RGB value is (170,1,124). Sum of RGB (Red+Green+Blue) = 170+1+124=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA017C is #55FE83. Grayscale: #414141. Windows color (decimal): -5635716 or 8126890. OLE color: 8126890.

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

Color convert

RGB1701124-
CMYK00.990.270.33
HSL316.33º98.83%33.53%-
HSV(B)316.33º99.41%66.67%-
XYZ20.2310.0219.94-
YUV65.55160.99202.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.63%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 124 (48.83% from 255) = 42.03%
R=57.63%
G=0.34%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170112400.990.270.33316.3398.8333.53
HexAA17C0631B2113c6322
Octal25211740143334147414342
Binary101010101111110001100011110111000011001111001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA017C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA017C; }

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

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

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

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

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

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

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

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