#A30576

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

Shades of Eggplant #A30576

Tints of Eggplant #A30576

Color information

#A30576 (or 0xA30576) is unknown color: approx Eggplant. HEX triplet: A3, 05 and 76. RGB value is (163,5,118). Sum of RGB (Red+Green+Blue) = 163+5+118=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A30576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30576 is #5CFA89. Grayscale: #404040. Windows color (decimal): -6093450 or 7734691. OLE color: 7734691.

HSL color Cylindrical-coordinate representation of color #A30576: hue angle of 317.09º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A30576 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB1635118-
CMYK00.970.280.36
HSL317.09º94.05%32.94%-
HSV(B)317.09º96.93%63.92%-
XYZ18.439.217.94-
YUV65.12157.85197.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.99%
GREEN value IS 5 (2.34% from 255) = 1.75%
BLUE value IS 118 (46.48% from 255) = 41.26%
R=56.99%
G=1.75%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163511800.970.280.36317.0994.0532.94
HexA35760611C2413d5e21
Octal24351660141344447513641
Binary10100011101111011001100001111001001001001111011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30576; }

 p { color: rgb(163,5,118); }

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

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

 a { background-color: rgb(163,5,118); }

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

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

 span { border-color: rgb(163,5,118); }

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