#A30278

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

Shades of Eggplant #A30278

Tints of Eggplant #A30278

Color information

#A30278 (or 0xA30278) is unknown color: approx Eggplant. HEX triplet: A3, 02 and 78. RGB value is (163,2,120). Sum of RGB (Red+Green+Blue) = 163+2+120=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A30278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30278 is #5CFD87. Grayscale: #3F3F3F. Windows color (decimal): -6094216 or 7864995. OLE color: 7864995.

HSL color Cylindrical-coordinate representation of color #A30278: hue angle of 316.02º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30278 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB1632120-
CMYK00.990.260.36
HSL316.02º97.58%32.35%-
HSV(B)316.02º98.77%63.92%-
XYZ18.529.1918.57-
YUV63.59159.84198.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.19%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 120 (47.27% from 255) = 42.11%
R=57.19%
G=0.70%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163212000.990.260.36316.0297.5832.35
HexA32780631A2413c6220
Octal24321700143324447414240
Binary1010001110111100001100011110101001001001111001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30278; }

 p { color: rgb(163,2,120); }

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

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

 a { background-color: rgb(163,2,120); }

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

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

 span { border-color: rgb(163,2,120); }

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