Shades of Eggplant #AF0176
Tints of Eggplant #AF0176
RGB
CMYK
RGB Variations
Color information
#AF0176 (or 0xAF0176) is known color: Eggplant. HEX triplet: AF, 01 and 76. RGB value is (175,1,118). Sum of RGB (Red+Green+Blue) = 175+1+118=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0176 is #50FE89. Grayscale: #424242. Windows color (decimal): -5308042 or 7733679. OLE color: 7733679.
HSL color Cylindrical-coordinate representation of color #AF0176: hue angle of 319.66º 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 #AF0176 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 118 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.31 |
| HSL | 319.66º | 0.99% | 0.35% | - |
| HSV(B) | 319.66º | 0.99% | 0.69% | - |
| XYZ | 20.96 | 10.44 | 18.05 | - |
| YUV | 66.36 | 157.15 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 118 | 0 | 0.99 | 0.33 | 0.31 | 319.66 | 0.99 | 0.35 |
| Hex | AF | 1 | 76 | 0 | 63 | 21 | 1F | 140 | 63 | 23 |
| Octal | 257 | 1 | 166 | 0 | 143 | 41 | 37 | 500 | 143 | 43 |
| Binary | 10101111 | 1 | 1110110 | 0 | 1100011 | 100001 | 11111 | 101000000 | 1100011 | 100011 |
Color Harmonies of #AF0176
Complementary color
Monochromatic Colors of #AF0176
Black with #AF0176
Text Example
Text Example
White with #AF0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0176; }
p { color: rgb(175,1,118); }
H1.HeaderClassName
{
color: #AF0176;
}
.AnyTagClassName
{
color: #AF0176;
}
</style>
background-color css
<style>
a { background-color: #AF0176; }
a { background-color: rgb(175,1,118); }
div.DivClassName
{
background-color: #AF0176;
}
.BgClassName
{
background-color: #AF0176;
}
</style>
border-color css
<style>
span { border-color: #AF0176; }
span { border-color: rgb(175,1,118); }
td.TdClassName
{
border-color: #AF0176;
}
.TagClassName
{
border-color: #AF0176;
}
</style>