#A20372

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

Shades of Eggplant #A20372

Tints of Eggplant #A20372

Color information

#A20372 (or 0xA20372) is unknown color: approx Eggplant. HEX triplet: A2, 03 and 72. RGB value is (162,3,114). Sum of RGB (Red+Green+Blue) = 162+3+114=279 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.06% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 162 - color contains mainly: red. Hex color #A20372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20372 is #5DFC8D. Grayscale: #3E3E3E. Windows color (decimal): -6159502 or 7472034. OLE color: 7472034.

HSL color Cylindrical-coordinate representation of color #A20372: hue angle of 318.11º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20372 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB1623114-
CMYK00.980.300.36
HSL318.11º96.36%32.35%-
HSV(B)318.11º98.15%63.53%-
XYZ17.978.9616.7-
YUV63.2156.68198.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.06%
GREEN value IS 3 (1.56% from 255) = 1.08%
BLUE value IS 114 (44.92% from 255) = 40.86%
R=58.06%
G=1.08%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162311400.980.300.36318.1196.3632.35
HexA23720621E2413e6020
Octal24231620142364447614040
Binary1010001011111001001100010111101001001001111101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20372; }

 p { color: rgb(162,3,114); }

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

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

 a { background-color: rgb(162,3,114); }

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

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

 span { border-color: rgb(162,3,114); }

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