Shades of Mulberry #AF5694
Tints of Mulberry #AF5694
RGB
CMYK
RGB Variations
Color information
#AF5694 (or 0xAF5694) is known color: Mulberry. HEX triplet: AF, 56 and 94. RGB value is (175,86,148). Sum of RGB (Red+Green+Blue) = 175+86+148=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5694 is #50A96B. Grayscale: #777777. Windows color (decimal): -5286252 or 9721519. OLE color: 9721519.
HSL color Cylindrical-coordinate representation of color #AF5694: hue angle of 318.2º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF5694 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 86 | 148 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.31 |
| HSL | 318.2º | 0.36% | 0.51% | - |
| HSV(B) | 318.2º | 0.51% | 0.69% | - |
| XYZ | 26.35 | 17.91 | 30.08 | - |
| YUV | 119.68 | 143.99 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 148 | 0 | 0.51 | 0.15 | 0.31 | 318.2 | 0.36 | 0.51 |
| Hex | AF | 56 | 94 | 0 | 33 | F | 1F | 13E | 24 | 33 |
| Octal | 257 | 126 | 224 | 0 | 63 | 17 | 37 | 476 | 44 | 63 |
| Binary | 10101111 | 1010110 | 10010100 | 0 | 110011 | 1111 | 11111 | 100111110 | 100100 | 110011 |
Color Harmonies of #AF5694
Complementary color
Monochromatic Colors of #AF5694
Black with #AF5694
Text Example
Text Example
White with #AF5694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5694; }
p { color: rgb(175,86,148); }
H1.HeaderClassName
{
color: #AF5694;
}
.AnyTagClassName
{
color: #AF5694;
}
</style>
background-color css
<style>
a { background-color: #AF5694; }
a { background-color: rgb(175,86,148); }
div.DivClassName
{
background-color: #AF5694;
}
.BgClassName
{
background-color: #AF5694;
}
</style>
border-color css
<style>
span { border-color: #AF5694; }
span { border-color: rgb(175,86,148); }
td.TdClassName
{
border-color: #AF5694;
}
.TagClassName
{
border-color: #AF5694;
}
</style>