Shades of Mulberry #AF598B
Tints of Mulberry #AF598B
RGB
CMYK
RGB Variations
Color information
#AF598B (or 0xAF598B) is known color: Mulberry. HEX triplet: AF, 59 and 8B. RGB value is (175,89,139). Sum of RGB (Red+Green+Blue) = 175+89+139=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF598B is #50A674. Grayscale: #787878. Windows color (decimal): -5285493 or 9132463. OLE color: 9132463.
HSL color Cylindrical-coordinate representation of color #AF598B: hue angle of 325.12º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF598B is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 89 | 139 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.31 |
| HSL | 325.12º | 0.35% | 0.52% | - |
| HSV(B) | 325.12º | 0.49% | 0.69% | - |
| XYZ | 25.91 | 18.12 | 26.56 | - |
| YUV | 120.41 | 138.49 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 89 | 139 | 0 | 0.49 | 0.21 | 0.31 | 325.12 | 0.35 | 0.52 |
| Hex | AF | 59 | 8B | 0 | 31 | 15 | 1F | 145 | 23 | 34 |
| Octal | 257 | 131 | 213 | 0 | 61 | 25 | 37 | 505 | 43 | 64 |
| Binary | 10101111 | 1011001 | 10001011 | 0 | 110001 | 10101 | 11111 | 101000101 | 100011 | 110100 |
Color Harmonies of #AF598B
Complementary color
Monochromatic Colors of #AF598B
Black with #AF598B
Text Example
Text Example
White with #AF598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF598B; }
p { color: rgb(175,89,139); }
H1.HeaderClassName
{
color: #AF598B;
}
.AnyTagClassName
{
color: #AF598B;
}
</style>
background-color css
<style>
a { background-color: #AF598B; }
a { background-color: rgb(175,89,139); }
div.DivClassName
{
background-color: #AF598B;
}
.BgClassName
{
background-color: #AF598B;
}
</style>
border-color css
<style>
span { border-color: #AF598B; }
span { border-color: rgb(175,89,139); }
td.TdClassName
{
border-color: #AF598B;
}
.TagClassName
{
border-color: #AF598B;
}
</style>