#A51078

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

Shades of Eggplant #A51078

Tints of Eggplant #A51078

Color information

#A51078 (or 0xA51078) is unknown color: approx Eggplant. HEX triplet: A5, 10 and 78. RGB value is (165,16,120). Sum of RGB (Red+Green+Blue) = 165+16+120=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A51078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51078 is #5AEF87. Grayscale: #484848. Windows color (decimal): -5959560 or 7868581. OLE color: 7868581.

HSL color Cylindrical-coordinate representation of color #A51078: hue angle of 318.12º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51078 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB16516120-
CMYK00.900.270.35
HSL318.12º82.32%35.49%-
HSV(B)318.12º90.3%64.71%-
XYZ19.099.7318.64-
YUV72.41154.86194.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.82%
GREEN value IS 16 (6.64% from 255) = 5.32%
BLUE value IS 120 (47.27% from 255) = 39.87%
R=54.82%
G=5.32%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651612000.900.270.35318.1282.3235.49
HexA5107805A1B2313e5223
Octal245201700132334347612243
Binary1010010110000111100001011010110111000111001111101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51078; }

 p { color: rgb(165,16,120); }

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

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

 a { background-color: rgb(165,16,120); }

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

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

 span { border-color: rgb(165,16,120); }

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