Shades of Eggplant #A7017F
Tints of Eggplant #A7017F
RGB
CMYK
RGB Variations
Color information
#A7017F (or 0xA7017F) is known color: Eggplant. HEX triplet: A7, 01 and 7F. RGB value is (167,1,127). Sum of RGB (Red+Green+Blue) = 167+1+127=295 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.61% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 167 - color contains mainly: red. Hex color #A7017F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7017F is #58FE80. Grayscale: #404040. Windows color (decimal): -5832321 or 8323495. OLE color: 8323495.
HSL color Cylindrical-coordinate representation of color #A7017F: hue angle of 314.46º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A7017F is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 1 | 127 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.35 |
| HSL | 314.46º | 0.99% | 0.33% | - |
| HSV(B) | 314.46º | 0.99% | 0.65% | - |
| XYZ | 19.78 | 9.77 | 20.92 | - |
| YUV | 65 | 163 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 127 | 0 | 0.99 | 0.24 | 0.35 | 314.46 | 0.99 | 0.33 |
| Hex | A7 | 1 | 7F | 0 | 63 | 18 | 23 | 13A | 63 | 21 |
| Octal | 247 | 1 | 177 | 0 | 143 | 30 | 43 | 472 | 143 | 41 |
| Binary | 10100111 | 1 | 1111111 | 0 | 1100011 | 11000 | 100011 | 100111010 | 1100011 | 100001 |
Color Harmonies of #A7017F
Complementary color
Monochromatic Colors of #A7017F
Black with #A7017F
Text Example
Text Example
White with #A7017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7017F; }
p { color: rgb(167,1,127); }
H1.HeaderClassName
{
color: #A7017F;
}
.AnyTagClassName
{
color: #A7017F;
}
</style>
background-color css
<style>
a { background-color: #A7017F; }
a { background-color: rgb(167,1,127); }
div.DivClassName
{
background-color: #A7017F;
}
.BgClassName
{
background-color: #A7017F;
}
</style>
border-color css
<style>
span { border-color: #A7017F; }
span { border-color: rgb(167,1,127); }
td.TdClassName
{
border-color: #A7017F;
}
.TagClassName
{
border-color: #A7017F;
}
</style>