#aa0083

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

Shades of Eggplant #AA0083

Tints of Eggplant #AA0083

Color information

#AA0083 (or 0xAA0083) is unknown color: approx Eggplant. HEX triplet: AA, 00 and 83. RGB value is (170,0,131). Sum of RGB (Red+Green+Blue) = 170+0+131=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0083 is #55FF7C. Grayscale: #414141. Windows color (decimal): -5635965 or 8585386. OLE color: 8585386.

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

Color convert

RGB1700131-
CMYK010.230.33
HSL313.76º100%33.33%-
HSV(B)313.76º100%66.67%-
XYZ20.6710.1822.35-
YUV65.76164.82202.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 131 (51.56% from 255) = 43.52%
R=56.48%
G=0%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1700131010.230.33313.7610033.33
HexAA083064172113a6421
Octal25202030144274147214441
Binary1010101001000001101100100101111000011001110101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa0083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa0083; }

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

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

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

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

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

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

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

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