#A61078

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

Shades of Eggplant #A61078

Tints of Eggplant #A61078

Color information

#A61078 (or 0xA61078) is unknown color: approx Eggplant. HEX triplet: A6, 10 and 78. RGB value is (166,16,120). Sum of RGB (Red+Green+Blue) = 166+16+120=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A61078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61078 is #59EF87. Grayscale: #484848. Windows color (decimal): -5894024 or 7868582. OLE color: 7868582.

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

Color convert

RGB16616120-
CMYK00.900.280.35
HSL318.4º82.42%35.69%-
HSV(B)318.4º90.36%65.1%-
XYZ19.39.8318.65-
YUV72.71154.7194.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.97%
GREEN value IS 16 (6.64% from 255) = 5.30%
BLUE value IS 120 (47.27% from 255) = 39.74%
R=54.97%
G=5.30%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661612000.900.280.35318.482.4235.69
HexA6107805A1C2313e5224
Octal246201700132344347612244
Binary1010011010000111100001011010111001000111001111101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61078; }

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

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

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

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

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

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

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

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