Shades of Eggplant #AF0679
Tints of Eggplant #AF0679
RGB
CMYK
RGB Variations
Color information
#AF0679 (or 0xAF0679) is known color: Eggplant. HEX triplet: AF, 06 and 79. RGB value is (175,6,121). Sum of RGB (Red+Green+Blue) = 175+6+121=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0679 is #50F986. Grayscale: #454545. Windows color (decimal): -5306759 or 7931567. OLE color: 7931567.
HSL color Cylindrical-coordinate representation of color #AF0679: hue angle of 319.17º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0679 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 121 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.31 |
| HSL | 319.17º | 0.93% | 0.35% | - |
| HSV(B) | 319.17º | 0.97% | 0.69% | - |
| XYZ | 21.2 | 10.62 | 19.02 | - |
| YUV | 69.64 | 156.99 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 121 | 0 | 0.97 | 0.31 | 0.31 | 319.17 | 0.93 | 0.35 |
| Hex | AF | 6 | 79 | 0 | 61 | 1F | 1F | 13F | 5D | 23 |
| Octal | 257 | 6 | 171 | 0 | 141 | 37 | 37 | 477 | 135 | 43 |
| Binary | 10101111 | 110 | 1111001 | 0 | 1100001 | 11111 | 11111 | 100111111 | 1011101 | 100011 |
Color Harmonies of #AF0679
Complementary color
Monochromatic Colors of #AF0679
Black with #AF0679
Text Example
Text Example
White with #AF0679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0679; }
p { color: rgb(175,6,121); }
H1.HeaderClassName
{
color: #AF0679;
}
.AnyTagClassName
{
color: #AF0679;
}
</style>
background-color css
<style>
a { background-color: #AF0679; }
a { background-color: rgb(175,6,121); }
div.DivClassName
{
background-color: #AF0679;
}
.BgClassName
{
background-color: #AF0679;
}
</style>
border-color css
<style>
span { border-color: #AF0679; }
span { border-color: rgb(175,6,121); }
td.TdClassName
{
border-color: #AF0679;
}
.TagClassName
{
border-color: #AF0679;
}
</style>