#AA006D

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

Shades of Eggplant #AA006D

Tints of Eggplant #AA006D

Color information

#AA006D (or 0xAA006D) is unknown color: approx Eggplant. HEX triplet: AA, 00 and 6D. RGB value is (170,0,109). Sum of RGB (Red+Green+Blue) = 170+0+109=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA006D is #55FF92. Grayscale: #3E3E3E. Windows color (decimal): -5635987 or 7143594. OLE color: 7143594.

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

Color convert

RGB1700109-
CMYK010.360.33
HSL321.53º100%33.33%-
HSV(B)321.53º100%66.67%-
XYZ19.349.6515.31-
YUV63.26153.82204.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 39.07%
R=60.93%
G=0%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1700109010.360.33321.5310033.33
HexAA06D06424211426421
Octal25201550144444150214441
Binary1010101001101101011001001001001000011010000101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA006D; }

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

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

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

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

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

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

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

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