Shades of Eggplant #A80982
Tints of Eggplant #A80982
RGB
CMYK
RGB Variations
Color information
#A80982 (or 0xA80982) is known color: Eggplant. HEX triplet: A8, 09 and 82. RGB value is (168,9,130). Sum of RGB (Red+Green+Blue) = 168+9+130=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A80982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80982 is #57F67D. Grayscale: #464646. Windows color (decimal): -5764734 or 8522152. OLE color: 8522152.
HSL color Cylindrical-coordinate representation of color #A80982: hue angle of 314.34º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80982 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 130 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.34 |
| HSL | 314.34º | 0.9% | 0.35% | - |
| HSV(B) | 314.34º | 0.95% | 0.66% | - |
| XYZ | 20.28 | 10.13 | 22.01 | - |
| YUV | 70.34 | 161.68 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 130 | 0 | 0.95 | 0.23 | 0.34 | 314.34 | 0.9 | 0.35 |
| Hex | A8 | 9 | 82 | 0 | 5F | 17 | 22 | 13A | 5A | 23 |
| Octal | 250 | 11 | 202 | 0 | 137 | 27 | 42 | 472 | 132 | 43 |
| Binary | 10101000 | 1001 | 10000010 | 0 | 1011111 | 10111 | 100010 | 100111010 | 1011010 | 100011 |
Color Harmonies of #A80982
Complementary color
Monochromatic Colors of #A80982
Black with #A80982
Text Example
Text Example
White with #A80982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80982; }
p { color: rgb(168,9,130); }
H1.HeaderClassName
{
color: #A80982;
}
.AnyTagClassName
{
color: #A80982;
}
</style>
background-color css
<style>
a { background-color: #A80982; }
a { background-color: rgb(168,9,130); }
div.DivClassName
{
background-color: #A80982;
}
.BgClassName
{
background-color: #A80982;
}
</style>
border-color css
<style>
span { border-color: #A80982; }
span { border-color: rgb(168,9,130); }
td.TdClassName
{
border-color: #A80982;
}
.TagClassName
{
border-color: #A80982;
}
</style>