Shades of Mulberry #AF538C
Tints of Mulberry #AF538C
RGB
CMYK
RGB Variations
Color information
#AF538C (or 0xAF538C) is known color: Mulberry. HEX triplet: AF, 53 and 8C. RGB value is (175,83,140). Sum of RGB (Red+Green+Blue) = 175+83+140=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF538C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF538C is #50AC73. Grayscale: #747474. Windows color (decimal): -5287028 or 9196463. OLE color: 9196463.
HSL color Cylindrical-coordinate representation of color #AF538C: hue angle of 322.83º 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 #AF538C is Cyan = 0, Magento = 0.53, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 140 | - |
| CMYK | 0 | 0.53 | 0.2 | 0.31 |
| HSL | 322.83º | 0.37% | 0.51% | - |
| HSV(B) | 322.83º | 0.53% | 0.69% | - |
| XYZ | 25.51 | 17.19 | 26.79 | - |
| YUV | 117.01 | 140.98 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 140 | 0 | 0.53 | 0.2 | 0.31 | 322.83 | 0.37 | 0.51 |
| Hex | AF | 53 | 8C | 0 | 35 | 14 | 1F | 143 | 25 | 33 |
| Octal | 257 | 123 | 214 | 0 | 65 | 24 | 37 | 503 | 45 | 63 |
| Binary | 10101111 | 1010011 | 10001100 | 0 | 110101 | 10100 | 11111 | 101000011 | 100101 | 110011 |
Color Harmonies of #AF538C
Complementary color
Monochromatic Colors of #AF538C
Black with #AF538C
Text Example
Text Example
White with #AF538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF538C; }
p { color: rgb(175,83,140); }
H1.HeaderClassName
{
color: #AF538C;
}
.AnyTagClassName
{
color: #AF538C;
}
</style>
background-color css
<style>
a { background-color: #AF538C; }
a { background-color: rgb(175,83,140); }
div.DivClassName
{
background-color: #AF538C;
}
.BgClassName
{
background-color: #AF538C;
}
</style>
border-color css
<style>
span { border-color: #AF538C; }
span { border-color: rgb(175,83,140); }
td.TdClassName
{
border-color: #AF538C;
}
.TagClassName
{
border-color: #AF538C;
}
</style>