Shades of Eggplant #A8066D
Tints of Eggplant #A8066D
RGB
CMYK
RGB Variations
Color information
#A8066D (or 0xA8066D) is known color: Eggplant. HEX triplet: A8, 06 and 6D. RGB value is (168,6,109). Sum of RGB (Red+Green+Blue) = 168+6+109=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A8066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8066D is #57F992. Grayscale: #414141. Windows color (decimal): -5765523 or 7145128. OLE color: 7145128.
HSL color Cylindrical-coordinate representation of color #A8066D: hue angle of 321.85º 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 #A8066D is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 6 | 109 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.34 |
| HSL | 321.85º | 0.93% | 0.34% | - |
| HSV(B) | 321.85º | 0.96% | 0.66% | - |
| XYZ | 18.97 | 9.56 | 15.31 | - |
| YUV | 66.18 | 152.17 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 109 | 0 | 0.96 | 0.35 | 0.34 | 321.85 | 0.93 | 0.34 |
| Hex | A8 | 6 | 6D | 0 | 60 | 23 | 22 | 142 | 5D | 22 |
| Octal | 250 | 6 | 155 | 0 | 140 | 43 | 42 | 502 | 135 | 42 |
| Binary | 10101000 | 110 | 1101101 | 0 | 1100000 | 100011 | 100010 | 101000010 | 1011101 | 100010 |
Color Harmonies of #A8066D
Complementary color
Monochromatic Colors of #A8066D
Black with #A8066D
Text Example
Text Example
White with #A8066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8066D; }
p { color: rgb(168,6,109); }
H1.HeaderClassName
{
color: #A8066D;
}
.AnyTagClassName
{
color: #A8066D;
}
</style>
background-color css
<style>
a { background-color: #A8066D; }
a { background-color: rgb(168,6,109); }
div.DivClassName
{
background-color: #A8066D;
}
.BgClassName
{
background-color: #A8066D;
}
</style>
border-color css
<style>
span { border-color: #A8066D; }
span { border-color: rgb(168,6,109); }
td.TdClassName
{
border-color: #A8066D;
}
.TagClassName
{
border-color: #A8066D;
}
</style>