Shades of Eggplant #AF037B
Tints of Eggplant #AF037B
RGB
CMYK
RGB Variations
Color information
#AF037B (or 0xAF037B) is known color: Eggplant. HEX triplet: AF, 03 and 7B. RGB value is (175,3,123). Sum of RGB (Red+Green+Blue) = 175+3+123=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF037B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF037B is #50FC84. Grayscale: #434343. Windows color (decimal): -5307525 or 8061871. OLE color: 8061871.
HSL color Cylindrical-coordinate representation of color #AF037B: hue angle of 318.14º 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 #AF037B is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 123 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.31 |
| HSL | 318.14º | 0.97% | 0.35% | - |
| HSV(B) | 318.14º | 0.98% | 0.69% | - |
| XYZ | 21.29 | 10.61 | 19.66 | - |
| YUV | 68.11 | 158.98 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 123 | 0 | 0.98 | 0.30 | 0.31 | 318.14 | 0.97 | 0.35 |
| Hex | AF | 3 | 7B | 0 | 62 | 1E | 1F | 13E | 61 | 23 |
| Octal | 257 | 3 | 173 | 0 | 142 | 36 | 37 | 476 | 141 | 43 |
| Binary | 10101111 | 11 | 1111011 | 0 | 1100010 | 11110 | 11111 | 100111110 | 1100001 | 100011 |
Color Harmonies of #AF037B
Complementary color
Monochromatic Colors of #AF037B
Black with #AF037B
Text Example
Text Example
White with #AF037B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF037B; }
p { color: rgb(175,3,123); }
H1.HeaderClassName
{
color: #AF037B;
}
.AnyTagClassName
{
color: #AF037B;
}
</style>
background-color css
<style>
a { background-color: #AF037B; }
a { background-color: rgb(175,3,123); }
div.DivClassName
{
background-color: #AF037B;
}
.BgClassName
{
background-color: #AF037B;
}
</style>
border-color css
<style>
span { border-color: #AF037B; }
span { border-color: rgb(175,3,123); }
td.TdClassName
{
border-color: #AF037B;
}
.TagClassName
{
border-color: #AF037B;
}
</style>