Shades of Mulberry #AF5186
Tints of Mulberry #AF5186
RGB
CMYK
RGB Variations
Color information
#AF5186 (or 0xAF5186) is known color: Mulberry. HEX triplet: AF, 51 and 86. RGB value is (175,81,134). Sum of RGB (Red+Green+Blue) = 175+81+134=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5186 is #50AE79. Grayscale: #737373. Windows color (decimal): -5287546 or 8802735. OLE color: 8802735.
HSL color Cylindrical-coordinate representation of color #AF5186: hue angle of 326.17º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF5186 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 134 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.31 |
| HSL | 326.17º | 0.37% | 0.5% | - |
| HSV(B) | 326.17º | 0.54% | 0.69% | - |
| XYZ | 24.92 | 16.72 | 24.47 | - |
| YUV | 115.15 | 138.64 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 134 | 0 | 0.54 | 0.23 | 0.31 | 326.17 | 0.37 | 0.5 |
| Hex | AF | 51 | 86 | 0 | 36 | 17 | 1F | 146 | 25 | 32 |
| Octal | 257 | 121 | 206 | 0 | 66 | 27 | 37 | 506 | 45 | 62 |
| Binary | 10101111 | 1010001 | 10000110 | 0 | 110110 | 10111 | 11111 | 101000110 | 100101 | 110010 |
Color Harmonies of #AF5186
Complementary color
Monochromatic Colors of #AF5186
Black with #AF5186
Text Example
Text Example
White with #AF5186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5186; }
p { color: rgb(175,81,134); }
H1.HeaderClassName
{
color: #AF5186;
}
.AnyTagClassName
{
color: #AF5186;
}
</style>
background-color css
<style>
a { background-color: #AF5186; }
a { background-color: rgb(175,81,134); }
div.DivClassName
{
background-color: #AF5186;
}
.BgClassName
{
background-color: #AF5186;
}
</style>
border-color css
<style>
span { border-color: #AF5186; }
span { border-color: rgb(175,81,134); }
td.TdClassName
{
border-color: #AF5186;
}
.TagClassName
{
border-color: #AF5186;
}
</style>