Shades of Mulberry #AF5C91
Tints of Mulberry #AF5C91
RGB
CMYK
RGB Variations
Color information
#AF5C91 (or 0xAF5C91) is known color: Mulberry. HEX triplet: AF, 5C and 91. RGB value is (175,92,145). Sum of RGB (Red+Green+Blue) = 175+92+145=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5C91 is #50A36E. Grayscale: #7A7A7A. Windows color (decimal): -5284719 or 9526447. OLE color: 9526447.
HSL color Cylindrical-coordinate representation of color #AF5C91: hue angle of 321.69º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF5C91 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 92 | 145 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.31 |
| HSL | 321.69º | 0.34% | 0.52% | - |
| HSV(B) | 321.69º | 0.47% | 0.69% | - |
| XYZ | 26.62 | 18.81 | 29.02 | - |
| YUV | 122.86 | 140.5 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 145 | 0 | 0.47 | 0.17 | 0.31 | 321.69 | 0.34 | 0.52 |
| Hex | AF | 5C | 91 | 0 | 2F | 11 | 1F | 142 | 22 | 34 |
| Octal | 257 | 134 | 221 | 0 | 57 | 21 | 37 | 502 | 42 | 64 |
| Binary | 10101111 | 1011100 | 10010001 | 0 | 101111 | 10001 | 11111 | 101000010 | 100010 | 110100 |
Color Harmonies of #AF5C91
Complementary color
Monochromatic Colors of #AF5C91
Black with #AF5C91
Text Example
Text Example
White with #AF5C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5C91; }
p { color: rgb(175,92,145); }
H1.HeaderClassName
{
color: #AF5C91;
}
.AnyTagClassName
{
color: #AF5C91;
}
</style>
background-color css
<style>
a { background-color: #AF5C91; }
a { background-color: rgb(175,92,145); }
div.DivClassName
{
background-color: #AF5C91;
}
.BgClassName
{
background-color: #AF5C91;
}
</style>
border-color css
<style>
span { border-color: #AF5C91; }
span { border-color: rgb(175,92,145); }
td.TdClassName
{
border-color: #AF5C91;
}
.TagClassName
{
border-color: #AF5C91;
}
</style>