Shades of Mulberry #AF588B
Tints of Mulberry #AF588B
RGB
CMYK
RGB Variations
Color information
#AF588B (or 0xAF588B) is known color: Mulberry. HEX triplet: AF, 58 and 8B. RGB value is (175,88,139). Sum of RGB (Red+Green+Blue) = 175+88+139=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF588B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF588B is #50A774. Grayscale: #777777. Windows color (decimal): -5285749 or 9132207. OLE color: 9132207.
HSL color Cylindrical-coordinate representation of color #AF588B: hue angle of 324.83º 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 #AF588B is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 88 | 139 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.31 |
| HSL | 324.83º | 0.35% | 0.52% | - |
| HSV(B) | 324.83º | 0.5% | 0.69% | - |
| XYZ | 25.83 | 17.96 | 26.53 | - |
| YUV | 119.83 | 138.82 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 139 | 0 | 0.50 | 0.21 | 0.31 | 324.83 | 0.35 | 0.52 |
| Hex | AF | 58 | 8B | 0 | 32 | 15 | 1F | 145 | 23 | 34 |
| Octal | 257 | 130 | 213 | 0 | 62 | 25 | 37 | 505 | 43 | 64 |
| Binary | 10101111 | 1011000 | 10001011 | 0 | 110010 | 10101 | 11111 | 101000101 | 100011 | 110100 |
Color Harmonies of #AF588B
Complementary color
Monochromatic Colors of #AF588B
Black with #AF588B
Text Example
Text Example
White with #AF588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF588B; }
p { color: rgb(175,88,139); }
H1.HeaderClassName
{
color: #AF588B;
}
.AnyTagClassName
{
color: #AF588B;
}
</style>
background-color css
<style>
a { background-color: #AF588B; }
a { background-color: rgb(175,88,139); }
div.DivClassName
{
background-color: #AF588B;
}
.BgClassName
{
background-color: #AF588B;
}
</style>
border-color css
<style>
span { border-color: #AF588B; }
span { border-color: rgb(175,88,139); }
td.TdClassName
{
border-color: #AF588B;
}
.TagClassName
{
border-color: #AF588B;
}
</style>