Shades of Mulberry #AF5888
Tints of Mulberry #AF5888
RGB
CMYK
RGB Variations
Color information
#AF5888 (or 0xAF5888) is known color: Mulberry. HEX triplet: AF, 58 and 88. RGB value is (175,88,136). Sum of RGB (Red+Green+Blue) = 175+88+136=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5888 is #50A777. Grayscale: #777777. Windows color (decimal): -5285752 or 8935599. OLE color: 8935599.
HSL color Cylindrical-coordinate representation of color #AF5888: hue angle of 326.9º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF5888 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 88 | 136 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.31 |
| HSL | 326.9º | 0.35% | 0.52% | - |
| HSV(B) | 326.9º | 0.5% | 0.69% | - |
| XYZ | 25.61 | 17.87 | 25.39 | - |
| YUV | 119.49 | 137.32 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 136 | 0 | 0.50 | 0.22 | 0.31 | 326.9 | 0.35 | 0.52 |
| Hex | AF | 58 | 88 | 0 | 32 | 16 | 1F | 147 | 23 | 34 |
| Octal | 257 | 130 | 210 | 0 | 62 | 26 | 37 | 507 | 43 | 64 |
| Binary | 10101111 | 1011000 | 10001000 | 0 | 110010 | 10110 | 11111 | 101000111 | 100011 | 110100 |
Color Harmonies of #AF5888
Complementary color
Monochromatic Colors of #AF5888
Black with #AF5888
Text Example
Text Example
White with #AF5888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5888; }
p { color: rgb(175,88,136); }
H1.HeaderClassName
{
color: #AF5888;
}
.AnyTagClassName
{
color: #AF5888;
}
</style>
background-color css
<style>
a { background-color: #AF5888; }
a { background-color: rgb(175,88,136); }
div.DivClassName
{
background-color: #AF5888;
}
.BgClassName
{
background-color: #AF5888;
}
</style>
border-color css
<style>
span { border-color: #AF5888; }
span { border-color: rgb(175,88,136); }
td.TdClassName
{
border-color: #AF5888;
}
.TagClassName
{
border-color: #AF5888;
}
</style>