Shades of Mulberry #AF598F
Tints of Mulberry #AF598F
RGB
CMYK
RGB Variations
Color information
#AF598F (or 0xAF598F) is known color: Mulberry. HEX triplet: AF, 59 and 8F. RGB value is (175,89,143). Sum of RGB (Red+Green+Blue) = 175+89+143=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF598F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF598F is #50A670. Grayscale: #787878. Windows color (decimal): -5285489 or 9394607. OLE color: 9394607.
HSL color Cylindrical-coordinate representation of color #AF598F: hue angle of 322.33º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF598F is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 89 | 143 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.31 |
| HSL | 322.33º | 0.35% | 0.52% | - |
| HSV(B) | 322.33º | 0.49% | 0.69% | - |
| XYZ | 26.21 | 18.24 | 28.13 | - |
| YUV | 120.87 | 140.49 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 89 | 143 | 0 | 0.49 | 0.18 | 0.31 | 322.33 | 0.35 | 0.52 |
| Hex | AF | 59 | 8F | 0 | 31 | 12 | 1F | 142 | 23 | 34 |
| Octal | 257 | 131 | 217 | 0 | 61 | 22 | 37 | 502 | 43 | 64 |
| Binary | 10101111 | 1011001 | 10001111 | 0 | 110001 | 10010 | 11111 | 101000010 | 100011 | 110100 |
Color Harmonies of #AF598F
Complementary color
Monochromatic Colors of #AF598F
Black with #AF598F
Text Example
Text Example
White with #AF598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF598F; }
p { color: rgb(175,89,143); }
H1.HeaderClassName
{
color: #AF598F;
}
.AnyTagClassName
{
color: #AF598F;
}
</style>
background-color css
<style>
a { background-color: #AF598F; }
a { background-color: rgb(175,89,143); }
div.DivClassName
{
background-color: #AF598F;
}
.BgClassName
{
background-color: #AF598F;
}
</style>
border-color css
<style>
span { border-color: #AF598F; }
span { border-color: rgb(175,89,143); }
td.TdClassName
{
border-color: #AF598F;
}
.TagClassName
{
border-color: #AF598F;
}
</style>