Shades of Eggplant #AF017C
Tints of Eggplant #AF017C
RGB
CMYK
RGB Variations
Color information
#AF017C (or 0xAF017C) is known color: Eggplant. HEX triplet: AF, 01 and 7C. RGB value is (175,1,124). Sum of RGB (Red+Green+Blue) = 175+1+124=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF017C is #50FE83. Grayscale: #424242. Windows color (decimal): -5308036 or 8126895. OLE color: 8126895.
HSL color Cylindrical-coordinate representation of color #AF017C: hue angle of 317.59º 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 #AF017C is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 124 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.31 |
| HSL | 317.59º | 0.99% | 0.35% | - |
| HSV(B) | 317.59º | 0.99% | 0.69% | - |
| XYZ | 21.33 | 10.59 | 19.99 | - |
| YUV | 67.05 | 160.15 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 124 | 0 | 0.99 | 0.29 | 0.31 | 317.59 | 0.99 | 0.35 |
| Hex | AF | 1 | 7C | 0 | 63 | 1D | 1F | 13E | 63 | 23 |
| Octal | 257 | 1 | 174 | 0 | 143 | 35 | 37 | 476 | 143 | 43 |
| Binary | 10101111 | 1 | 1111100 | 0 | 1100011 | 11101 | 11111 | 100111110 | 1100011 | 100011 |
Color Harmonies of #AF017C
Complementary color
Monochromatic Colors of #AF017C
Black with #AF017C
Text Example
Text Example
White with #AF017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF017C; }
p { color: rgb(175,1,124); }
H1.HeaderClassName
{
color: #AF017C;
}
.AnyTagClassName
{
color: #AF017C;
}
</style>
background-color css
<style>
a { background-color: #AF017C; }
a { background-color: rgb(175,1,124); }
div.DivClassName
{
background-color: #AF017C;
}
.BgClassName
{
background-color: #AF017C;
}
</style>
border-color css
<style>
span { border-color: #AF017C; }
span { border-color: rgb(175,1,124); }
td.TdClassName
{
border-color: #AF017C;
}
.TagClassName
{
border-color: #AF017C;
}
</style>