Shades of Eggplant #A8036E
Tints of Eggplant #A8036E
RGB
CMYK
RGB Variations
Color information
#A8036E (or 0xA8036E) is known color: Eggplant. HEX triplet: A8, 03 and 6E. RGB value is (168,3,110). Sum of RGB (Red+Green+Blue) = 168+3+110=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A8036E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8036E is #57FC91. Grayscale: #404040. Windows color (decimal): -5766290 or 7209896. OLE color: 7209896.
HSL color Cylindrical-coordinate representation of color #A8036E: hue angle of 321.09º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8036E is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 3 | 110 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.34 |
| HSL | 321.09º | 0.96% | 0.34% | - |
| HSV(B) | 321.09º | 0.98% | 0.66% | - |
| XYZ | 19 | 9.52 | 15.59 | - |
| YUV | 64.53 | 153.66 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 110 | 0 | 0.98 | 0.35 | 0.34 | 321.09 | 0.96 | 0.34 |
| Hex | A8 | 3 | 6E | 0 | 62 | 23 | 22 | 141 | 60 | 22 |
| Octal | 250 | 3 | 156 | 0 | 142 | 43 | 42 | 501 | 140 | 42 |
| Binary | 10101000 | 11 | 1101110 | 0 | 1100010 | 100011 | 100010 | 101000001 | 1100000 | 100010 |
Color Harmonies of #A8036E
Complementary color
Monochromatic Colors of #A8036E
Black with #A8036E
Text Example
Text Example
White with #A8036E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8036E; }
p { color: rgb(168,3,110); }
H1.HeaderClassName
{
color: #A8036E;
}
.AnyTagClassName
{
color: #A8036E;
}
</style>
background-color css
<style>
a { background-color: #A8036E; }
a { background-color: rgb(168,3,110); }
div.DivClassName
{
background-color: #A8036E;
}
.BgClassName
{
background-color: #A8036E;
}
</style>
border-color css
<style>
span { border-color: #A8036E; }
span { border-color: rgb(168,3,110); }
td.TdClassName
{
border-color: #A8036E;
}
.TagClassName
{
border-color: #A8036E;
}
</style>