Shades of Mulberry #AF508D
Tints of Mulberry #AF508D
RGB
CMYK
RGB Variations
Color information
#AF508D (or 0xAF508D) is known color: Mulberry. HEX triplet: AF, 50 and 8D. RGB value is (175,80,141). Sum of RGB (Red+Green+Blue) = 175+80+141=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF508D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF508D is #50AF72. Grayscale: #737373. Windows color (decimal): -5287795 or 9261231. OLE color: 9261231.
HSL color Cylindrical-coordinate representation of color #AF508D: hue angle of 321.47º 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 #AF508D is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 141 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.31 |
| HSL | 321.47º | 0.37% | 0.5% | - |
| HSV(B) | 321.47º | 0.54% | 0.69% | - |
| XYZ | 25.36 | 16.77 | 27.1 | - |
| YUV | 115.36 | 142.47 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 141 | 0 | 0.54 | 0.19 | 0.31 | 321.47 | 0.37 | 0.5 |
| Hex | AF | 50 | 8D | 0 | 36 | 13 | 1F | 141 | 25 | 32 |
| Octal | 257 | 120 | 215 | 0 | 66 | 23 | 37 | 501 | 45 | 62 |
| Binary | 10101111 | 1010000 | 10001101 | 0 | 110110 | 10011 | 11111 | 101000001 | 100101 | 110010 |
Color Harmonies of #AF508D
Complementary color
Monochromatic Colors of #AF508D
Black with #AF508D
Text Example
Text Example
White with #AF508D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF508D; }
p { color: rgb(175,80,141); }
H1.HeaderClassName
{
color: #AF508D;
}
.AnyTagClassName
{
color: #AF508D;
}
</style>
background-color css
<style>
a { background-color: #AF508D; }
a { background-color: rgb(175,80,141); }
div.DivClassName
{
background-color: #AF508D;
}
.BgClassName
{
background-color: #AF508D;
}
</style>
border-color css
<style>
span { border-color: #AF508D; }
span { border-color: rgb(175,80,141); }
td.TdClassName
{
border-color: #AF508D;
}
.TagClassName
{
border-color: #AF508D;
}
</style>