Shades of Eggplant #A8017E
Tints of Eggplant #A8017E
RGB
CMYK
RGB Variations
Color information
#A8017E (or 0xA8017E) is known color: Eggplant. HEX triplet: A8, 01 and 7E. RGB value is (168,1,126). Sum of RGB (Red+Green+Blue) = 168+1+126=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A8017E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8017E is #57FE81. Grayscale: #404040. Windows color (decimal): -5766786 or 8257960. OLE color: 8257960.
HSL color Cylindrical-coordinate representation of color #A8017E: hue angle of 315.09º 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 #A8017E is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 126 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.34 |
| HSL | 315.09º | 0.99% | 0.33% | - |
| HSV(B) | 315.09º | 0.99% | 0.66% | - |
| XYZ | 19.93 | 9.85 | 20.59 | - |
| YUV | 65.18 | 162.33 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 126 | 0 | 0.99 | 0.25 | 0.34 | 315.09 | 0.99 | 0.33 |
| Hex | A8 | 1 | 7E | 0 | 63 | 19 | 22 | 13B | 63 | 21 |
| Octal | 250 | 1 | 176 | 0 | 143 | 31 | 42 | 473 | 143 | 41 |
| Binary | 10101000 | 1 | 1111110 | 0 | 1100011 | 11001 | 100010 | 100111011 | 1100011 | 100001 |
Color Harmonies of #A8017E
Complementary color
Monochromatic Colors of #A8017E
Black with #A8017E
Text Example
Text Example
White with #A8017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8017E; }
p { color: rgb(168,1,126); }
H1.HeaderClassName
{
color: #A8017E;
}
.AnyTagClassName
{
color: #A8017E;
}
</style>
background-color css
<style>
a { background-color: #A8017E; }
a { background-color: rgb(168,1,126); }
div.DivClassName
{
background-color: #A8017E;
}
.BgClassName
{
background-color: #A8017E;
}
</style>
border-color css
<style>
span { border-color: #A8017E; }
span { border-color: rgb(168,1,126); }
td.TdClassName
{
border-color: #A8017E;
}
.TagClassName
{
border-color: #A8017E;
}
</style>