Shades of Mulberry #AF4A87
Tints of Mulberry #AF4A87
RGB
CMYK
RGB Variations
Color information
#AF4A87 (or 0xAF4A87) is known color: Mulberry. HEX triplet: AF, 4A and 87. RGB value is (175,74,135). Sum of RGB (Red+Green+Blue) = 175+74+135=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4A87 is #50B578. Grayscale: #6F6F6F. Windows color (decimal): -5289337 or 8866479. OLE color: 8866479.
HSL color Cylindrical-coordinate representation of color #AF4A87: hue angle of 323.76º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4A87 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 74 | 135 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.31 |
| HSL | 323.76º | 0.41% | 0.49% | - |
| HSV(B) | 323.76º | 0.58% | 0.69% | - |
| XYZ | 24.5 | 15.76 | 24.67 | - |
| YUV | 111.15 | 141.46 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 135 | 0 | 0.58 | 0.23 | 0.31 | 323.76 | 0.41 | 0.49 |
| Hex | AF | 4A | 87 | 0 | 3A | 17 | 1F | 144 | 29 | 31 |
| Octal | 257 | 112 | 207 | 0 | 72 | 27 | 37 | 504 | 51 | 61 |
| Binary | 10101111 | 1001010 | 10000111 | 0 | 111010 | 10111 | 11111 | 101000100 | 101001 | 110001 |
Color Harmonies of #AF4A87
Complementary color
Monochromatic Colors of #AF4A87
Black with #AF4A87
Text Example
Text Example
White with #AF4A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4A87; }
p { color: rgb(175,74,135); }
H1.HeaderClassName
{
color: #AF4A87;
}
.AnyTagClassName
{
color: #AF4A87;
}
</style>
background-color css
<style>
a { background-color: #AF4A87; }
a { background-color: rgb(175,74,135); }
div.DivClassName
{
background-color: #AF4A87;
}
.BgClassName
{
background-color: #AF4A87;
}
</style>
border-color css
<style>
span { border-color: #AF4A87; }
span { border-color: rgb(175,74,135); }
td.TdClassName
{
border-color: #AF4A87;
}
.TagClassName
{
border-color: #AF4A87;
}
</style>