#AA006A

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

Shades of Eggplant #AA006A

Tints of Eggplant #AA006A

Color information

#AA006A (or 0xAA006A) is unknown color: approx Eggplant. HEX triplet: AA, 00 and 6A. RGB value is (170,0,106). Sum of RGB (Red+Green+Blue) = 170+0+106=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA006A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA006A is #55FF95. Grayscale: #3E3E3E. Windows color (decimal): -5635990 or 6946986. OLE color: 6946986.

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

Color convert

RGB1700106-
CMYK010.380.33
HSL322.59º100%33.33%-
HSV(B)322.59º100%66.67%-
XYZ19.189.5914.48-
YUV62.91152.32204.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 38.41%
R=61.59%
G=0%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1700106010.380.33322.5910033.33
HexAA06A06426211436421
Octal25201520144464150314441
Binary1010101001101010011001001001101000011010000111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA006A; }

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

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

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

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

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

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

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

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