Shades of Mulberry #AF5D8A
Tints of Mulberry #AF5D8A
RGB
CMYK
RGB Variations
Color information
#AF5D8A (or 0xAF5D8A) is known color: Mulberry. HEX triplet: AF, 5D and 8A. RGB value is (175,93,138). Sum of RGB (Red+Green+Blue) = 175+93+138=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5D8A is #50A275. Grayscale: #7A7A7A. Windows color (decimal): -5284470 or 9067951. OLE color: 9067951.
HSL color Cylindrical-coordinate representation of color #AF5D8A: hue angle of 327.07º 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 #AF5D8A is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 93 | 138 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.31 |
| HSL | 327.07º | 0.34% | 0.53% | - |
| HSV(B) | 327.07º | 0.47% | 0.69% | - |
| XYZ | 26.18 | 18.78 | 26.29 | - |
| YUV | 122.65 | 136.67 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 138 | 0 | 0.47 | 0.21 | 0.31 | 327.07 | 0.34 | 0.53 |
| Hex | AF | 5D | 8A | 0 | 2F | 15 | 1F | 147 | 22 | 35 |
| Octal | 257 | 135 | 212 | 0 | 57 | 25 | 37 | 507 | 42 | 65 |
| Binary | 10101111 | 1011101 | 10001010 | 0 | 101111 | 10101 | 11111 | 101000111 | 100010 | 110101 |
Color Harmonies of #AF5D8A
Complementary color
Monochromatic Colors of #AF5D8A
Black with #AF5D8A
Text Example
Text Example
White with #AF5D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5D8A; }
p { color: rgb(175,93,138); }
H1.HeaderClassName
{
color: #AF5D8A;
}
.AnyTagClassName
{
color: #AF5D8A;
}
</style>
background-color css
<style>
a { background-color: #AF5D8A; }
a { background-color: rgb(175,93,138); }
div.DivClassName
{
background-color: #AF5D8A;
}
.BgClassName
{
background-color: #AF5D8A;
}
</style>
border-color css
<style>
span { border-color: #AF5D8A; }
span { border-color: rgb(175,93,138); }
td.TdClassName
{
border-color: #AF5D8A;
}
.TagClassName
{
border-color: #AF5D8A;
}
</style>