Shades of Mulberry #AF5D8C
Tints of Mulberry #AF5D8C
RGB
CMYK
RGB Variations
Color information
#AF5D8C (or 0xAF5D8C) is known color: Mulberry. HEX triplet: AF, 5D and 8C. RGB value is (175,93,140). Sum of RGB (Red+Green+Blue) = 175+93+140=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5D8C is #50A273. Grayscale: #7A7A7A. Windows color (decimal): -5284468 or 9199023. OLE color: 9199023.
HSL color Cylindrical-coordinate representation of color #AF5D8C: hue angle of 325.61º 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 #AF5D8C is Cyan = 0, Magento = 0.47, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 93 | 140 | - |
| CMYK | 0 | 0.47 | 0.2 | 0.31 |
| HSL | 325.61º | 0.34% | 0.53% | - |
| HSV(B) | 325.61º | 0.47% | 0.69% | - |
| XYZ | 26.33 | 18.84 | 27.06 | - |
| YUV | 122.88 | 137.67 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 140 | 0 | 0.47 | 0.2 | 0.31 | 325.61 | 0.34 | 0.53 |
| Hex | AF | 5D | 8C | 0 | 2F | 14 | 1F | 146 | 22 | 35 |
| Octal | 257 | 135 | 214 | 0 | 57 | 24 | 37 | 506 | 42 | 65 |
| Binary | 10101111 | 1011101 | 10001100 | 0 | 101111 | 10100 | 11111 | 101000110 | 100010 | 110101 |
Color Harmonies of #AF5D8C
Complementary color
Monochromatic Colors of #AF5D8C
Black with #AF5D8C
Text Example
Text Example
White with #AF5D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5D8C; }
p { color: rgb(175,93,140); }
H1.HeaderClassName
{
color: #AF5D8C;
}
.AnyTagClassName
{
color: #AF5D8C;
}
</style>
background-color css
<style>
a { background-color: #AF5D8C; }
a { background-color: rgb(175,93,140); }
div.DivClassName
{
background-color: #AF5D8C;
}
.BgClassName
{
background-color: #AF5D8C;
}
</style>
border-color css
<style>
span { border-color: #AF5D8C; }
span { border-color: rgb(175,93,140); }
td.TdClassName
{
border-color: #AF5D8C;
}
.TagClassName
{
border-color: #AF5D8C;
}
</style>