Shades of Eggplant #AF0179
Tints of Eggplant #AF0179
RGB
CMYK
RGB Variations
Color information
#AF0179 (or 0xAF0179) is known color: Eggplant. HEX triplet: AF, 01 and 79. RGB value is (175,1,121). Sum of RGB (Red+Green+Blue) = 175+1+121=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0179 is #50FE86. Grayscale: #424242. Windows color (decimal): -5308039 or 7930287. OLE color: 7930287.
HSL color Cylindrical-coordinate representation of color #AF0179: hue angle of 318.62º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0179 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 121 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.31 |
| HSL | 318.62º | 0.99% | 0.35% | - |
| HSV(B) | 318.62º | 0.99% | 0.69% | - |
| XYZ | 21.14 | 10.52 | 19 | - |
| YUV | 66.71 | 158.65 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 121 | 0 | 0.99 | 0.31 | 0.31 | 318.62 | 0.99 | 0.35 |
| Hex | AF | 1 | 79 | 0 | 63 | 1F | 1F | 13F | 63 | 23 |
| Octal | 257 | 1 | 171 | 0 | 143 | 37 | 37 | 477 | 143 | 43 |
| Binary | 10101111 | 1 | 1111001 | 0 | 1100011 | 11111 | 11111 | 100111111 | 1100011 | 100011 |
Color Harmonies of #AF0179
Complementary color
Monochromatic Colors of #AF0179
Black with #AF0179
Text Example
Text Example
White with #AF0179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0179; }
p { color: rgb(175,1,121); }
H1.HeaderClassName
{
color: #AF0179;
}
.AnyTagClassName
{
color: #AF0179;
}
</style>
background-color css
<style>
a { background-color: #AF0179; }
a { background-color: rgb(175,1,121); }
div.DivClassName
{
background-color: #AF0179;
}
.BgClassName
{
background-color: #AF0179;
}
</style>
border-color css
<style>
span { border-color: #AF0179; }
span { border-color: rgb(175,1,121); }
td.TdClassName
{
border-color: #AF0179;
}
.TagClassName
{
border-color: #AF0179;
}
</style>