#A30078

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

Shades of Eggplant #A30078

Tints of Eggplant #A30078

Color information

#A30078 (or 0xA30078) is unknown color: approx Eggplant. HEX triplet: A3, 00 and 78. RGB value is (163,0,120). Sum of RGB (Red+Green+Blue) = 163+0+120=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A30078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30078 is #5CFF87. Grayscale: #3E3E3E. Windows color (decimal): -6094728 or 7864483. OLE color: 7864483.

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

Color convert

RGB1630120-
CMYK010.260.36
HSL315.83º100%31.96%-
HSV(B)315.83º100%63.92%-
XYZ18.499.1418.56-
YUV62.42160.5199.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 120 (47.27% from 255) = 42.40%
R=57.60%
G=0%
B=42.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1630120010.260.36315.8310031.96
HexA30780641A2413c6420
Octal24301700144324447414440
Binary101000110111100001100100110101001001001111001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30078; }

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

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

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

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

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

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

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

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