#AA0282

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

Shades of Eggplant #AA0282

Tints of Eggplant #AA0282

Color information

#AA0282 (or 0xAA0282) is unknown color: approx Eggplant. HEX triplet: AA, 02 and 82. RGB value is (170,2,130). Sum of RGB (Red+Green+Blue) = 170+2+130=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0282 is #55FD7D. Grayscale: #424242. Windows color (decimal): -5635454 or 8520362. OLE color: 8520362.

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

Color convert

RGB1702130-
CMYK00.990.240.33
HSL314.29º97.67%33.73%-
HSV(B)314.29º98.82%66.67%-
XYZ20.6310.222-
YUV66.82163.66201.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.29%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 130 (51.17% from 255) = 43.05%
R=56.29%
G=0.66%
B=43.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170213000.990.240.33314.2997.6733.73
HexAA282063182113a6222
Octal25222020143304147214242
Binary10101010101000001001100011110001000011001110101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0282; }

 p { color: rgb(170,2,130); }

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

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

 a { background-color: rgb(170,2,130); }

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

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

 span { border-color: rgb(170,2,130); }

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