Shades of Mulberry #AF4889
Tints of Mulberry #AF4889
RGB
CMYK
RGB Variations
Color information
#AF4889 (or 0xAF4889) is known color: Mulberry. HEX triplet: AF, 48 and 89. RGB value is (175,72,137). Sum of RGB (Red+Green+Blue) = 175+72+137=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4889 is #50B776. Grayscale: #6E6E6E. Windows color (decimal): -5289847 or 8997039. OLE color: 8997039.
HSL color Cylindrical-coordinate representation of color #AF4889: hue angle of 322.14º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF4889 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 72 | 137 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.31 |
| HSL | 322.14º | 0.42% | 0.48% | - |
| HSV(B) | 322.14º | 0.59% | 0.69% | - |
| XYZ | 24.51 | 15.55 | 25.38 | - |
| YUV | 110.21 | 143.12 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 137 | 0 | 0.59 | 0.22 | 0.31 | 322.14 | 0.42 | 0.48 |
| Hex | AF | 48 | 89 | 0 | 3B | 16 | 1F | 142 | 2A | 30 |
| Octal | 257 | 110 | 211 | 0 | 73 | 26 | 37 | 502 | 52 | 60 |
| Binary | 10101111 | 1001000 | 10001001 | 0 | 111011 | 10110 | 11111 | 101000010 | 101010 | 110000 |
Color Harmonies of #AF4889
Complementary color
Monochromatic Colors of #AF4889
Black with #AF4889
Text Example
Text Example
White with #AF4889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4889; }
p { color: rgb(175,72,137); }
H1.HeaderClassName
{
color: #AF4889;
}
.AnyTagClassName
{
color: #AF4889;
}
</style>
background-color css
<style>
a { background-color: #AF4889; }
a { background-color: rgb(175,72,137); }
div.DivClassName
{
background-color: #AF4889;
}
.BgClassName
{
background-color: #AF4889;
}
</style>
border-color css
<style>
span { border-color: #AF4889; }
span { border-color: rgb(175,72,137); }
td.TdClassName
{
border-color: #AF4889;
}
.TagClassName
{
border-color: #AF4889;
}
</style>