Shades of Mulberry #AF538E
Tints of Mulberry #AF538E
RGB
CMYK
RGB Variations
Color information
#AF538E (or 0xAF538E) is known color: Mulberry. HEX triplet: AF, 53 and 8E. RGB value is (175,83,142). Sum of RGB (Red+Green+Blue) = 175+83+142=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF538E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF538E is #50AC71. Grayscale: #757575. Windows color (decimal): -5287026 or 9327535. OLE color: 9327535.
HSL color Cylindrical-coordinate representation of color #AF538E: hue angle of 321.52º 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 #AF538E is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 142 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.31 |
| HSL | 321.52º | 0.37% | 0.51% | - |
| HSV(B) | 321.52º | 0.53% | 0.69% | - |
| XYZ | 25.65 | 17.25 | 27.57 | - |
| YUV | 117.23 | 141.98 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 142 | 0 | 0.53 | 0.19 | 0.31 | 321.52 | 0.37 | 0.51 |
| Hex | AF | 53 | 8E | 0 | 35 | 13 | 1F | 142 | 25 | 33 |
| Octal | 257 | 123 | 216 | 0 | 65 | 23 | 37 | 502 | 45 | 63 |
| Binary | 10101111 | 1010011 | 10001110 | 0 | 110101 | 10011 | 11111 | 101000010 | 100101 | 110011 |
Color Harmonies of #AF538E
Complementary color
Monochromatic Colors of #AF538E
Black with #AF538E
Text Example
Text Example
White with #AF538E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF538E; }
p { color: rgb(175,83,142); }
H1.HeaderClassName
{
color: #AF538E;
}
.AnyTagClassName
{
color: #AF538E;
}
</style>
background-color css
<style>
a { background-color: #AF538E; }
a { background-color: rgb(175,83,142); }
div.DivClassName
{
background-color: #AF538E;
}
.BgClassName
{
background-color: #AF538E;
}
</style>
border-color css
<style>
span { border-color: #AF538E; }
span { border-color: rgb(175,83,142); }
td.TdClassName
{
border-color: #AF538E;
}
.TagClassName
{
border-color: #AF538E;
}
</style>