Shades of Mulberry #AF5E8E
Tints of Mulberry #AF5E8E
RGB
CMYK
RGB Variations
Color information
#AF5E8E (or 0xAF5E8E) is known color: Mulberry. HEX triplet: AF, 5E and 8E. RGB value is (175,94,142). Sum of RGB (Red+Green+Blue) = 175+94+142=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5E8E is #50A171. Grayscale: #7B7B7B. Windows color (decimal): -5284210 or 9330351. OLE color: 9330351.
HSL color Cylindrical-coordinate representation of color #AF5E8E: hue angle of 324.44º 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 #AF5E8E is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 94 | 142 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.31 |
| HSL | 324.44º | 0.34% | 0.53% | - |
| HSV(B) | 324.44º | 0.46% | 0.69% | - |
| XYZ | 26.56 | 19.07 | 27.87 | - |
| YUV | 123.69 | 138.34 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 142 | 0 | 0.46 | 0.19 | 0.31 | 324.44 | 0.34 | 0.53 |
| Hex | AF | 5E | 8E | 0 | 2E | 13 | 1F | 144 | 22 | 35 |
| Octal | 257 | 136 | 216 | 0 | 56 | 23 | 37 | 504 | 42 | 65 |
| Binary | 10101111 | 1011110 | 10001110 | 0 | 101110 | 10011 | 11111 | 101000100 | 100010 | 110101 |
Color Harmonies of #AF5E8E
Complementary color
Monochromatic Colors of #AF5E8E
Black with #AF5E8E
Text Example
Text Example
White with #AF5E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5E8E; }
p { color: rgb(175,94,142); }
H1.HeaderClassName
{
color: #AF5E8E;
}
.AnyTagClassName
{
color: #AF5E8E;
}
</style>
background-color css
<style>
a { background-color: #AF5E8E; }
a { background-color: rgb(175,94,142); }
div.DivClassName
{
background-color: #AF5E8E;
}
.BgClassName
{
background-color: #AF5E8E;
}
</style>
border-color css
<style>
span { border-color: #AF5E8E; }
span { border-color: rgb(175,94,142); }
td.TdClassName
{
border-color: #AF5E8E;
}
.TagClassName
{
border-color: #AF5E8E;
}
</style>