Shades of Mulberry #AF4D91
Tints of Mulberry #AF4D91
RGB
CMYK
RGB Variations
Color information
#AF4D91 (or 0xAF4D91) is known color: Mulberry. HEX triplet: AF, 4D and 91. RGB value is (175,77,145). Sum of RGB (Red+Green+Blue) = 175+77+145=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4D91 is #50B26E. Grayscale: #717171. Windows color (decimal): -5288559 or 9522607. OLE color: 9522607.
HSL color Cylindrical-coordinate representation of color #AF4D91: hue angle of 318.37º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF4D91 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 145 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.31 |
| HSL | 318.37º | 0.39% | 0.49% | - |
| HSV(B) | 318.37º | 0.56% | 0.69% | - |
| XYZ | 25.44 | 16.47 | 28.63 | - |
| YUV | 114.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 145 | 0 | 0.56 | 0.17 | 0.31 | 318.37 | 0.39 | 0.49 |
| Hex | AF | 4D | 91 | 0 | 38 | 11 | 1F | 13E | 27 | 31 |
| Octal | 257 | 115 | 221 | 0 | 70 | 21 | 37 | 476 | 47 | 61 |
| Binary | 10101111 | 1001101 | 10010001 | 0 | 111000 | 10001 | 11111 | 100111110 | 100111 | 110001 |
Color Harmonies of #AF4D91
Complementary color
Monochromatic Colors of #AF4D91
Black with #AF4D91
Text Example
Text Example
White with #AF4D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D91; }
p { color: rgb(175,77,145); }
H1.HeaderClassName
{
color: #AF4D91;
}
.AnyTagClassName
{
color: #AF4D91;
}
</style>
background-color css
<style>
a { background-color: #AF4D91; }
a { background-color: rgb(175,77,145); }
div.DivClassName
{
background-color: #AF4D91;
}
.BgClassName
{
background-color: #AF4D91;
}
</style>
border-color css
<style>
span { border-color: #AF4D91; }
span { border-color: rgb(175,77,145); }
td.TdClassName
{
border-color: #AF4D91;
}
.TagClassName
{
border-color: #AF4D91;
}
</style>