Shades of Mulberry #AF558B
Tints of Mulberry #AF558B
RGB
CMYK
RGB Variations
Color information
#AF558B (or 0xAF558B) is known color: Mulberry. HEX triplet: AF, 55 and 8B. RGB value is (175,85,139). Sum of RGB (Red+Green+Blue) = 175+85+139=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF558B is #50AA74. Grayscale: #757575. Windows color (decimal): -5286517 or 9131439. OLE color: 9131439.
HSL color Cylindrical-coordinate representation of color #AF558B: hue angle of 324º 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 #AF558B is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 139 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.31 |
| HSL | 324º | 0.36% | 0.51% | - |
| HSV(B) | 324º | 0.51% | 0.69% | - |
| XYZ | 25.59 | 17.48 | 26.45 | - |
| YUV | 118.07 | 139.82 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 139 | 0 | 0.51 | 0.21 | 0.31 | 324 | 0.36 | 0.51 |
| Hex | AF | 55 | 8B | 0 | 33 | 15 | 1F | 144 | 24 | 33 |
| Octal | 257 | 125 | 213 | 0 | 63 | 25 | 37 | 504 | 44 | 63 |
| Binary | 10101111 | 1010101 | 10001011 | 0 | 110011 | 10101 | 11111 | 101000100 | 100100 | 110011 |
Color Harmonies of #AF558B
Complementary color
Monochromatic Colors of #AF558B
Black with #AF558B
Text Example
Text Example
White with #AF558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF558B; }
p { color: rgb(175,85,139); }
H1.HeaderClassName
{
color: #AF558B;
}
.AnyTagClassName
{
color: #AF558B;
}
</style>
background-color css
<style>
a { background-color: #AF558B; }
a { background-color: rgb(175,85,139); }
div.DivClassName
{
background-color: #AF558B;
}
.BgClassName
{
background-color: #AF558B;
}
</style>
border-color css
<style>
span { border-color: #AF558B; }
span { border-color: rgb(175,85,139); }
td.TdClassName
{
border-color: #AF558B;
}
.TagClassName
{
border-color: #AF558B;
}
</style>