Shades of Eggplant #AF0177
Tints of Eggplant #AF0177
RGB
CMYK
RGB Variations
Color information
#AF0177 (or 0xAF0177) is known color: Eggplant. HEX triplet: AF, 01 and 77. RGB value is (175,1,119). Sum of RGB (Red+Green+Blue) = 175+1+119=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0177 is #50FE88. Grayscale: #424242. Windows color (decimal): -5308041 or 7799215. OLE color: 7799215.
HSL color Cylindrical-coordinate representation of color #AF0177: hue angle of 319.31º 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 #AF0177 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 119 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.31 |
| HSL | 319.31º | 0.99% | 0.35% | - |
| HSV(B) | 319.31º | 0.99% | 0.69% | - |
| XYZ | 21.02 | 10.47 | 18.37 | - |
| YUV | 66.48 | 157.65 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 119 | 0 | 0.99 | 0.32 | 0.31 | 319.31 | 0.99 | 0.35 |
| Hex | AF | 1 | 77 | 0 | 63 | 20 | 1F | 13F | 63 | 23 |
| Octal | 257 | 1 | 167 | 0 | 143 | 40 | 37 | 477 | 143 | 43 |
| Binary | 10101111 | 1 | 1110111 | 0 | 1100011 | 100000 | 11111 | 100111111 | 1100011 | 100011 |
Color Harmonies of #AF0177
Complementary color
Monochromatic Colors of #AF0177
Black with #AF0177
Text Example
Text Example
White with #AF0177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0177; }
p { color: rgb(175,1,119); }
H1.HeaderClassName
{
color: #AF0177;
}
.AnyTagClassName
{
color: #AF0177;
}
</style>
background-color css
<style>
a { background-color: #AF0177; }
a { background-color: rgb(175,1,119); }
div.DivClassName
{
background-color: #AF0177;
}
.BgClassName
{
background-color: #AF0177;
}
</style>
border-color css
<style>
span { border-color: #AF0177; }
span { border-color: rgb(175,1,119); }
td.TdClassName
{
border-color: #AF0177;
}
.TagClassName
{
border-color: #AF0177;
}
</style>