Shades of Mulberry #AF5D8B
Tints of Mulberry #AF5D8B
RGB
CMYK
RGB Variations
Color information
#AF5D8B (or 0xAF5D8B) is known color: Mulberry. HEX triplet: AF, 5D and 8B. RGB value is (175,93,139). Sum of RGB (Red+Green+Blue) = 175+93+139=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5D8B is #50A274. Grayscale: #7A7A7A. Windows color (decimal): -5284469 or 9133487. OLE color: 9133487.
HSL color Cylindrical-coordinate representation of color #AF5D8B: hue angle of 326.34º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF5D8B is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 93 | 139 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.31 |
| HSL | 326.34º | 0.34% | 0.53% | - |
| HSV(B) | 326.34º | 0.47% | 0.69% | - |
| XYZ | 26.25 | 18.81 | 26.67 | - |
| YUV | 122.76 | 137.17 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 139 | 0 | 0.47 | 0.21 | 0.31 | 326.34 | 0.34 | 0.53 |
| Hex | AF | 5D | 8B | 0 | 2F | 15 | 1F | 146 | 22 | 35 |
| Octal | 257 | 135 | 213 | 0 | 57 | 25 | 37 | 506 | 42 | 65 |
| Binary | 10101111 | 1011101 | 10001011 | 0 | 101111 | 10101 | 11111 | 101000110 | 100010 | 110101 |
Color Harmonies of #AF5D8B
Complementary color
Monochromatic Colors of #AF5D8B
Black with #AF5D8B
Text Example
Text Example
White with #AF5D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5D8B; }
p { color: rgb(175,93,139); }
H1.HeaderClassName
{
color: #AF5D8B;
}
.AnyTagClassName
{
color: #AF5D8B;
}
</style>
background-color css
<style>
a { background-color: #AF5D8B; }
a { background-color: rgb(175,93,139); }
div.DivClassName
{
background-color: #AF5D8B;
}
.BgClassName
{
background-color: #AF5D8B;
}
</style>
border-color css
<style>
span { border-color: #AF5D8B; }
span { border-color: rgb(175,93,139); }
td.TdClassName
{
border-color: #AF5D8B;
}
.TagClassName
{
border-color: #AF5D8B;
}
</style>