#A30277

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

Shades of Eggplant #A30277

Tints of Eggplant #A30277

Color information

#A30277 (or 0xA30277) is unknown color: approx Eggplant. HEX triplet: A3, 02 and 77. RGB value is (163,2,119). Sum of RGB (Red+Green+Blue) = 163+2+119=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A30277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30277 is #5CFD88. Grayscale: #3F3F3F. Windows color (decimal): -6094217 or 7799459. OLE color: 7799459.

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

Color convert

RGB1632119-
CMYK00.990.270.36
HSL316.4º97.58%32.35%-
HSV(B)316.4º98.77%63.92%-
XYZ18.469.1618.25-
YUV63.48159.34198.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.39%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 119 (46.88% from 255) = 41.90%
R=57.39%
G=0.70%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163211900.990.270.36316.497.5832.35
HexA32770631B2413c6220
Octal24321670143334447414240
Binary1010001110111011101100011110111001001001111001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30277; }

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

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

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

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

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

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

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

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