Shades of Mulberry #AF5491
Tints of Mulberry #AF5491
RGB
CMYK
RGB Variations
Color information
#AF5491 (or 0xAF5491) is known color: Mulberry. HEX triplet: AF, 54 and 91. RGB value is (175,84,145). Sum of RGB (Red+Green+Blue) = 175+84+145=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5491 is #50AB6E. Grayscale: #767676. Windows color (decimal): -5286767 or 9524399. OLE color: 9524399.
HSL color Cylindrical-coordinate representation of color #AF5491: hue angle of 319.78º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF5491 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 145 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.31 |
| HSL | 319.78º | 0.36% | 0.51% | - |
| HSV(B) | 319.78º | 0.52% | 0.69% | - |
| XYZ | 25.96 | 17.5 | 28.8 | - |
| YUV | 118.16 | 143.15 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 145 | 0 | 0.52 | 0.17 | 0.31 | 319.78 | 0.36 | 0.51 |
| Hex | AF | 54 | 91 | 0 | 34 | 11 | 1F | 140 | 24 | 33 |
| Octal | 257 | 124 | 221 | 0 | 64 | 21 | 37 | 500 | 44 | 63 |
| Binary | 10101111 | 1010100 | 10010001 | 0 | 110100 | 10001 | 11111 | 101000000 | 100100 | 110011 |
Color Harmonies of #AF5491
Complementary color
Monochromatic Colors of #AF5491
Black with #AF5491
Text Example
Text Example
White with #AF5491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5491; }
p { color: rgb(175,84,145); }
H1.HeaderClassName
{
color: #AF5491;
}
.AnyTagClassName
{
color: #AF5491;
}
</style>
background-color css
<style>
a { background-color: #AF5491; }
a { background-color: rgb(175,84,145); }
div.DivClassName
{
background-color: #AF5491;
}
.BgClassName
{
background-color: #AF5491;
}
</style>
border-color css
<style>
span { border-color: #AF5491; }
span { border-color: rgb(175,84,145); }
td.TdClassName
{
border-color: #AF5491;
}
.TagClassName
{
border-color: #AF5491;
}
</style>