#A20E7A

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

Shades of Eggplant #A20E7A

Tints of Eggplant #A20E7A

Color information

#A20E7A (or 0xA20E7A) is unknown color: approx Eggplant. HEX triplet: A2, 0E and 7A. RGB value is (162,14,122). Sum of RGB (Red+Green+Blue) = 162+14+122=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20E7A is #5DF185. Grayscale: #464646. Windows color (decimal): -6156678 or 7999138. OLE color: 7999138.

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

Color convert

RGB16214122-
CMYK00.910.250.36
HSL316.22º84.09%34.51%-
HSV(B)316.22º91.36%63.53%-
XYZ18.579.419.25-
YUV70.56157.03193.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.36%
GREEN value IS 14 (5.86% from 255) = 4.70%
BLUE value IS 122 (48.05% from 255) = 40.94%
R=54.36%
G=4.70%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621412200.910.250.36316.2284.0934.51
HexA2E7A05B192413c5423
Octal242161720133314447412443
Binary101000101110111101001011011110011001001001111001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20E7A; }

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

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

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

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

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

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

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

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