Shades of Mulberry #AF538B
Tints of Mulberry #AF538B
RGB
CMYK
RGB Variations
Color information
#AF538B (or 0xAF538B) is known color: Mulberry. HEX triplet: AF, 53 and 8B. RGB value is (175,83,139). Sum of RGB (Red+Green+Blue) = 175+83+139=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF538B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF538B is #50AC74. Grayscale: #747474. Windows color (decimal): -5287029 or 9130927. OLE color: 9130927.
HSL color Cylindrical-coordinate representation of color #AF538B: hue angle of 323.48º 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 #AF538B is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 139 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.31 |
| HSL | 323.48º | 0.37% | 0.51% | - |
| HSV(B) | 323.48º | 0.53% | 0.69% | - |
| XYZ | 25.43 | 17.16 | 26.4 | - |
| YUV | 116.89 | 140.48 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 139 | 0 | 0.53 | 0.21 | 0.31 | 323.48 | 0.37 | 0.51 |
| Hex | AF | 53 | 8B | 0 | 35 | 15 | 1F | 143 | 25 | 33 |
| Octal | 257 | 123 | 213 | 0 | 65 | 25 | 37 | 503 | 45 | 63 |
| Binary | 10101111 | 1010011 | 10001011 | 0 | 110101 | 10101 | 11111 | 101000011 | 100101 | 110011 |
Color Harmonies of #AF538B
Complementary color
Monochromatic Colors of #AF538B
Black with #AF538B
Text Example
Text Example
White with #AF538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF538B; }
p { color: rgb(175,83,139); }
H1.HeaderClassName
{
color: #AF538B;
}
.AnyTagClassName
{
color: #AF538B;
}
</style>
background-color css
<style>
a { background-color: #AF538B; }
a { background-color: rgb(175,83,139); }
div.DivClassName
{
background-color: #AF538B;
}
.BgClassName
{
background-color: #AF538B;
}
</style>
border-color css
<style>
span { border-color: #AF538B; }
span { border-color: rgb(175,83,139); }
td.TdClassName
{
border-color: #AF538B;
}
.TagClassName
{
border-color: #AF538B;
}
</style>