#A70A82

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

Shades of Eggplant #A70A82

Tints of Eggplant #A70A82

Color information

#A70A82 (or 0xA70A82) is unknown color: approx Eggplant. HEX triplet: A7, 0A and 82. RGB value is (167,10,130). Sum of RGB (Red+Green+Blue) = 167+10+130=307 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.40% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 167 - color contains mainly: red. Hex color #A70A82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70A82 is #58F57D. Grayscale: #464646. Windows color (decimal): -5830014 or 8522407. OLE color: 8522407.

HSL color Cylindrical-coordinate representation of color #A70A82: hue angle of 314.14º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70A82 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB16710130-
CMYK00.940.220.35
HSL314.14º88.7%34.71%-
HSV(B)314.14º94.01%65.49%-
XYZ20.0710.0422-
YUV70.62161.51196.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.40%
GREEN value IS 10 (4.30% from 255) = 3.26%
BLUE value IS 130 (51.17% from 255) = 42.35%
R=54.40%
G=3.26%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671013000.940.220.35314.1488.734.71
HexA7A8205E162313a5923
Octal247122020136264347213143
Binary1010011110101000001001011110101101000111001110101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70A82; }

 p { color: rgb(167,10,130); }

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

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

 a { background-color: rgb(167,10,130); }

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

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

 span { border-color: rgb(167,10,130); }

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