#A30E7E

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

Shades of Eggplant #A30E7E

Tints of Eggplant #A30E7E

Color information

#A30E7E (or 0xA30E7E) is unknown color: approx Eggplant. HEX triplet: A3, 0E and 7E. RGB value is (163,14,126). Sum of RGB (Red+Green+Blue) = 163+14+126=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30E7E is #5CF181. Grayscale: #474747. Windows color (decimal): -6091138 or 8261283. OLE color: 8261283.

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

Color convert

RGB16314126-
CMYK00.910.230.36
HSL314.9º84.18%34.71%-
HSV(B)314.9º91.41%63.92%-
XYZ19.039.6120.59-
YUV71.32158.86193.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.80%
GREEN value IS 14 (5.86% from 255) = 4.62%
BLUE value IS 126 (49.61% from 255) = 41.58%
R=53.80%
G=4.62%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631412600.910.230.36314.984.1834.71
HexA3E7E05B172413b5423
Octal243161760133274447312443
Binary101000111110111111001011011101111001001001110111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30E7E; }

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

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

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

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

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

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

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

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