#A30780

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

Shades of Eggplant #A30780

Tints of Eggplant #A30780

Color information

#A30780 (or 0xA30780) is unknown color: approx Eggplant. HEX triplet: A3, 07 and 80. RGB value is (163,7,128). Sum of RGB (Red+Green+Blue) = 163+7+128=298 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.70% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 163 - color contains mainly: red. Hex color #A30780 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30780 is #5CF87F. Grayscale: #434343. Windows color (decimal): -6092928 or 8390563. OLE color: 8390563.

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

Color convert

RGB1637128-
CMYK00.960.210.36
HSL313.46º91.76%33.33%-
HSV(B)313.46º95.71%63.92%-
XYZ19.089.521.25-
YUV67.44162.18196.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.70%
GREEN value IS 7 (3.12% from 255) = 2.35%
BLUE value IS 128 (50.39% from 255) = 42.95%
R=54.70%
G=2.35%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163712800.960.210.36313.4691.7633.33
HexA378006015241395c21
Octal24372000140254447113441
Binary101000111111000000001100000101011001001001110011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30780; }

 p { color: rgb(163,7,128); }

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

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

 a { background-color: rgb(163,7,128); }

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

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

 span { border-color: rgb(163,7,128); }

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