Shades of Mulberry #AF5187
Tints of Mulberry #AF5187
RGB
CMYK
RGB Variations
Color information
#AF5187 (or 0xAF5187) is known color: Mulberry. HEX triplet: AF, 51 and 87. RGB value is (175,81,135). Sum of RGB (Red+Green+Blue) = 175+81+135=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5187 is #50AE78. Grayscale: #737373. Windows color (decimal): -5287545 or 8868271. OLE color: 8868271.
HSL color Cylindrical-coordinate representation of color #AF5187: hue angle of 325.53º 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 #AF5187 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 135 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.31 |
| HSL | 325.53º | 0.37% | 0.5% | - |
| HSV(B) | 325.53º | 0.54% | 0.69% | - |
| XYZ | 24.99 | 16.75 | 24.84 | - |
| YUV | 115.26 | 139.14 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 135 | 0 | 0.54 | 0.23 | 0.31 | 325.53 | 0.37 | 0.5 |
| Hex | AF | 51 | 87 | 0 | 36 | 17 | 1F | 146 | 25 | 32 |
| Octal | 257 | 121 | 207 | 0 | 66 | 27 | 37 | 506 | 45 | 62 |
| Binary | 10101111 | 1010001 | 10000111 | 0 | 110110 | 10111 | 11111 | 101000110 | 100101 | 110010 |
Color Harmonies of #AF5187
Complementary color
Monochromatic Colors of #AF5187
Black with #AF5187
Text Example
Text Example
White with #AF5187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5187; }
p { color: rgb(175,81,135); }
H1.HeaderClassName
{
color: #AF5187;
}
.AnyTagClassName
{
color: #AF5187;
}
</style>
background-color css
<style>
a { background-color: #AF5187; }
a { background-color: rgb(175,81,135); }
div.DivClassName
{
background-color: #AF5187;
}
.BgClassName
{
background-color: #AF5187;
}
</style>
border-color css
<style>
span { border-color: #AF5187; }
span { border-color: rgb(175,81,135); }
td.TdClassName
{
border-color: #AF5187;
}
.TagClassName
{
border-color: #AF5187;
}
</style>