#AA017D

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

Shades of Eggplant #AA017D

Tints of Eggplant #AA017D

Color information

#AA017D (or 0xAA017D) is unknown color: approx Eggplant. HEX triplet: AA, 01 and 7D. RGB value is (170,1,125). Sum of RGB (Red+Green+Blue) = 170+1+125=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA017D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA017D is #55FE82. Grayscale: #414141. Windows color (decimal): -5635715 or 8192426. OLE color: 8192426.

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

Color convert

RGB1701125-
CMYK00.990.260.33
HSL315.98º98.83%33.53%-
HSV(B)315.98º99.41%66.67%-
XYZ20.2910.0520.27-
YUV65.67161.49202.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.43%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 125 (49.22% from 255) = 42.23%
R=57.43%
G=0.34%
B=42.23%

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
Decimal170112500.990.260.33315.9898.8333.53
HexAA17D0631A2113c6322
Octal25211750143324147414342
Binary101010101111110101100011110101000011001111001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA017D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA017D; }

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

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

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

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

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

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

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

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