#A21077

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

Shades of Eggplant #A21077

Tints of Eggplant #A21077

Color information

#A21077 (or 0xA21077) is unknown color: approx Eggplant. HEX triplet: A2, 10 and 77. RGB value is (162,16,119). Sum of RGB (Red+Green+Blue) = 162+16+119=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A21077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21077 is #5DEF88. Grayscale: #474747. Windows color (decimal): -6156169 or 7803042. OLE color: 7803042.

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

Color convert

RGB16216119-
CMYK00.900.270.36
HSL317.67º82.02%34.9%-
HSV(B)317.67º90.12%63.53%-
XYZ18.429.3818.29-
YUV71.4154.87192.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.55%
GREEN value IS 16 (6.64% from 255) = 5.39%
BLUE value IS 119 (46.88% from 255) = 40.07%
R=54.55%
G=5.39%
B=40.07%

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
Decimal1621611900.900.270.36317.6782.0234.9
HexA2107705A1B2413e5223
Octal242201670132334447612243
Binary1010001010000111011101011010110111001001001111101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21077; }

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

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

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

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

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

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

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

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