#A20F70

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

Shades of Eggplant #A20F70

Tints of Eggplant #A20F70

Color information

#A20F70 (or 0xA20F70) is unknown color: approx Eggplant. HEX triplet: A2, 0F and 70. RGB value is (162,15,112). Sum of RGB (Red+Green+Blue) = 162+15+112=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20F70 is #5DF08F. Grayscale: #454545. Windows color (decimal): -6156432 or 7344034. OLE color: 7344034.

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

Color convert

RGB16215112-
CMYK00.910.310.36
HSL320.41º83.05%34.71%-
HSV(B)320.41º90.74%63.53%-
XYZ189.1916.16-
YUV70.01151.7193.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.06%
GREEN value IS 15 (6.25% from 255) = 5.19%
BLUE value IS 112 (44.14% from 255) = 38.75%
R=56.06%
G=5.19%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621511200.910.310.36320.4183.0534.71
HexA2F7005B1F241405323
Octal242171600133374450012343
Binary101000101111111000001011011111111001001010000001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20F70; }

 p { color: rgb(162,15,112); }

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

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

 a { background-color: rgb(162,15,112); }

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

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

 span { border-color: rgb(162,15,112); }

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