Shades of Eggplant #A8067C
Tints of Eggplant #A8067C
RGB
CMYK
RGB Variations
Color information
#A8067C (or 0xA8067C) is known color: Eggplant. HEX triplet: A8, 06 and 7C. RGB value is (168,6,124). Sum of RGB (Red+Green+Blue) = 168+6+124=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A8067C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8067C is #57F983. Grayscale: #434343. Windows color (decimal): -5765508 or 8128168. OLE color: 8128168.
HSL color Cylindrical-coordinate representation of color #A8067C: hue angle of 316.3º 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 #A8067C is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 6 | 124 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.34 |
| HSL | 316.3º | 0.93% | 0.34% | - |
| HSV(B) | 316.3º | 0.96% | 0.66% | - |
| XYZ | 19.85 | 9.91 | 19.94 | - |
| YUV | 67.89 | 159.67 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 124 | 0 | 0.96 | 0.26 | 0.34 | 316.3 | 0.93 | 0.34 |
| Hex | A8 | 6 | 7C | 0 | 60 | 1A | 22 | 13C | 5D | 22 |
| Octal | 250 | 6 | 174 | 0 | 140 | 32 | 42 | 474 | 135 | 42 |
| Binary | 10101000 | 110 | 1111100 | 0 | 1100000 | 11010 | 100010 | 100111100 | 1011101 | 100010 |
Color Harmonies of #A8067C
Complementary color
Monochromatic Colors of #A8067C
Black with #A8067C
Text Example
Text Example
White with #A8067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8067C; }
p { color: rgb(168,6,124); }
H1.HeaderClassName
{
color: #A8067C;
}
.AnyTagClassName
{
color: #A8067C;
}
</style>
background-color css
<style>
a { background-color: #A8067C; }
a { background-color: rgb(168,6,124); }
div.DivClassName
{
background-color: #A8067C;
}
.BgClassName
{
background-color: #A8067C;
}
</style>
border-color css
<style>
span { border-color: #A8067C; }
span { border-color: rgb(168,6,124); }
td.TdClassName
{
border-color: #A8067C;
}
.TagClassName
{
border-color: #A8067C;
}
</style>