Shades of Mulberry #AF558E
Tints of Mulberry #AF558E
RGB
CMYK
RGB Variations
Color information
#AF558E (or 0xAF558E) is known color: Mulberry. HEX triplet: AF, 55 and 8E. RGB value is (175,85,142). Sum of RGB (Red+Green+Blue) = 175+85+142=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF558E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF558E is #50AA71. Grayscale: #767676. Windows color (decimal): -5286514 or 9328047. OLE color: 9328047.
HSL color Cylindrical-coordinate representation of color #AF558E: hue angle of 322º 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 #AF558E is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 142 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.31 |
| HSL | 322º | 0.36% | 0.51% | - |
| HSV(B) | 322º | 0.51% | 0.69% | - |
| XYZ | 25.81 | 17.56 | 27.62 | - |
| YUV | 118.41 | 141.32 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 142 | 0 | 0.51 | 0.19 | 0.31 | 322 | 0.36 | 0.51 |
| Hex | AF | 55 | 8E | 0 | 33 | 13 | 1F | 142 | 24 | 33 |
| Octal | 257 | 125 | 216 | 0 | 63 | 23 | 37 | 502 | 44 | 63 |
| Binary | 10101111 | 1010101 | 10001110 | 0 | 110011 | 10011 | 11111 | 101000010 | 100100 | 110011 |
Color Harmonies of #AF558E
Complementary color
Monochromatic Colors of #AF558E
Black with #AF558E
Text Example
Text Example
White with #AF558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF558E; }
p { color: rgb(175,85,142); }
H1.HeaderClassName
{
color: #AF558E;
}
.AnyTagClassName
{
color: #AF558E;
}
</style>
background-color css
<style>
a { background-color: #AF558E; }
a { background-color: rgb(175,85,142); }
div.DivClassName
{
background-color: #AF558E;
}
.BgClassName
{
background-color: #AF558E;
}
</style>
border-color css
<style>
span { border-color: #AF558E; }
span { border-color: rgb(175,85,142); }
td.TdClassName
{
border-color: #AF558E;
}
.TagClassName
{
border-color: #AF558E;
}
</style>