Shades of Eggplant #AF017E
Tints of Eggplant #AF017E
RGB
CMYK
RGB Variations
Color information
#AF017E (or 0xAF017E) is known color: Eggplant. HEX triplet: AF, 01 and 7E. RGB value is (175,1,126). Sum of RGB (Red+Green+Blue) = 175+1+126=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF017E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF017E is #50FE81. Grayscale: #424242. Windows color (decimal): -5308034 or 8257967. OLE color: 8257967.
HSL color Cylindrical-coordinate representation of color #AF017E: hue angle of 316.9º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF017E is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 126 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.31 |
| HSL | 316.9º | 0.99% | 0.35% | - |
| HSV(B) | 316.9º | 0.99% | 0.69% | - |
| XYZ | 21.46 | 10.64 | 20.66 | - |
| YUV | 67.28 | 161.15 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 126 | 0 | 0.99 | 0.28 | 0.31 | 316.9 | 0.99 | 0.35 |
| Hex | AF | 1 | 7E | 0 | 63 | 1C | 1F | 13D | 63 | 23 |
| Octal | 257 | 1 | 176 | 0 | 143 | 34 | 37 | 475 | 143 | 43 |
| Binary | 10101111 | 1 | 1111110 | 0 | 1100011 | 11100 | 11111 | 100111101 | 1100011 | 100011 |
Color Harmonies of #AF017E
Complementary color
Monochromatic Colors of #AF017E
Black with #AF017E
Text Example
Text Example
White with #AF017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF017E; }
p { color: rgb(175,1,126); }
H1.HeaderClassName
{
color: #AF017E;
}
.AnyTagClassName
{
color: #AF017E;
}
</style>
background-color css
<style>
a { background-color: #AF017E; }
a { background-color: rgb(175,1,126); }
div.DivClassName
{
background-color: #AF017E;
}
.BgClassName
{
background-color: #AF017E;
}
</style>
border-color css
<style>
span { border-color: #AF017E; }
span { border-color: rgb(175,1,126); }
td.TdClassName
{
border-color: #AF017E;
}
.TagClassName
{
border-color: #AF017E;
}
</style>