Shades of Eggplant #AF047B
Tints of Eggplant #AF047B
RGB
CMYK
RGB Variations
Color information
#AF047B (or 0xAF047B) is known color: Eggplant. HEX triplet: AF, 04 and 7B. RGB value is (175,4,123). Sum of RGB (Red+Green+Blue) = 175+4+123=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF047B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF047B is #50FB84. Grayscale: #444444. Windows color (decimal): -5307269 or 8062127. OLE color: 8062127.
HSL color Cylindrical-coordinate representation of color #AF047B: hue angle of 318.25º degrees, saturation: 0.96, 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 #AF047B is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 123 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.31 |
| HSL | 318.25º | 0.96% | 0.35% | - |
| HSV(B) | 318.25º | 0.98% | 0.69% | - |
| XYZ | 21.3 | 10.63 | 19.67 | - |
| YUV | 68.7 | 158.65 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 123 | 0 | 0.98 | 0.30 | 0.31 | 318.25 | 0.96 | 0.35 |
| Hex | AF | 4 | 7B | 0 | 62 | 1E | 1F | 13E | 60 | 23 |
| Octal | 257 | 4 | 173 | 0 | 142 | 36 | 37 | 476 | 140 | 43 |
| Binary | 10101111 | 100 | 1111011 | 0 | 1100010 | 11110 | 11111 | 100111110 | 1100000 | 100011 |
Color Harmonies of #AF047B
Complementary color
Monochromatic Colors of #AF047B
Black with #AF047B
Text Example
Text Example
White with #AF047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF047B; }
p { color: rgb(175,4,123); }
H1.HeaderClassName
{
color: #AF047B;
}
.AnyTagClassName
{
color: #AF047B;
}
</style>
background-color css
<style>
a { background-color: #AF047B; }
a { background-color: rgb(175,4,123); }
div.DivClassName
{
background-color: #AF047B;
}
.BgClassName
{
background-color: #AF047B;
}
</style>
border-color css
<style>
span { border-color: #AF047B; }
span { border-color: rgb(175,4,123); }
td.TdClassName
{
border-color: #AF047B;
}
.TagClassName
{
border-color: #AF047B;
}
</style>