Shades of Mulberry #AF588F
Tints of Mulberry #AF588F
RGB
CMYK
RGB Variations
Color information
#AF588F (or 0xAF588F) is known color: Mulberry. HEX triplet: AF, 58 and 8F. RGB value is (175,88,143). Sum of RGB (Red+Green+Blue) = 175+88+143=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF588F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF588F is #50A770. Grayscale: #787878. Windows color (decimal): -5285745 or 9394351. OLE color: 9394351.
HSL color Cylindrical-coordinate representation of color #AF588F: hue angle of 322.07º 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 #AF588F is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 88 | 143 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.31 |
| HSL | 322.07º | 0.35% | 0.52% | - |
| HSV(B) | 322.07º | 0.5% | 0.69% | - |
| XYZ | 26.13 | 18.08 | 28.1 | - |
| YUV | 120.28 | 140.82 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 143 | 0 | 0.50 | 0.18 | 0.31 | 322.07 | 0.35 | 0.52 |
| Hex | AF | 58 | 8F | 0 | 32 | 12 | 1F | 142 | 23 | 34 |
| Octal | 257 | 130 | 217 | 0 | 62 | 22 | 37 | 502 | 43 | 64 |
| Binary | 10101111 | 1011000 | 10001111 | 0 | 110010 | 10010 | 11111 | 101000010 | 100011 | 110100 |
Color Harmonies of #AF588F
Complementary color
Monochromatic Colors of #AF588F
Black with #AF588F
Text Example
Text Example
White with #AF588F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF588F; }
p { color: rgb(175,88,143); }
H1.HeaderClassName
{
color: #AF588F;
}
.AnyTagClassName
{
color: #AF588F;
}
</style>
background-color css
<style>
a { background-color: #AF588F; }
a { background-color: rgb(175,88,143); }
div.DivClassName
{
background-color: #AF588F;
}
.BgClassName
{
background-color: #AF588F;
}
</style>
border-color css
<style>
span { border-color: #AF588F; }
span { border-color: rgb(175,88,143); }
td.TdClassName
{
border-color: #AF588F;
}
.TagClassName
{
border-color: #AF588F;
}
</style>