Shades of Mulberry #AF5191
Tints of Mulberry #AF5191
RGB
CMYK
RGB Variations
Color information
#AF5191 (or 0xAF5191) is known color: Mulberry. HEX triplet: AF, 51 and 91. RGB value is (175,81,145). Sum of RGB (Red+Green+Blue) = 175+81+145=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5191 is #50AE6E. Grayscale: #747474. Windows color (decimal): -5287535 or 9523631. OLE color: 9523631.
HSL color Cylindrical-coordinate representation of color #AF5191: hue angle of 319.15º 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 #AF5191 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 145 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.31 |
| HSL | 319.15º | 0.37% | 0.5% | - |
| HSV(B) | 319.15º | 0.54% | 0.69% | - |
| XYZ | 25.73 | 17.04 | 28.72 | - |
| YUV | 116.4 | 144.14 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 145 | 0 | 0.54 | 0.17 | 0.31 | 319.15 | 0.37 | 0.5 |
| Hex | AF | 51 | 91 | 0 | 36 | 11 | 1F | 13F | 25 | 32 |
| Octal | 257 | 121 | 221 | 0 | 66 | 21 | 37 | 477 | 45 | 62 |
| Binary | 10101111 | 1010001 | 10010001 | 0 | 110110 | 10001 | 11111 | 100111111 | 100101 | 110010 |
Color Harmonies of #AF5191
Complementary color
Monochromatic Colors of #AF5191
Black with #AF5191
Text Example
Text Example
White with #AF5191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5191; }
p { color: rgb(175,81,145); }
H1.HeaderClassName
{
color: #AF5191;
}
.AnyTagClassName
{
color: #AF5191;
}
</style>
background-color css
<style>
a { background-color: #AF5191; }
a { background-color: rgb(175,81,145); }
div.DivClassName
{
background-color: #AF5191;
}
.BgClassName
{
background-color: #AF5191;
}
</style>
border-color css
<style>
span { border-color: #AF5191; }
span { border-color: rgb(175,81,145); }
td.TdClassName
{
border-color: #AF5191;
}
.TagClassName
{
border-color: #AF5191;
}
</style>