Shades of Eggplant #AF037C
Tints of Eggplant #AF037C
RGB
CMYK
RGB Variations
Color information
#AF037C (or 0xAF037C) is known color: Eggplant. HEX triplet: AF, 03 and 7C. RGB value is (175,3,124). Sum of RGB (Red+Green+Blue) = 175+3+124=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF037C is #50FC83. Grayscale: #434343. Windows color (decimal): -5307524 or 8127407. OLE color: 8127407.
HSL color Cylindrical-coordinate representation of color #AF037C: hue angle of 317.79º 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 #AF037C is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 124 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.31 |
| HSL | 317.79º | 0.97% | 0.35% | - |
| HSV(B) | 317.79º | 0.98% | 0.69% | - |
| XYZ | 21.35 | 10.63 | 20 | - |
| YUV | 68.22 | 159.48 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 124 | 0 | 0.98 | 0.29 | 0.31 | 317.79 | 0.97 | 0.35 |
| Hex | AF | 3 | 7C | 0 | 62 | 1D | 1F | 13E | 61 | 23 |
| Octal | 257 | 3 | 174 | 0 | 142 | 35 | 37 | 476 | 141 | 43 |
| Binary | 10101111 | 11 | 1111100 | 0 | 1100010 | 11101 | 11111 | 100111110 | 1100001 | 100011 |
Color Harmonies of #AF037C
Complementary color
Monochromatic Colors of #AF037C
Black with #AF037C
Text Example
Text Example
White with #AF037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF037C; }
p { color: rgb(175,3,124); }
H1.HeaderClassName
{
color: #AF037C;
}
.AnyTagClassName
{
color: #AF037C;
}
</style>
background-color css
<style>
a { background-color: #AF037C; }
a { background-color: rgb(175,3,124); }
div.DivClassName
{
background-color: #AF037C;
}
.BgClassName
{
background-color: #AF037C;
}
</style>
border-color css
<style>
span { border-color: #AF037C; }
span { border-color: rgb(175,3,124); }
td.TdClassName
{
border-color: #AF037C;
}
.TagClassName
{
border-color: #AF037C;
}
</style>