Shades of Eggplant #A8037B
Tints of Eggplant #A8037B
RGB
CMYK
RGB Variations
Color information
#A8037B (or 0xA8037B) is known color: Eggplant. HEX triplet: A8, 03 and 7B. RGB value is (168,3,123). Sum of RGB (Red+Green+Blue) = 168+3+123=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A8037B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8037B is #57FC84. Grayscale: #414141. Windows color (decimal): -5766277 or 8061864. OLE color: 8061864.
HSL color Cylindrical-coordinate representation of color #A8037B: hue angle of 316.36º 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 #A8037B is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 3 | 123 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.34 |
| HSL | 316.36º | 0.96% | 0.34% | - |
| HSV(B) | 316.36º | 0.98% | 0.66% | - |
| XYZ | 19.76 | 9.82 | 19.59 | - |
| YUV | 66.02 | 160.16 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 123 | 0 | 0.98 | 0.27 | 0.34 | 316.36 | 0.96 | 0.34 |
| Hex | A8 | 3 | 7B | 0 | 62 | 1B | 22 | 13C | 60 | 22 |
| Octal | 250 | 3 | 173 | 0 | 142 | 33 | 42 | 474 | 140 | 42 |
| Binary | 10101000 | 11 | 1111011 | 0 | 1100010 | 11011 | 100010 | 100111100 | 1100000 | 100010 |
Color Harmonies of #A8037B
Complementary color
Monochromatic Colors of #A8037B
Black with #A8037B
Text Example
Text Example
White with #A8037B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8037B; }
p { color: rgb(168,3,123); }
H1.HeaderClassName
{
color: #A8037B;
}
.AnyTagClassName
{
color: #A8037B;
}
</style>
background-color css
<style>
a { background-color: #A8037B; }
a { background-color: rgb(168,3,123); }
div.DivClassName
{
background-color: #A8037B;
}
.BgClassName
{
background-color: #A8037B;
}
</style>
border-color css
<style>
span { border-color: #A8037B; }
span { border-color: rgb(168,3,123); }
td.TdClassName
{
border-color: #A8037B;
}
.TagClassName
{
border-color: #A8037B;
}
</style>