Shades of Mulberry #AF508B
Tints of Mulberry #AF508B
RGB
CMYK
RGB Variations
Color information
#AF508B (or 0xAF508B) is known color: Mulberry. HEX triplet: AF, 50 and 8B. RGB value is (175,80,139). Sum of RGB (Red+Green+Blue) = 175+80+139=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF508B is #50AF74. Grayscale: #727272. Windows color (decimal): -5287797 or 9130159. OLE color: 9130159.
HSL color Cylindrical-coordinate representation of color #AF508B: hue angle of 322.74º 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 #AF508B is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 139 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.31 |
| HSL | 322.74º | 0.37% | 0.5% | - |
| HSV(B) | 322.74º | 0.54% | 0.69% | - |
| XYZ | 25.21 | 16.72 | 26.32 | - |
| YUV | 115.13 | 141.47 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 139 | 0 | 0.54 | 0.21 | 0.31 | 322.74 | 0.37 | 0.5 |
| Hex | AF | 50 | 8B | 0 | 36 | 15 | 1F | 143 | 25 | 32 |
| Octal | 257 | 120 | 213 | 0 | 66 | 25 | 37 | 503 | 45 | 62 |
| Binary | 10101111 | 1010000 | 10001011 | 0 | 110110 | 10101 | 11111 | 101000011 | 100101 | 110010 |
Color Harmonies of #AF508B
Complementary color
Monochromatic Colors of #AF508B
Black with #AF508B
Text Example
Text Example
White with #AF508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF508B; }
p { color: rgb(175,80,139); }
H1.HeaderClassName
{
color: #AF508B;
}
.AnyTagClassName
{
color: #AF508B;
}
</style>
background-color css
<style>
a { background-color: #AF508B; }
a { background-color: rgb(175,80,139); }
div.DivClassName
{
background-color: #AF508B;
}
.BgClassName
{
background-color: #AF508B;
}
</style>
border-color css
<style>
span { border-color: #AF508B; }
span { border-color: rgb(175,80,139); }
td.TdClassName
{
border-color: #AF508B;
}
.TagClassName
{
border-color: #AF508B;
}
</style>