Shades of Eggplant #AF0576
Tints of Eggplant #AF0576
RGB
CMYK
RGB Variations
Color information
#AF0576 (or 0xAF0576) is known color: Eggplant. HEX triplet: AF, 05 and 76. RGB value is (175,5,118). Sum of RGB (Red+Green+Blue) = 175+5+118=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0576 is #50FA89. Grayscale: #444444. Windows color (decimal): -5307018 or 7734703. OLE color: 7734703.
HSL color Cylindrical-coordinate representation of color #AF0576: hue angle of 320.12º degrees, saturation: 0.94, 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 #AF0576 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 118 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.31 |
| HSL | 320.12º | 0.94% | 0.35% | - |
| HSV(B) | 320.12º | 0.97% | 0.69% | - |
| XYZ | 21 | 10.53 | 18.07 | - |
| YUV | 68.71 | 155.82 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 118 | 0 | 0.97 | 0.33 | 0.31 | 320.12 | 0.94 | 0.35 |
| Hex | AF | 5 | 76 | 0 | 61 | 21 | 1F | 140 | 5E | 23 |
| Octal | 257 | 5 | 166 | 0 | 141 | 41 | 37 | 500 | 136 | 43 |
| Binary | 10101111 | 101 | 1110110 | 0 | 1100001 | 100001 | 11111 | 101000000 | 1011110 | 100011 |
Color Harmonies of #AF0576
Complementary color
Monochromatic Colors of #AF0576
Black with #AF0576
Text Example
Text Example
White with #AF0576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0576; }
p { color: rgb(175,5,118); }
H1.HeaderClassName
{
color: #AF0576;
}
.AnyTagClassName
{
color: #AF0576;
}
</style>
background-color css
<style>
a { background-color: #AF0576; }
a { background-color: rgb(175,5,118); }
div.DivClassName
{
background-color: #AF0576;
}
.BgClassName
{
background-color: #AF0576;
}
</style>
border-color css
<style>
span { border-color: #AF0576; }
span { border-color: rgb(175,5,118); }
td.TdClassName
{
border-color: #AF0576;
}
.TagClassName
{
border-color: #AF0576;
}
</style>