Shades of Mulberry #AF5C8B
Tints of Mulberry #AF5C8B
RGB
CMYK
RGB Variations
Color information
#AF5C8B (or 0xAF5C8B) is known color: Mulberry. HEX triplet: AF, 5C and 8B. RGB value is (175,92,139). Sum of RGB (Red+Green+Blue) = 175+92+139=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5C8B is #50A374. Grayscale: #7A7A7A. Windows color (decimal): -5284725 or 9133231. OLE color: 9133231.
HSL color Cylindrical-coordinate representation of color #AF5C8B: hue angle of 326.02º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF5C8B is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 92 | 139 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.31 |
| HSL | 326.02º | 0.34% | 0.52% | - |
| HSV(B) | 326.02º | 0.47% | 0.69% | - |
| XYZ | 26.17 | 18.63 | 26.64 | - |
| YUV | 122.18 | 137.5 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 139 | 0 | 0.47 | 0.21 | 0.31 | 326.02 | 0.34 | 0.52 |
| Hex | AF | 5C | 8B | 0 | 2F | 15 | 1F | 146 | 22 | 34 |
| Octal | 257 | 134 | 213 | 0 | 57 | 25 | 37 | 506 | 42 | 64 |
| Binary | 10101111 | 1011100 | 10001011 | 0 | 101111 | 10101 | 11111 | 101000110 | 100010 | 110100 |
Color Harmonies of #AF5C8B
Complementary color
Monochromatic Colors of #AF5C8B
Black with #AF5C8B
Text Example
Text Example
White with #AF5C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5C8B; }
p { color: rgb(175,92,139); }
H1.HeaderClassName
{
color: #AF5C8B;
}
.AnyTagClassName
{
color: #AF5C8B;
}
</style>
background-color css
<style>
a { background-color: #AF5C8B; }
a { background-color: rgb(175,92,139); }
div.DivClassName
{
background-color: #AF5C8B;
}
.BgClassName
{
background-color: #AF5C8B;
}
</style>
border-color css
<style>
span { border-color: #AF5C8B; }
span { border-color: rgb(175,92,139); }
td.TdClassName
{
border-color: #AF5C8B;
}
.TagClassName
{
border-color: #AF5C8B;
}
</style>