#A30879

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

Shades of Eggplant #A30879

Tints of Eggplant #A30879

Color information

#A30879 (or 0xA30879) is unknown color: approx Eggplant. HEX triplet: A3, 08 and 79. RGB value is (163,8,121). Sum of RGB (Red+Green+Blue) = 163+8+121=292 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.82% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 163 - color contains mainly: red. Hex color #A30879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30879 is #5CF786. Grayscale: #424242. Windows color (decimal): -6092679 or 7932067. OLE color: 7932067.

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

Color convert

RGB1638121-
CMYK00.950.260.36
HSL316.26º90.64%33.53%-
HSV(B)316.26º95.09%63.92%-
XYZ18.649.3418.91-
YUV67.23158.35196.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.82%
GREEN value IS 8 (3.52% from 255) = 2.74%
BLUE value IS 121 (47.66% from 255) = 41.44%
R=55.82%
G=2.74%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163812100.950.260.36316.2690.6433.53
HexA387905F1A2413c5b22
Octal243101710137324447413342
Binary101000111000111100101011111110101001001001111001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30879; }

 p { color: rgb(163,8,121); }

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

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

 a { background-color: rgb(163,8,121); }

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

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

 span { border-color: rgb(163,8,121); }

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