Shades of Eggplant #AF0076
Tints of Eggplant #AF0076
RGB
CMYK
RGB Variations
Color information
#AF0076 (or 0xAF0076) is known color: Eggplant. HEX triplet: AF, 00 and 76. RGB value is (175,0,118). Sum of RGB (Red+Green+Blue) = 175+0+118=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0076 is #50FF89. Grayscale: #414141. Windows color (decimal): -5308298 or 7733423. OLE color: 7733423.
HSL color Cylindrical-coordinate representation of color #AF0076: hue angle of 319.54º 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 #AF0076 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.33 | 0.31 |
| HSL | 319.54º | 1% | 0.34% | - |
| HSV(B) | 319.54º | 1% | 0.69% | - |
| XYZ | 20.95 | 10.42 | 18.05 | - |
| YUV | 65.78 | 157.48 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 118 | 0 | 1 | 0.33 | 0.31 | 319.54 | 1 | 0.34 |
| Hex | AF | 0 | 76 | 0 | 64 | 21 | 1F | 140 | 64 | 22 |
| Octal | 257 | 0 | 166 | 0 | 144 | 41 | 37 | 500 | 144 | 42 |
| Binary | 10101111 | 0 | 1110110 | 0 | 1100100 | 100001 | 11111 | 101000000 | 1100100 | 100010 |
Color Harmonies of #AF0076
Complementary color
Monochromatic Colors of #AF0076
Black with #AF0076
Text Example
Text Example
White with #AF0076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0076; }
p { color: rgb(175,0,118); }
H1.HeaderClassName
{
color: #AF0076;
}
.AnyTagClassName
{
color: #AF0076;
}
</style>
background-color css
<style>
a { background-color: #AF0076; }
a { background-color: rgb(175,0,118); }
div.DivClassName
{
background-color: #AF0076;
}
.BgClassName
{
background-color: #AF0076;
}
</style>
border-color css
<style>
span { border-color: #AF0076; }
span { border-color: rgb(175,0,118); }
td.TdClassName
{
border-color: #AF0076;
}
.TagClassName
{
border-color: #AF0076;
}
</style>