#AA016D

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

Shades of Eggplant #AA016D

Tints of Eggplant #AA016D

Color information

#AA016D (or 0xAA016D) is unknown color: approx Eggplant. HEX triplet: AA, 01 and 6D. RGB value is (170,1,109). Sum of RGB (Red+Green+Blue) = 170+1+109=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA016D is #55FE92. Grayscale: #3F3F3F. Windows color (decimal): -5635731 or 7143850. OLE color: 7143850.

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

Color convert

RGB1701109-
CMYK00.990.360.33
HSL321.66º98.83%33.53%-
HSV(B)321.66º99.41%66.67%-
XYZ19.359.6715.32-
YUV63.84153.49203.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.71%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 109 (42.97% from 255) = 38.93%
R=60.71%
G=0.36%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170110900.990.360.33321.6698.8333.53
HexAA16D06324211426322
Octal25211550143444150214342
Binary1010101011101101011000111001001000011010000101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA016D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA016D; }

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

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

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

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

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

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

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

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