#A20C7E

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

Shades of Eggplant #A20C7E

Tints of Eggplant #A20C7E

Color information

#A20C7E (or 0xA20C7E) is unknown color: approx Eggplant. HEX triplet: A2, 0C and 7E. RGB value is (162,12,126). Sum of RGB (Red+Green+Blue) = 162+12+126=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 126 (49.61% from 255 or 42% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20C7E is #5DF381. Grayscale: #454545. Windows color (decimal): -6157186 or 8260770. OLE color: 8260770.

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

Color convert

RGB16212126-
CMYK00.930.220.36
HSL314.4º86.21%34.12%-
HSV(B)314.4º92.59%63.53%-
XYZ18.89.4520.57-
YUV69.85159.7193.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54%
GREEN value IS 12 (5.08% from 255) = 4%
BLUE value IS 126 (49.61% from 255) = 42%
R=54%
G=4%
B=42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621212600.930.220.36314.486.2134.12
HexA2C7E05D162413a5622
Octal242141760135264447212642
Binary101000101100111111001011101101101001001001110101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20C7E; }

 p { color: rgb(162,12,126); }

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

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

 a { background-color: rgb(162,12,126); }

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

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

 span { border-color: rgb(162,12,126); }

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