Shades of Mulberry #AF518D
Tints of Mulberry #AF518D
RGB
CMYK
RGB Variations
Color information
#AF518D (or 0xAF518D) is known color: Mulberry. HEX triplet: AF, 51 and 8D. RGB value is (175,81,141). Sum of RGB (Red+Green+Blue) = 175+81+141=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF518D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF518D is #50AE72. Grayscale: #737373. Windows color (decimal): -5287539 or 9261487. OLE color: 9261487.
HSL color Cylindrical-coordinate representation of color #AF518D: hue angle of 321.7º 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 #AF518D is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 141 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.31 |
| HSL | 321.7º | 0.37% | 0.5% | - |
| HSV(B) | 321.7º | 0.54% | 0.69% | - |
| XYZ | 25.43 | 16.92 | 27.13 | - |
| YUV | 115.95 | 142.14 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 141 | 0 | 0.54 | 0.19 | 0.31 | 321.7 | 0.37 | 0.5 |
| Hex | AF | 51 | 8D | 0 | 36 | 13 | 1F | 142 | 25 | 32 |
| Octal | 257 | 121 | 215 | 0 | 66 | 23 | 37 | 502 | 45 | 62 |
| Binary | 10101111 | 1010001 | 10001101 | 0 | 110110 | 10011 | 11111 | 101000010 | 100101 | 110010 |
Color Harmonies of #AF518D
Complementary color
Monochromatic Colors of #AF518D
Black with #AF518D
Text Example
Text Example
White with #AF518D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF518D; }
p { color: rgb(175,81,141); }
H1.HeaderClassName
{
color: #AF518D;
}
.AnyTagClassName
{
color: #AF518D;
}
</style>
background-color css
<style>
a { background-color: #AF518D; }
a { background-color: rgb(175,81,141); }
div.DivClassName
{
background-color: #AF518D;
}
.BgClassName
{
background-color: #AF518D;
}
</style>
border-color css
<style>
span { border-color: #AF518D; }
span { border-color: rgb(175,81,141); }
td.TdClassName
{
border-color: #AF518D;
}
.TagClassName
{
border-color: #AF518D;
}
</style>