Shades of Mulberry #AF5E8B
Tints of Mulberry #AF5E8B
RGB
CMYK
RGB Variations
Color information
#AF5E8B (or 0xAF5E8B) is known color: Mulberry. HEX triplet: AF, 5E and 8B. RGB value is (175,94,139). Sum of RGB (Red+Green+Blue) = 175+94+139=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5E8B is #50A174. Grayscale: #7B7B7B. Windows color (decimal): -5284213 or 9133743. OLE color: 9133743.
HSL color Cylindrical-coordinate representation of color #AF5E8B: hue angle of 326.67º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF5E8B is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 94 | 139 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.31 |
| HSL | 326.67º | 0.34% | 0.53% | - |
| HSV(B) | 326.67º | 0.46% | 0.69% | - |
| XYZ | 26.34 | 18.98 | 26.7 | - |
| YUV | 123.35 | 136.84 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 139 | 0 | 0.46 | 0.21 | 0.31 | 326.67 | 0.34 | 0.53 |
| Hex | AF | 5E | 8B | 0 | 2E | 15 | 1F | 147 | 22 | 35 |
| Octal | 257 | 136 | 213 | 0 | 56 | 25 | 37 | 507 | 42 | 65 |
| Binary | 10101111 | 1011110 | 10001011 | 0 | 101110 | 10101 | 11111 | 101000111 | 100010 | 110101 |
Color Harmonies of #AF5E8B
Complementary color
Monochromatic Colors of #AF5E8B
Black with #AF5E8B
Text Example
Text Example
White with #AF5E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5E8B; }
p { color: rgb(175,94,139); }
H1.HeaderClassName
{
color: #AF5E8B;
}
.AnyTagClassName
{
color: #AF5E8B;
}
</style>
background-color css
<style>
a { background-color: #AF5E8B; }
a { background-color: rgb(175,94,139); }
div.DivClassName
{
background-color: #AF5E8B;
}
.BgClassName
{
background-color: #AF5E8B;
}
</style>
border-color css
<style>
span { border-color: #AF5E8B; }
span { border-color: rgb(175,94,139); }
td.TdClassName
{
border-color: #AF5E8B;
}
.TagClassName
{
border-color: #AF5E8B;
}
</style>