Shades of Mulberry #AF4E87
Tints of Mulberry #AF4E87
RGB
CMYK
RGB Variations
Color information
#AF4E87 (or 0xAF4E87) is known color: Mulberry. HEX triplet: AF, 4E and 87. RGB value is (175,78,135). Sum of RGB (Red+Green+Blue) = 175+78+135=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4E87 is #50B178. Grayscale: #717171. Windows color (decimal): -5288313 or 8867503. OLE color: 8867503.
HSL color Cylindrical-coordinate representation of color #AF4E87: hue angle of 324.74º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4E87 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 135 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.31 |
| HSL | 324.74º | 0.38% | 0.5% | - |
| HSV(B) | 324.74º | 0.55% | 0.69% | - |
| XYZ | 24.78 | 16.31 | 24.76 | - |
| YUV | 113.5 | 140.14 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 135 | 0 | 0.55 | 0.23 | 0.31 | 324.74 | 0.38 | 0.5 |
| Hex | AF | 4E | 87 | 0 | 37 | 17 | 1F | 145 | 26 | 32 |
| Octal | 257 | 116 | 207 | 0 | 67 | 27 | 37 | 505 | 46 | 62 |
| Binary | 10101111 | 1001110 | 10000111 | 0 | 110111 | 10111 | 11111 | 101000101 | 100110 | 110010 |
Color Harmonies of #AF4E87
Complementary color
Monochromatic Colors of #AF4E87
Black with #AF4E87
Text Example
Text Example
White with #AF4E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E87; }
p { color: rgb(175,78,135); }
H1.HeaderClassName
{
color: #AF4E87;
}
.AnyTagClassName
{
color: #AF4E87;
}
</style>
background-color css
<style>
a { background-color: #AF4E87; }
a { background-color: rgb(175,78,135); }
div.DivClassName
{
background-color: #AF4E87;
}
.BgClassName
{
background-color: #AF4E87;
}
</style>
border-color css
<style>
span { border-color: #AF4E87; }
span { border-color: rgb(175,78,135); }
td.TdClassName
{
border-color: #AF4E87;
}
.TagClassName
{
border-color: #AF4E87;
}
</style>