Shades of Mulberry #AF508E
Tints of Mulberry #AF508E
RGB
CMYK
RGB Variations
Color information
#AF508E (or 0xAF508E) is known color: Mulberry. HEX triplet: AF, 50 and 8E. RGB value is (175,80,142). Sum of RGB (Red+Green+Blue) = 175+80+142=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF508E is #50AF71. Grayscale: #737373. Windows color (decimal): -5287794 or 9326767. OLE color: 9326767.
HSL color Cylindrical-coordinate representation of color #AF508E: hue angle of 320.84º 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 #AF508E is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 142 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.31 |
| HSL | 320.84º | 0.37% | 0.5% | - |
| HSV(B) | 320.84º | 0.54% | 0.69% | - |
| XYZ | 25.43 | 16.8 | 27.49 | - |
| YUV | 115.47 | 142.97 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 142 | 0 | 0.54 | 0.19 | 0.31 | 320.84 | 0.37 | 0.5 |
| Hex | AF | 50 | 8E | 0 | 36 | 13 | 1F | 141 | 25 | 32 |
| Octal | 257 | 120 | 216 | 0 | 66 | 23 | 37 | 501 | 45 | 62 |
| Binary | 10101111 | 1010000 | 10001110 | 0 | 110110 | 10011 | 11111 | 101000001 | 100101 | 110010 |
Color Harmonies of #AF508E
Complementary color
Monochromatic Colors of #AF508E
Black with #AF508E
Text Example
Text Example
White with #AF508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF508E; }
p { color: rgb(175,80,142); }
H1.HeaderClassName
{
color: #AF508E;
}
.AnyTagClassName
{
color: #AF508E;
}
</style>
background-color css
<style>
a { background-color: #AF508E; }
a { background-color: rgb(175,80,142); }
div.DivClassName
{
background-color: #AF508E;
}
.BgClassName
{
background-color: #AF508E;
}
</style>
border-color css
<style>
span { border-color: #AF508E; }
span { border-color: rgb(175,80,142); }
td.TdClassName
{
border-color: #AF508E;
}
.TagClassName
{
border-color: #AF508E;
}
</style>