Shades of Mulberry #AF518F
Tints of Mulberry #AF518F
RGB
CMYK
RGB Variations
Color information
#AF518F (or 0xAF518F) is known color: Mulberry. HEX triplet: AF, 51 and 8F. RGB value is (175,81,143). Sum of RGB (Red+Green+Blue) = 175+81+143=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF518F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF518F is #50AE70. Grayscale: #747474. Windows color (decimal): -5287537 or 9392559. OLE color: 9392559.
HSL color Cylindrical-coordinate representation of color #AF518F: hue angle of 320.43º 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 #AF518F is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 143 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.31 |
| HSL | 320.43º | 0.37% | 0.5% | - |
| HSV(B) | 320.43º | 0.54% | 0.69% | - |
| XYZ | 25.58 | 16.98 | 27.92 | - |
| YUV | 116.17 | 143.14 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 143 | 0 | 0.54 | 0.18 | 0.31 | 320.43 | 0.37 | 0.5 |
| Hex | AF | 51 | 8F | 0 | 36 | 12 | 1F | 140 | 25 | 32 |
| Octal | 257 | 121 | 217 | 0 | 66 | 22 | 37 | 500 | 45 | 62 |
| Binary | 10101111 | 1010001 | 10001111 | 0 | 110110 | 10010 | 11111 | 101000000 | 100101 | 110010 |
Color Harmonies of #AF518F
Complementary color
Monochromatic Colors of #AF518F
Black with #AF518F
Text Example
Text Example
White with #AF518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF518F; }
p { color: rgb(175,81,143); }
H1.HeaderClassName
{
color: #AF518F;
}
.AnyTagClassName
{
color: #AF518F;
}
</style>
background-color css
<style>
a { background-color: #AF518F; }
a { background-color: rgb(175,81,143); }
div.DivClassName
{
background-color: #AF518F;
}
.BgClassName
{
background-color: #AF518F;
}
</style>
border-color css
<style>
span { border-color: #AF518F; }
span { border-color: rgb(175,81,143); }
td.TdClassName
{
border-color: #AF518F;
}
.TagClassName
{
border-color: #AF518F;
}
</style>