Shades of Mulberry #AF5588
Tints of Mulberry #AF5588
RGB
CMYK
RGB Variations
Color information
#AF5588 (or 0xAF5588) is known color: Mulberry. HEX triplet: AF, 55 and 88. RGB value is (175,85,136). Sum of RGB (Red+Green+Blue) = 175+85+136=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5588 is #50AA77. Grayscale: #757575. Windows color (decimal): -5286520 or 8934831. OLE color: 8934831.
HSL color Cylindrical-coordinate representation of color #AF5588: hue angle of 326º 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 #AF5588 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 136 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.31 |
| HSL | 326º | 0.36% | 0.51% | - |
| HSV(B) | 326º | 0.51% | 0.69% | - |
| XYZ | 25.37 | 17.39 | 25.31 | - |
| YUV | 117.72 | 138.32 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 136 | 0 | 0.51 | 0.22 | 0.31 | 326 | 0.36 | 0.51 |
| Hex | AF | 55 | 88 | 0 | 33 | 16 | 1F | 146 | 24 | 33 |
| Octal | 257 | 125 | 210 | 0 | 63 | 26 | 37 | 506 | 44 | 63 |
| Binary | 10101111 | 1010101 | 10001000 | 0 | 110011 | 10110 | 11111 | 101000110 | 100100 | 110011 |
Color Harmonies of #AF5588
Complementary color
Monochromatic Colors of #AF5588
Black with #AF5588
Text Example
Text Example
White with #AF5588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5588; }
p { color: rgb(175,85,136); }
H1.HeaderClassName
{
color: #AF5588;
}
.AnyTagClassName
{
color: #AF5588;
}
</style>
background-color css
<style>
a { background-color: #AF5588; }
a { background-color: rgb(175,85,136); }
div.DivClassName
{
background-color: #AF5588;
}
.BgClassName
{
background-color: #AF5588;
}
</style>
border-color css
<style>
span { border-color: #AF5588; }
span { border-color: rgb(175,85,136); }
td.TdClassName
{
border-color: #AF5588;
}
.TagClassName
{
border-color: #AF5588;
}
</style>