Shades of Mulberry #AF5289
Tints of Mulberry #AF5289
RGB
CMYK
RGB Variations
Color information
#AF5289 (or 0xAF5289) is known color: Mulberry. HEX triplet: AF, 52 and 89. RGB value is (175,82,137). Sum of RGB (Red+Green+Blue) = 175+82+137=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5289 is #50AD76. Grayscale: #737373. Windows color (decimal): -5287287 or 8999599. OLE color: 8999599.
HSL color Cylindrical-coordinate representation of color #AF5289: hue angle of 324.52º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5289 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 82 | 137 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.31 |
| HSL | 324.52º | 0.37% | 0.5% | - |
| HSV(B) | 324.52º | 0.53% | 0.69% | - |
| XYZ | 25.21 | 16.95 | 25.61 | - |
| YUV | 116.08 | 139.81 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 137 | 0 | 0.53 | 0.22 | 0.31 | 324.52 | 0.37 | 0.5 |
| Hex | AF | 52 | 89 | 0 | 35 | 16 | 1F | 145 | 25 | 32 |
| Octal | 257 | 122 | 211 | 0 | 65 | 26 | 37 | 505 | 45 | 62 |
| Binary | 10101111 | 1010010 | 10001001 | 0 | 110101 | 10110 | 11111 | 101000101 | 100101 | 110010 |
Color Harmonies of #AF5289
Complementary color
Monochromatic Colors of #AF5289
Black with #AF5289
Text Example
Text Example
White with #AF5289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5289; }
p { color: rgb(175,82,137); }
H1.HeaderClassName
{
color: #AF5289;
}
.AnyTagClassName
{
color: #AF5289;
}
</style>
background-color css
<style>
a { background-color: #AF5289; }
a { background-color: rgb(175,82,137); }
div.DivClassName
{
background-color: #AF5289;
}
.BgClassName
{
background-color: #AF5289;
}
</style>
border-color css
<style>
span { border-color: #AF5289; }
span { border-color: rgb(175,82,137); }
td.TdClassName
{
border-color: #AF5289;
}
.TagClassName
{
border-color: #AF5289;
}
</style>