Shades of Mulberry #AF538D
Tints of Mulberry #AF538D
RGB
CMYK
RGB Variations
Color information
#AF538D (or 0xAF538D) is known color: Mulberry. HEX triplet: AF, 53 and 8D. RGB value is (175,83,141). Sum of RGB (Red+Green+Blue) = 175+83+141=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF538D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF538D is #50AC72. Grayscale: #747474. Windows color (decimal): -5287027 or 9261999. OLE color: 9261999.
HSL color Cylindrical-coordinate representation of color #AF538D: hue angle of 322.17º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF538D is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 141 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.31 |
| HSL | 322.17º | 0.37% | 0.51% | - |
| HSV(B) | 322.17º | 0.53% | 0.69% | - |
| XYZ | 25.58 | 17.22 | 27.18 | - |
| YUV | 117.12 | 141.48 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 141 | 0 | 0.53 | 0.19 | 0.31 | 322.17 | 0.37 | 0.51 |
| Hex | AF | 53 | 8D | 0 | 35 | 13 | 1F | 142 | 25 | 33 |
| Octal | 257 | 123 | 215 | 0 | 65 | 23 | 37 | 502 | 45 | 63 |
| Binary | 10101111 | 1010011 | 10001101 | 0 | 110101 | 10011 | 11111 | 101000010 | 100101 | 110011 |
Color Harmonies of #AF538D
Complementary color
Monochromatic Colors of #AF538D
Black with #AF538D
Text Example
Text Example
White with #AF538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF538D; }
p { color: rgb(175,83,141); }
H1.HeaderClassName
{
color: #AF538D;
}
.AnyTagClassName
{
color: #AF538D;
}
</style>
background-color css
<style>
a { background-color: #AF538D; }
a { background-color: rgb(175,83,141); }
div.DivClassName
{
background-color: #AF538D;
}
.BgClassName
{
background-color: #AF538D;
}
</style>
border-color css
<style>
span { border-color: #AF538D; }
span { border-color: rgb(175,83,141); }
td.TdClassName
{
border-color: #AF538D;
}
.TagClassName
{
border-color: #AF538D;
}
</style>