#A30E72

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

Shades of Eggplant #A30E72

Tints of Eggplant #A30E72

Color information

#A30E72 (or 0xA30E72) is unknown color: approx Eggplant. HEX triplet: A3, 0E and 72. RGB value is (163,14,114). Sum of RGB (Red+Green+Blue) = 163+14+114=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30E72 is #5CF18D. Grayscale: #454545. Windows color (decimal): -6091150 or 7474851. OLE color: 7474851.

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

Color convert

RGB16314114-
CMYK00.910.300.36
HSL319.73º84.18%34.71%-
HSV(B)319.73º91.41%63.92%-
XYZ18.39.3216.75-
YUV69.95152.86194.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.01%
GREEN value IS 14 (5.86% from 255) = 4.81%
BLUE value IS 114 (44.92% from 255) = 39.18%
R=56.01%
G=4.81%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631411400.910.300.36319.7384.1834.71
HexA3E7205B1E241405423
Octal243161620133364450012443
Binary101000111110111001001011011111101001001010000001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30E72; }

 p { color: rgb(163,14,114); }

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

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

 a { background-color: rgb(163,14,114); }

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

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

 span { border-color: rgb(163,14,114); }

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