Shades of Eggplant #AF0478
Tints of Eggplant #AF0478
RGB
CMYK
RGB Variations
Color information
#AF0478 (or 0xAF0478) is known color: Eggplant. HEX triplet: AF, 04 and 78. RGB value is (175,4,120). Sum of RGB (Red+Green+Blue) = 175+4+120=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0478 is #50FB87. Grayscale: #444444. Windows color (decimal): -5307272 or 7865519. OLE color: 7865519.
HSL color Cylindrical-coordinate representation of color #AF0478: hue angle of 319.3º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF0478 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 120 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.31 |
| HSL | 319.3º | 0.96% | 0.35% | - |
| HSV(B) | 319.3º | 0.98% | 0.69% | - |
| XYZ | 21.11 | 10.56 | 18.69 | - |
| YUV | 68.35 | 157.15 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 120 | 0 | 0.98 | 0.31 | 0.31 | 319.3 | 0.96 | 0.35 |
| Hex | AF | 4 | 78 | 0 | 62 | 1F | 1F | 13F | 60 | 23 |
| Octal | 257 | 4 | 170 | 0 | 142 | 37 | 37 | 477 | 140 | 43 |
| Binary | 10101111 | 100 | 1111000 | 0 | 1100010 | 11111 | 11111 | 100111111 | 1100000 | 100011 |
Color Harmonies of #AF0478
Complementary color
Monochromatic Colors of #AF0478
Black with #AF0478
Text Example
Text Example
White with #AF0478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0478; }
p { color: rgb(175,4,120); }
H1.HeaderClassName
{
color: #AF0478;
}
.AnyTagClassName
{
color: #AF0478;
}
</style>
background-color css
<style>
a { background-color: #AF0478; }
a { background-color: rgb(175,4,120); }
div.DivClassName
{
background-color: #AF0478;
}
.BgClassName
{
background-color: #AF0478;
}
</style>
border-color css
<style>
span { border-color: #AF0478; }
span { border-color: rgb(175,4,120); }
td.TdClassName
{
border-color: #AF0478;
}
.TagClassName
{
border-color: #AF0478;
}
</style>