Shades of Eggplant #A80683
Tints of Eggplant #A80683
RGB
CMYK
RGB Variations
Color information
#A80683 (or 0xA80683) is known color: Eggplant. HEX triplet: A8, 06 and 83. RGB value is (168,6,131). Sum of RGB (Red+Green+Blue) = 168+6+131=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A80683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80683 is #57F97C. Grayscale: #444444. Windows color (decimal): -5765501 or 8586920. OLE color: 8586920.
HSL color Cylindrical-coordinate representation of color #A80683: hue angle of 313.7º 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 #A80683 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 6 | 131 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.34 |
| HSL | 313.7º | 0.93% | 0.34% | - |
| HSV(B) | 313.7º | 0.96% | 0.66% | - |
| XYZ | 20.31 | 10.09 | 22.35 | - |
| YUV | 68.69 | 163.17 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 131 | 0 | 0.96 | 0.22 | 0.34 | 313.7 | 0.93 | 0.34 |
| Hex | A8 | 6 | 83 | 0 | 60 | 16 | 22 | 13A | 5D | 22 |
| Octal | 250 | 6 | 203 | 0 | 140 | 26 | 42 | 472 | 135 | 42 |
| Binary | 10101000 | 110 | 10000011 | 0 | 1100000 | 10110 | 100010 | 100111010 | 1011101 | 100010 |
Color Harmonies of #A80683
Complementary color
Monochromatic Colors of #A80683
Black with #A80683
Text Example
Text Example
White with #A80683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80683; }
p { color: rgb(168,6,131); }
H1.HeaderClassName
{
color: #A80683;
}
.AnyTagClassName
{
color: #A80683;
}
</style>
background-color css
<style>
a { background-color: #A80683; }
a { background-color: rgb(168,6,131); }
div.DivClassName
{
background-color: #A80683;
}
.BgClassName
{
background-color: #A80683;
}
</style>
border-color css
<style>
span { border-color: #A80683; }
span { border-color: rgb(168,6,131); }
td.TdClassName
{
border-color: #A80683;
}
.TagClassName
{
border-color: #A80683;
}
</style>