#A11678

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

Shades of Eggplant #A11678

Tints of Eggplant #A11678

Color information

#A11678 (or 0xA11678) is unknown color: approx Eggplant. HEX triplet: A1, 16 and 78. RGB value is (161,22,120). Sum of RGB (Red+Green+Blue) = 161+22+120=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A11678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11678 is #5EE987. Grayscale: #4A4A4A. Windows color (decimal): -6220168 or 7870113. OLE color: 7870113.

HSL color Cylindrical-coordinate representation of color #A11678: hue angle of 317.7º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11678 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB16122120-
CMYK00.860.250.37
HSL317.7º75.96%35.88%-
HSV(B)317.7º86.34%63.14%-
XYZ18.389.5118.64-
YUV74.73153.55189.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.14%
GREEN value IS 22 (8.98% from 255) = 7.26%
BLUE value IS 120 (47.27% from 255) = 39.60%
R=53.14%
G=7.26%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612212000.860.250.37317.775.9635.88
HexA11678056192513e4c24
Octal241261700126314547611444
Binary1010000110110111100001010110110011001011001111101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11678; }

 p { color: rgb(161,22,120); }

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

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

 a { background-color: rgb(161,22,120); }

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

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

 span { border-color: rgb(161,22,120); }

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