#A20E77

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

Shades of Eggplant #A20E77

Tints of Eggplant #A20E77

Color information

#A20E77 (or 0xA20E77) is unknown color: approx Eggplant. HEX triplet: A2, 0E and 77. RGB value is (162,14,119). Sum of RGB (Red+Green+Blue) = 162+14+119=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20E77 is #5DF188. Grayscale: #454545. Windows color (decimal): -6156681 or 7802530. OLE color: 7802530.

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

Color convert

RGB16214119-
CMYK00.910.270.36
HSL317.43º84.09%34.51%-
HSV(B)317.43º91.36%63.53%-
XYZ18.399.3318.28-
YUV70.22155.53193.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.92%
GREEN value IS 14 (5.86% from 255) = 4.75%
BLUE value IS 119 (46.88% from 255) = 40.34%
R=54.92%
G=4.75%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621411900.910.270.36317.4384.0934.51
HexA2E7705B1B2413d5423
Octal242161670133334447512443
Binary101000101110111011101011011110111001001001111011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20E77; }

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

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

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

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

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

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

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

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