Shades of Mulberry #AF5086
Tints of Mulberry #AF5086
RGB
CMYK
RGB Variations
Color information
#AF5086 (or 0xAF5086) is known color: Mulberry. HEX triplet: AF, 50 and 86. RGB value is (175,80,134). Sum of RGB (Red+Green+Blue) = 175+80+134=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5086 is #50AF79. Grayscale: #727272. Windows color (decimal): -5287802 or 8802479. OLE color: 8802479.
HSL color Cylindrical-coordinate representation of color #AF5086: hue angle of 325.89º 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 #AF5086 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 134 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.31 |
| HSL | 325.89º | 0.37% | 0.5% | - |
| HSV(B) | 325.89º | 0.54% | 0.69% | - |
| XYZ | 24.85 | 16.57 | 24.44 | - |
| YUV | 114.56 | 138.97 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 134 | 0 | 0.54 | 0.23 | 0.31 | 325.89 | 0.37 | 0.5 |
| Hex | AF | 50 | 86 | 0 | 36 | 17 | 1F | 146 | 25 | 32 |
| Octal | 257 | 120 | 206 | 0 | 66 | 27 | 37 | 506 | 45 | 62 |
| Binary | 10101111 | 1010000 | 10000110 | 0 | 110110 | 10111 | 11111 | 101000110 | 100101 | 110010 |
Color Harmonies of #AF5086
Complementary color
Monochromatic Colors of #AF5086
Black with #AF5086
Text Example
Text Example
White with #AF5086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5086; }
p { color: rgb(175,80,134); }
H1.HeaderClassName
{
color: #AF5086;
}
.AnyTagClassName
{
color: #AF5086;
}
</style>
background-color css
<style>
a { background-color: #AF5086; }
a { background-color: rgb(175,80,134); }
div.DivClassName
{
background-color: #AF5086;
}
.BgClassName
{
background-color: #AF5086;
}
</style>
border-color css
<style>
span { border-color: #AF5086; }
span { border-color: rgb(175,80,134); }
td.TdClassName
{
border-color: #AF5086;
}
.TagClassName
{
border-color: #AF5086;
}
</style>