Shades of Eggplant #A8067A
Tints of Eggplant #A8067A
RGB
CMYK
RGB Variations
Color information
#A8067A (or 0xA8067A) is known color: Eggplant. HEX triplet: A8, 06 and 7A. RGB value is (168,6,122). Sum of RGB (Red+Green+Blue) = 168+6+122=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A8067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8067A is #57F985. Grayscale: #434343. Windows color (decimal): -5765510 or 7997096. OLE color: 7997096.
HSL color Cylindrical-coordinate representation of color #A8067A: hue angle of 317.04º 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 #A8067A is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 6 | 122 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.34 |
| HSL | 317.04º | 0.93% | 0.34% | - |
| HSV(B) | 317.04º | 0.96% | 0.66% | - |
| XYZ | 19.73 | 9.86 | 19.28 | - |
| YUV | 67.66 | 158.67 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 122 | 0 | 0.96 | 0.27 | 0.34 | 317.04 | 0.93 | 0.34 |
| Hex | A8 | 6 | 7A | 0 | 60 | 1B | 22 | 13D | 5D | 22 |
| Octal | 250 | 6 | 172 | 0 | 140 | 33 | 42 | 475 | 135 | 42 |
| Binary | 10101000 | 110 | 1111010 | 0 | 1100000 | 11011 | 100010 | 100111101 | 1011101 | 100010 |
Color Harmonies of #A8067A
Complementary color
Monochromatic Colors of #A8067A
Black with #A8067A
Text Example
Text Example
White with #A8067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8067A; }
p { color: rgb(168,6,122); }
H1.HeaderClassName
{
color: #A8067A;
}
.AnyTagClassName
{
color: #A8067A;
}
</style>
background-color css
<style>
a { background-color: #A8067A; }
a { background-color: rgb(168,6,122); }
div.DivClassName
{
background-color: #A8067A;
}
.BgClassName
{
background-color: #A8067A;
}
</style>
border-color css
<style>
span { border-color: #A8067A; }
span { border-color: rgb(168,6,122); }
td.TdClassName
{
border-color: #A8067A;
}
.TagClassName
{
border-color: #A8067A;
}
</style>