Shades of Eggplant #AF0777
Tints of Eggplant #AF0777
RGB
CMYK
RGB Variations
Color information
#AF0777 (or 0xAF0777) is known color: Eggplant. HEX triplet: AF, 07 and 77. RGB value is (175,7,119). Sum of RGB (Red+Green+Blue) = 175+7+119=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0777 is #50F888. Grayscale: #454545. Windows color (decimal): -5306505 or 7800751. OLE color: 7800751.
HSL color Cylindrical-coordinate representation of color #AF0777: hue angle of 320º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF0777 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 119 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.31 |
| HSL | 320º | 0.92% | 0.36% | - |
| HSV(B) | 320º | 0.96% | 0.69% | - |
| XYZ | 21.08 | 10.6 | 18.39 | - |
| YUV | 70 | 155.66 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 119 | 0 | 0.96 | 0.32 | 0.31 | 320 | 0.92 | 0.36 |
| Hex | AF | 7 | 77 | 0 | 60 | 20 | 1F | 140 | 5C | 24 |
| Octal | 257 | 7 | 167 | 0 | 140 | 40 | 37 | 500 | 134 | 44 |
| Binary | 10101111 | 111 | 1110111 | 0 | 1100000 | 100000 | 11111 | 101000000 | 1011100 | 100100 |
Color Harmonies of #AF0777
Complementary color
Monochromatic Colors of #AF0777
Black with #AF0777
Text Example
Text Example
White with #AF0777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0777; }
p { color: rgb(175,7,119); }
H1.HeaderClassName
{
color: #AF0777;
}
.AnyTagClassName
{
color: #AF0777;
}
</style>
background-color css
<style>
a { background-color: #AF0777; }
a { background-color: rgb(175,7,119); }
div.DivClassName
{
background-color: #AF0777;
}
.BgClassName
{
background-color: #AF0777;
}
</style>
border-color css
<style>
span { border-color: #AF0777; }
span { border-color: rgb(175,7,119); }
td.TdClassName
{
border-color: #AF0777;
}
.TagClassName
{
border-color: #AF0777;
}
</style>