#A21076

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

Shades of Eggplant #A21076

Tints of Eggplant #A21076

Color information

#A21076 (or 0xA21076) is unknown color: approx Eggplant. HEX triplet: A2, 10 and 76. RGB value is (162,16,118). Sum of RGB (Red+Green+Blue) = 162+16+118=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A21076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21076 is #5DEF89. Grayscale: #474747. Windows color (decimal): -6156170 or 7737506. OLE color: 7737506.

HSL color Cylindrical-coordinate representation of color #A21076: hue angle of 318.08º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21076 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB16216118-
CMYK00.900.270.36
HSL318.08º82.02%34.9%-
HSV(B)318.08º90.12%63.53%-
XYZ18.369.3617.98-
YUV71.28154.37192.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.73%
GREEN value IS 16 (6.64% from 255) = 5.41%
BLUE value IS 118 (46.48% from 255) = 39.86%
R=54.73%
G=5.41%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621611800.900.270.36318.0882.0234.9
HexA2107605A1B2413e5223
Octal242201660132334447612243
Binary1010001010000111011001011010110111001001001111101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21076; }

 p { color: rgb(162,16,118); }

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

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

 a { background-color: rgb(162,16,118); }

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

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

 span { border-color: rgb(162,16,118); }

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