#A30E73

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

Shades of Eggplant #A30E73

Tints of Eggplant #A30E73

Color information

#A30E73 (or 0xA30E73) is unknown color: approx Eggplant. HEX triplet: A3, 0E and 73. RGB value is (163,14,115). Sum of RGB (Red+Green+Blue) = 163+14+115=292 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.82% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30E73 is #5CF18C. Grayscale: #454545. Windows color (decimal): -6091149 or 7540387. OLE color: 7540387.

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

Color convert

RGB16314115-
CMYK00.910.290.36
HSL319.33º84.18%34.71%-
HSV(B)319.33º91.41%63.92%-
XYZ18.369.3417.05-
YUV70.06153.36194.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.82%
GREEN value IS 14 (5.86% from 255) = 4.79%
BLUE value IS 115 (45.31% from 255) = 39.38%
R=55.82%
G=4.79%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631411500.910.290.36319.3384.1834.71
HexA3E7305B1D2413f5423
Octal243161630133354447712443
Binary101000111110111001101011011111011001001001111111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30E73; }

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

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

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

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

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

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

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

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