#aa007e

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

Shades of Eggplant #AA007E

Tints of Eggplant #AA007E

Color information

#AA007E (or 0xAA007E) is unknown color: approx Eggplant. HEX triplet: AA, 00 and 7E. RGB value is (170,0,126). Sum of RGB (Red+Green+Blue) = 170+0+126=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA007E is #55FF81. Grayscale: #404040. Windows color (decimal): -5635970 or 8257706. OLE color: 8257706.

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

Color convert

RGB1700126-
CMYK010.260.33
HSL315.53º100%33.33%-
HSV(B)315.53º100%66.67%-
XYZ20.3410.0520.61-
YUV65.19162.32202.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 126 (49.61% from 255) = 42.57%
R=57.43%
G=0%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1700126010.260.33315.5310033.33
HexAA07E0641A2113c6421
Octal25201760144324147414441
Binary101010100111111001100100110101000011001111001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa007e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa007e; }

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

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

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

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

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

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

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

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