Shades of Eggplant #A80784
Tints of Eggplant #A80784
RGB
CMYK
RGB Variations
Color information
#A80784 (or 0xA80784) is known color: Eggplant. HEX triplet: A8, 07 and 84. RGB value is (168,7,132). Sum of RGB (Red+Green+Blue) = 168+7+132=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A80784 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80784 is #57F87B. Grayscale: #454545. Windows color (decimal): -5765244 or 8652712. OLE color: 8652712.
HSL color Cylindrical-coordinate representation of color #A80784: hue angle of 313.42º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80784 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 7 | 132 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.34 |
| HSL | 313.42º | 0.92% | 0.34% | - |
| HSV(B) | 313.42º | 0.96% | 0.66% | - |
| XYZ | 20.39 | 10.14 | 22.71 | - |
| YUV | 69.39 | 163.34 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 132 | 0 | 0.96 | 0.21 | 0.34 | 313.42 | 0.92 | 0.34 |
| Hex | A8 | 7 | 84 | 0 | 60 | 15 | 22 | 139 | 5C | 22 |
| Octal | 250 | 7 | 204 | 0 | 140 | 25 | 42 | 471 | 134 | 42 |
| Binary | 10101000 | 111 | 10000100 | 0 | 1100000 | 10101 | 100010 | 100111001 | 1011100 | 100010 |
Color Harmonies of #A80784
Complementary color
Monochromatic Colors of #A80784
Black with #A80784
Text Example
Text Example
White with #A80784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80784; }
p { color: rgb(168,7,132); }
H1.HeaderClassName
{
color: #A80784;
}
.AnyTagClassName
{
color: #A80784;
}
</style>
background-color css
<style>
a { background-color: #A80784; }
a { background-color: rgb(168,7,132); }
div.DivClassName
{
background-color: #A80784;
}
.BgClassName
{
background-color: #A80784;
}
</style>
border-color css
<style>
span { border-color: #A80784; }
span { border-color: rgb(168,7,132); }
td.TdClassName
{
border-color: #A80784;
}
.TagClassName
{
border-color: #A80784;
}
</style>