Shades of Mulberry #AF558D
Tints of Mulberry #AF558D
RGB
CMYK
RGB Variations
Color information
#AF558D (or 0xAF558D) is known color: Mulberry. HEX triplet: AF, 55 and 8D. RGB value is (175,85,141). Sum of RGB (Red+Green+Blue) = 175+85+141=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF558D is #50AA72. Grayscale: #767676. Windows color (decimal): -5286515 or 9262511. OLE color: 9262511.
HSL color Cylindrical-coordinate representation of color #AF558D: hue angle of 322.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF558D is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 141 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.31 |
| HSL | 322.67º | 0.36% | 0.51% | - |
| HSV(B) | 322.67º | 0.51% | 0.69% | - |
| XYZ | 25.74 | 17.53 | 27.23 | - |
| YUV | 118.29 | 140.82 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 141 | 0 | 0.51 | 0.19 | 0.31 | 322.67 | 0.36 | 0.51 |
| Hex | AF | 55 | 8D | 0 | 33 | 13 | 1F | 143 | 24 | 33 |
| Octal | 257 | 125 | 215 | 0 | 63 | 23 | 37 | 503 | 44 | 63 |
| Binary | 10101111 | 1010101 | 10001101 | 0 | 110011 | 10011 | 11111 | 101000011 | 100100 | 110011 |
Color Harmonies of #AF558D
Complementary color
Monochromatic Colors of #AF558D
Black with #AF558D
Text Example
Text Example
White with #AF558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF558D; }
p { color: rgb(175,85,141); }
H1.HeaderClassName
{
color: #AF558D;
}
.AnyTagClassName
{
color: #AF558D;
}
</style>
background-color css
<style>
a { background-color: #AF558D; }
a { background-color: rgb(175,85,141); }
div.DivClassName
{
background-color: #AF558D;
}
.BgClassName
{
background-color: #AF558D;
}
</style>
border-color css
<style>
span { border-color: #AF558D; }
span { border-color: rgb(175,85,141); }
td.TdClassName
{
border-color: #AF558D;
}
.TagClassName
{
border-color: #AF558D;
}
</style>