Shades of Eggplant #A8147A
Tints of Eggplant #A8147A
RGB
CMYK
RGB Variations
Color information
#A8147A (or 0xA8147A) is known color: Eggplant. HEX triplet: A8, 14 and 7A. RGB value is (168,20,122). Sum of RGB (Red+Green+Blue) = 168+20+122=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A8147A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8147A is #57EB85. Grayscale: #4B4B4B. Windows color (decimal): -5761926 or 8000680. OLE color: 8000680.
HSL color Cylindrical-coordinate representation of color #A8147A: hue angle of 318.65º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8147A is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 122 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.34 |
| HSL | 318.65º | 0.79% | 0.37% | - |
| HSV(B) | 318.65º | 0.88% | 0.66% | - |
| XYZ | 19.91 | 10.23 | 19.34 | - |
| YUV | 75.88 | 154.03 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 122 | 0 | 0.88 | 0.27 | 0.34 | 318.65 | 0.79 | 0.37 |
| Hex | A8 | 14 | 7A | 0 | 58 | 1B | 22 | 13F | 4F | 25 |
| Octal | 250 | 24 | 172 | 0 | 130 | 33 | 42 | 477 | 117 | 45 |
| Binary | 10101000 | 10100 | 1111010 | 0 | 1011000 | 11011 | 100010 | 100111111 | 1001111 | 100101 |
Color Harmonies of #A8147A
Complementary color
Monochromatic Colors of #A8147A
Black with #A8147A
Text Example
Text Example
White with #A8147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8147A; }
p { color: rgb(168,20,122); }
H1.HeaderClassName
{
color: #A8147A;
}
.AnyTagClassName
{
color: #A8147A;
}
</style>
background-color css
<style>
a { background-color: #A8147A; }
a { background-color: rgb(168,20,122); }
div.DivClassName
{
background-color: #A8147A;
}
.BgClassName
{
background-color: #A8147A;
}
</style>
border-color css
<style>
span { border-color: #A8147A; }
span { border-color: rgb(168,20,122); }
td.TdClassName
{
border-color: #A8147A;
}
.TagClassName
{
border-color: #A8147A;
}
</style>