Shades of Eggplant #AF0075
Tints of Eggplant #AF0075
RGB
CMYK
RGB Variations
Color information
#AF0075 (or 0xAF0075) is known color: Eggplant. HEX triplet: AF, 00 and 75. RGB value is (175,0,117). Sum of RGB (Red+Green+Blue) = 175+0+117=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0075 is #50FF8A. Grayscale: #414141. Windows color (decimal): -5308299 or 7667887. OLE color: 7667887.
HSL color Cylindrical-coordinate representation of color #AF0075: hue angle of 319.89º 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 #AF0075 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 117 | - |
| CMYK | 0 | 1 | 0.33 | 0.31 |
| HSL | 319.89º | 1% | 0.34% | - |
| HSV(B) | 319.89º | 1% | 0.69% | - |
| XYZ | 20.89 | 10.4 | 17.74 | - |
| YUV | 65.66 | 156.98 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 117 | 0 | 1 | 0.33 | 0.31 | 319.89 | 1 | 0.34 |
| Hex | AF | 0 | 75 | 0 | 64 | 21 | 1F | 140 | 64 | 22 |
| Octal | 257 | 0 | 165 | 0 | 144 | 41 | 37 | 500 | 144 | 42 |
| Binary | 10101111 | 0 | 1110101 | 0 | 1100100 | 100001 | 11111 | 101000000 | 1100100 | 100010 |
Color Harmonies of #AF0075
Complementary color
Monochromatic Colors of #AF0075
Black with #AF0075
Text Example
Text Example
White with #AF0075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0075; }
p { color: rgb(175,0,117); }
H1.HeaderClassName
{
color: #AF0075;
}
.AnyTagClassName
{
color: #AF0075;
}
</style>
background-color css
<style>
a { background-color: #AF0075; }
a { background-color: rgb(175,0,117); }
div.DivClassName
{
background-color: #AF0075;
}
.BgClassName
{
background-color: #AF0075;
}
</style>
border-color css
<style>
span { border-color: #AF0075; }
span { border-color: rgb(175,0,117); }
td.TdClassName
{
border-color: #AF0075;
}
.TagClassName
{
border-color: #AF0075;
}
</style>