#AA007F

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

Shades of Eggplant #AA007F

Tints of Eggplant #AA007F

Color information

#AA007F (or 0xAA007F) is unknown color: approx Eggplant. HEX triplet: AA, 00 and 7F. RGB value is (170,0,127). Sum of RGB (Red+Green+Blue) = 170+0+127=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA007F is #55FF80. Grayscale: #404040. Windows color (decimal): -5635969 or 8323242. OLE color: 8323242.

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

Color convert

RGB1700127-
CMYK010.250.33
HSL315.18º100%33.33%-
HSV(B)315.18º100%66.67%-
XYZ20.4110.0820.95-
YUV65.31162.82202.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 127 (50% from 255) = 42.76%
R=57.24%
G=0%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1700127010.250.33315.1810033.33
HexAA07F064192113b6421
Octal25201770144314147314441
Binary101010100111111101100100110011000011001110111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA007F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA007F; }

 p { color: rgb(170,0,127); }

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

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

 a { background-color: rgb(170,0,127); }

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

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

 span { border-color: rgb(170,0,127); }

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