Shades of Mulberry #AF5E8D
Tints of Mulberry #AF5E8D
RGB
CMYK
RGB Variations
Color information
#AF5E8D (or 0xAF5E8D) is known color: Mulberry. HEX triplet: AF, 5E and 8D. RGB value is (175,94,141). Sum of RGB (Red+Green+Blue) = 175+94+141=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5E8D is #50A172. Grayscale: #7B7B7B. Windows color (decimal): -5284211 or 9264815. OLE color: 9264815.
HSL color Cylindrical-coordinate representation of color #AF5E8D: hue angle of 325.19º 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 #AF5E8D is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 94 | 141 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.31 |
| HSL | 325.19º | 0.34% | 0.53% | - |
| HSV(B) | 325.19º | 0.46% | 0.69% | - |
| XYZ | 26.49 | 19.04 | 27.48 | - |
| YUV | 123.58 | 137.84 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 141 | 0 | 0.46 | 0.19 | 0.31 | 325.19 | 0.34 | 0.53 |
| Hex | AF | 5E | 8D | 0 | 2E | 13 | 1F | 145 | 22 | 35 |
| Octal | 257 | 136 | 215 | 0 | 56 | 23 | 37 | 505 | 42 | 65 |
| Binary | 10101111 | 1011110 | 10001101 | 0 | 101110 | 10011 | 11111 | 101000101 | 100010 | 110101 |
Color Harmonies of #AF5E8D
Complementary color
Monochromatic Colors of #AF5E8D
Black with #AF5E8D
Text Example
Text Example
White with #AF5E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5E8D; }
p { color: rgb(175,94,141); }
H1.HeaderClassName
{
color: #AF5E8D;
}
.AnyTagClassName
{
color: #AF5E8D;
}
</style>
background-color css
<style>
a { background-color: #AF5E8D; }
a { background-color: rgb(175,94,141); }
div.DivClassName
{
background-color: #AF5E8D;
}
.BgClassName
{
background-color: #AF5E8D;
}
</style>
border-color css
<style>
span { border-color: #AF5E8D; }
span { border-color: rgb(175,94,141); }
td.TdClassName
{
border-color: #AF5E8D;
}
.TagClassName
{
border-color: #AF5E8D;
}
</style>