Shades of Eggplant #A80682
Tints of Eggplant #A80682
RGB
CMYK
RGB Variations
Color information
#A80682 (or 0xA80682) is known color: Eggplant. HEX triplet: A8, 06 and 82. RGB value is (168,6,130). Sum of RGB (Red+Green+Blue) = 168+6+130=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A80682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80682 is #57F97D. Grayscale: #444444. Windows color (decimal): -5765502 or 8521384. OLE color: 8521384.
HSL color Cylindrical-coordinate representation of color #A80682: hue angle of 314.07º degrees, saturation: 0.93, 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 #A80682 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 6 | 130 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.34 |
| HSL | 314.07º | 0.93% | 0.34% | - |
| HSV(B) | 314.07º | 0.96% | 0.66% | - |
| XYZ | 20.24 | 10.07 | 22 | - |
| YUV | 68.57 | 162.67 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 130 | 0 | 0.96 | 0.23 | 0.34 | 314.07 | 0.93 | 0.34 |
| Hex | A8 | 6 | 82 | 0 | 60 | 17 | 22 | 13A | 5D | 22 |
| Octal | 250 | 6 | 202 | 0 | 140 | 27 | 42 | 472 | 135 | 42 |
| Binary | 10101000 | 110 | 10000010 | 0 | 1100000 | 10111 | 100010 | 100111010 | 1011101 | 100010 |
Color Harmonies of #A80682
Complementary color
Monochromatic Colors of #A80682
Black with #A80682
Text Example
Text Example
White with #A80682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80682; }
p { color: rgb(168,6,130); }
H1.HeaderClassName
{
color: #A80682;
}
.AnyTagClassName
{
color: #A80682;
}
</style>
background-color css
<style>
a { background-color: #A80682; }
a { background-color: rgb(168,6,130); }
div.DivClassName
{
background-color: #A80682;
}
.BgClassName
{
background-color: #A80682;
}
</style>
border-color css
<style>
span { border-color: #A80682; }
span { border-color: rgb(168,6,130); }
td.TdClassName
{
border-color: #A80682;
}
.TagClassName
{
border-color: #A80682;
}
</style>