Shades of Eggplant #A8017A
Tints of Eggplant #A8017A
RGB
CMYK
RGB Variations
Color information
#A8017A (or 0xA8017A) is known color: Eggplant. HEX triplet: A8, 01 and 7A. RGB value is (168,1,122). Sum of RGB (Red+Green+Blue) = 168+1+122=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A8017A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8017A is #57FE85. Grayscale: #404040. Windows color (decimal): -5766790 or 7995816. OLE color: 7995816.
HSL color Cylindrical-coordinate representation of color #A8017A: hue angle of 316.53º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8017A is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 122 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.34 |
| HSL | 316.53º | 0.99% | 0.33% | - |
| HSV(B) | 316.53º | 0.99% | 0.66% | - |
| XYZ | 19.67 | 9.75 | 19.26 | - |
| YUV | 64.73 | 160.33 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 122 | 0 | 0.99 | 0.27 | 0.34 | 316.53 | 0.99 | 0.33 |
| Hex | A8 | 1 | 7A | 0 | 63 | 1B | 22 | 13D | 63 | 21 |
| Octal | 250 | 1 | 172 | 0 | 143 | 33 | 42 | 475 | 143 | 41 |
| Binary | 10101000 | 1 | 1111010 | 0 | 1100011 | 11011 | 100010 | 100111101 | 1100011 | 100001 |
Color Harmonies of #A8017A
Complementary color
Monochromatic Colors of #A8017A
Black with #A8017A
Text Example
Text Example
White with #A8017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8017A; }
p { color: rgb(168,1,122); }
H1.HeaderClassName
{
color: #A8017A;
}
.AnyTagClassName
{
color: #A8017A;
}
</style>
background-color css
<style>
a { background-color: #A8017A; }
a { background-color: rgb(168,1,122); }
div.DivClassName
{
background-color: #A8017A;
}
.BgClassName
{
background-color: #A8017A;
}
</style>
border-color css
<style>
span { border-color: #A8017A; }
span { border-color: rgb(168,1,122); }
td.TdClassName
{
border-color: #A8017A;
}
.TagClassName
{
border-color: #A8017A;
}
</style>