Shades of Eggplant #AF0373
Tints of Eggplant #AF0373
RGB
CMYK
RGB Variations
Color information
#AF0373 (or 0xAF0373) is known color: Eggplant. HEX triplet: AF, 03 and 73. RGB value is (175,3,115). Sum of RGB (Red+Green+Blue) = 175+3+115=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0373 is #50FC8C. Grayscale: #424242. Windows color (decimal): -5307533 or 7537583. OLE color: 7537583.
HSL color Cylindrical-coordinate representation of color #AF0373: hue angle of 320.93º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF0373 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 115 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.31 |
| HSL | 320.93º | 0.97% | 0.35% | - |
| HSV(B) | 320.93º | 0.98% | 0.69% | - |
| XYZ | 20.81 | 10.42 | 17.13 | - |
| YUV | 67.2 | 154.98 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 115 | 0 | 0.98 | 0.34 | 0.31 | 320.93 | 0.97 | 0.35 |
| Hex | AF | 3 | 73 | 0 | 62 | 22 | 1F | 141 | 61 | 23 |
| Octal | 257 | 3 | 163 | 0 | 142 | 42 | 37 | 501 | 141 | 43 |
| Binary | 10101111 | 11 | 1110011 | 0 | 1100010 | 100010 | 11111 | 101000001 | 1100001 | 100011 |
Color Harmonies of #AF0373
Complementary color
Monochromatic Colors of #AF0373
Black with #AF0373
Text Example
Text Example
White with #AF0373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0373; }
p { color: rgb(175,3,115); }
H1.HeaderClassName
{
color: #AF0373;
}
.AnyTagClassName
{
color: #AF0373;
}
</style>
background-color css
<style>
a { background-color: #AF0373; }
a { background-color: rgb(175,3,115); }
div.DivClassName
{
background-color: #AF0373;
}
.BgClassName
{
background-color: #AF0373;
}
</style>
border-color css
<style>
span { border-color: #AF0373; }
span { border-color: rgb(175,3,115); }
td.TdClassName
{
border-color: #AF0373;
}
.TagClassName
{
border-color: #AF0373;
}
</style>