#A20981

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

Shades of Eggplant #A20981

Tints of Eggplant #A20981

Color information

#A20981 (or 0xA20981) is unknown color: approx Eggplant. HEX triplet: A2, 09 and 81. RGB value is (162,9,129). Sum of RGB (Red+Green+Blue) = 162+9+129=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A20981 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20981 is #5DF67E. Grayscale: #444444. Windows color (decimal): -6157951 or 8456610. OLE color: 8456610.

HSL color Cylindrical-coordinate representation of color #A20981: hue angle of 312.94º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20981 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB1629129-
CMYK00.940.200.36
HSL312.94º89.47%33.53%-
HSV(B)312.94º94.44%63.53%-
XYZ18.969.4621.6-
YUV68.43162.19194.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54%
GREEN value IS 9 (3.91% from 255) = 3%
BLUE value IS 129 (50.78% from 255) = 43%
R=54%
G=3%
B=43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162912900.940.200.36312.9489.4733.53
HexA298105E14241395922
Octal242112010136244447113142
Binary1010001010011000000101011110101001001001001110011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20981; }

 p { color: rgb(162,9,129); }

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

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

 a { background-color: rgb(162,9,129); }

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

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

 span { border-color: rgb(162,9,129); }

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