Shades of Eggplant #AF0070
Tints of Eggplant #AF0070
RGB
CMYK
RGB Variations
Color information
#AF0070 (or 0xAF0070) is known color: Eggplant. HEX triplet: AF, 00 and 70. RGB value is (175,0,112). Sum of RGB (Red+Green+Blue) = 175+0+112=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0070 is #50FF8F. Grayscale: #404040. Windows color (decimal): -5308304 or 7340207. OLE color: 7340207.
HSL color Cylindrical-coordinate representation of color #AF0070: hue angle of 321.6º 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 #AF0070 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 112 | - |
| CMYK | 0 | 1 | 0.36 | 0.31 |
| HSL | 321.6º | 1% | 0.34% | - |
| HSV(B) | 321.6º | 1% | 0.69% | - |
| XYZ | 20.6 | 10.28 | 16.23 | - |
| YUV | 65.09 | 154.48 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 112 | 0 | 1 | 0.36 | 0.31 | 321.6 | 1 | 0.34 |
| Hex | AF | 0 | 70 | 0 | 64 | 24 | 1F | 142 | 64 | 22 |
| Octal | 257 | 0 | 160 | 0 | 144 | 44 | 37 | 502 | 144 | 42 |
| Binary | 10101111 | 0 | 1110000 | 0 | 1100100 | 100100 | 11111 | 101000010 | 1100100 | 100010 |
Color Harmonies of #AF0070
Complementary color
Monochromatic Colors of #AF0070
Black with #AF0070
Text Example
Text Example
White with #AF0070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0070; }
p { color: rgb(175,0,112); }
H1.HeaderClassName
{
color: #AF0070;
}
.AnyTagClassName
{
color: #AF0070;
}
</style>
background-color css
<style>
a { background-color: #AF0070; }
a { background-color: rgb(175,0,112); }
div.DivClassName
{
background-color: #AF0070;
}
.BgClassName
{
background-color: #AF0070;
}
</style>
border-color css
<style>
span { border-color: #AF0070; }
span { border-color: rgb(175,0,112); }
td.TdClassName
{
border-color: #AF0070;
}
.TagClassName
{
border-color: #AF0070;
}
</style>