Shades of Eggplant #AF007D
Tints of Eggplant #AF007D
RGB
CMYK
RGB Variations
Color information
#AF007D (or 0xAF007D) is known color: Eggplant. HEX triplet: AF, 00 and 7D. RGB value is (175,0,125). Sum of RGB (Red+Green+Blue) = 175+0+125=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF007D is #50FF82. Grayscale: #424242. Windows color (decimal): -5308291 or 8192175. OLE color: 8192175.
HSL color Cylindrical-coordinate representation of color #AF007D: hue angle of 317.14º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF007D is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.29 | 0.31 |
| HSL | 317.14º | 1% | 0.34% | - |
| HSV(B) | 317.14º | 1% | 0.69% | - |
| XYZ | 21.38 | 10.59 | 20.32 | - |
| YUV | 66.58 | 160.98 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 125 | 0 | 1 | 0.29 | 0.31 | 317.14 | 1 | 0.34 |
| Hex | AF | 0 | 7D | 0 | 64 | 1D | 1F | 13D | 64 | 22 |
| Octal | 257 | 0 | 175 | 0 | 144 | 35 | 37 | 475 | 144 | 42 |
| Binary | 10101111 | 0 | 1111101 | 0 | 1100100 | 11101 | 11111 | 100111101 | 1100100 | 100010 |
Color Harmonies of #AF007D
Complementary color
Monochromatic Colors of #AF007D
Black with #AF007D
Text Example
Text Example
White with #AF007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF007D; }
p { color: rgb(175,0,125); }
H1.HeaderClassName
{
color: #AF007D;
}
.AnyTagClassName
{
color: #AF007D;
}
</style>
background-color css
<style>
a { background-color: #AF007D; }
a { background-color: rgb(175,0,125); }
div.DivClassName
{
background-color: #AF007D;
}
.BgClassName
{
background-color: #AF007D;
}
</style>
border-color css
<style>
span { border-color: #AF007D; }
span { border-color: rgb(175,0,125); }
td.TdClassName
{
border-color: #AF007D;
}
.TagClassName
{
border-color: #AF007D;
}
</style>