Shades of Eggplant #A8057A
Tints of Eggplant #A8057A
RGB
CMYK
RGB Variations
Color information
#A8057A (or 0xA8057A) is known color: Eggplant. HEX triplet: A8, 05 and 7A. RGB value is (168,5,122). Sum of RGB (Red+Green+Blue) = 168+5+122=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A8057A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8057A is #57FA85. Grayscale: #424242. Windows color (decimal): -5765766 or 7996840. OLE color: 7996840.
HSL color Cylindrical-coordinate representation of color #A8057A: hue angle of 316.93º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8057A is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 5 | 122 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.34 |
| HSL | 316.93º | 0.94% | 0.34% | - |
| HSV(B) | 316.93º | 0.97% | 0.66% | - |
| XYZ | 19.72 | 9.84 | 19.27 | - |
| YUV | 67.08 | 159 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 122 | 0 | 0.97 | 0.27 | 0.34 | 316.93 | 0.94 | 0.34 |
| Hex | A8 | 5 | 7A | 0 | 61 | 1B | 22 | 13D | 5E | 22 |
| Octal | 250 | 5 | 172 | 0 | 141 | 33 | 42 | 475 | 136 | 42 |
| Binary | 10101000 | 101 | 1111010 | 0 | 1100001 | 11011 | 100010 | 100111101 | 1011110 | 100010 |
Color Harmonies of #A8057A
Complementary color
Monochromatic Colors of #A8057A
Black with #A8057A
Text Example
Text Example
White with #A8057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8057A; }
p { color: rgb(168,5,122); }
H1.HeaderClassName
{
color: #A8057A;
}
.AnyTagClassName
{
color: #A8057A;
}
</style>
background-color css
<style>
a { background-color: #A8057A; }
a { background-color: rgb(168,5,122); }
div.DivClassName
{
background-color: #A8057A;
}
.BgClassName
{
background-color: #A8057A;
}
</style>
border-color css
<style>
span { border-color: #A8057A; }
span { border-color: rgb(168,5,122); }
td.TdClassName
{
border-color: #A8057A;
}
.TagClassName
{
border-color: #A8057A;
}
</style>