Shades of Eggplant #AF0078
Tints of Eggplant #AF0078
RGB
CMYK
RGB Variations
Color information
#AF0078 (or 0xAF0078) is known color: Eggplant. HEX triplet: AF, 00 and 78. RGB value is (175,0,120). Sum of RGB (Red+Green+Blue) = 175+0+120=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0078 is #50FF87. Grayscale: #414141. Windows color (decimal): -5308296 or 7864495. OLE color: 7864495.
HSL color Cylindrical-coordinate representation of color #AF0078: hue angle of 318.86º 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 #AF0078 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.31 | 0.31 |
| HSL | 318.86º | 1% | 0.34% | - |
| HSV(B) | 318.86º | 1% | 0.69% | - |
| XYZ | 21.07 | 10.47 | 18.68 | - |
| YUV | 66.01 | 158.48 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 120 | 0 | 1 | 0.31 | 0.31 | 318.86 | 1 | 0.34 |
| Hex | AF | 0 | 78 | 0 | 64 | 1F | 1F | 13F | 64 | 22 |
| Octal | 257 | 0 | 170 | 0 | 144 | 37 | 37 | 477 | 144 | 42 |
| Binary | 10101111 | 0 | 1111000 | 0 | 1100100 | 11111 | 11111 | 100111111 | 1100100 | 100010 |
Color Harmonies of #AF0078
Complementary color
Monochromatic Colors of #AF0078
Black with #AF0078
Text Example
Text Example
White with #AF0078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0078; }
p { color: rgb(175,0,120); }
H1.HeaderClassName
{
color: #AF0078;
}
.AnyTagClassName
{
color: #AF0078;
}
</style>
background-color css
<style>
a { background-color: #AF0078; }
a { background-color: rgb(175,0,120); }
div.DivClassName
{
background-color: #AF0078;
}
.BgClassName
{
background-color: #AF0078;
}
</style>
border-color css
<style>
span { border-color: #AF0078; }
span { border-color: rgb(175,0,120); }
td.TdClassName
{
border-color: #AF0078;
}
.TagClassName
{
border-color: #AF0078;
}
</style>