Shades of Eggplant #A8047B
Tints of Eggplant #A8047B
RGB
CMYK
RGB Variations
Color information
#A8047B (or 0xA8047B) is known color: Eggplant. HEX triplet: A8, 04 and 7B. RGB value is (168,4,123). Sum of RGB (Red+Green+Blue) = 168+4+123=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A8047B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8047B is #57FB84. Grayscale: #424242. Windows color (decimal): -5766021 or 8062120. OLE color: 8062120.
HSL color Cylindrical-coordinate representation of color #A8047B: hue angle of 316.46º degrees, saturation: 0.95, 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 #A8047B is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 4 | 123 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.34 |
| HSL | 316.46º | 0.95% | 0.34% | - |
| HSV(B) | 316.46º | 0.98% | 0.66% | - |
| XYZ | 19.77 | 9.84 | 19.6 | - |
| YUV | 66.6 | 159.83 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 4 | 123 | 0 | 0.98 | 0.27 | 0.34 | 316.46 | 0.95 | 0.34 |
| Hex | A8 | 4 | 7B | 0 | 62 | 1B | 22 | 13C | 5F | 22 |
| Octal | 250 | 4 | 173 | 0 | 142 | 33 | 42 | 474 | 137 | 42 |
| Binary | 10101000 | 100 | 1111011 | 0 | 1100010 | 11011 | 100010 | 100111100 | 1011111 | 100010 |
Color Harmonies of #A8047B
Complementary color
Monochromatic Colors of #A8047B
Black with #A8047B
Text Example
Text Example
White with #A8047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8047B; }
p { color: rgb(168,4,123); }
H1.HeaderClassName
{
color: #A8047B;
}
.AnyTagClassName
{
color: #A8047B;
}
</style>
background-color css
<style>
a { background-color: #A8047B; }
a { background-color: rgb(168,4,123); }
div.DivClassName
{
background-color: #A8047B;
}
.BgClassName
{
background-color: #A8047B;
}
</style>
border-color css
<style>
span { border-color: #A8047B; }
span { border-color: rgb(168,4,123); }
td.TdClassName
{
border-color: #A8047B;
}
.TagClassName
{
border-color: #A8047B;
}
</style>