Shades of Mulberry #AF4986
Tints of Mulberry #AF4986
RGB
CMYK
RGB Variations
Color information
#AF4986 (or 0xAF4986) is known color: Mulberry. HEX triplet: AF, 49 and 86. RGB value is (175,73,134). Sum of RGB (Red+Green+Blue) = 175+73+134=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4986 is #50B679. Grayscale: #6E6E6E. Windows color (decimal): -5289594 or 8800687. OLE color: 8800687.
HSL color Cylindrical-coordinate representation of color #AF4986: hue angle of 324.12º 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 #AF4986 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 134 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.31 |
| HSL | 324.12º | 0.41% | 0.49% | - |
| HSV(B) | 324.12º | 0.58% | 0.69% | - |
| XYZ | 24.36 | 15.6 | 24.28 | - |
| YUV | 110.45 | 141.29 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 134 | 0 | 0.58 | 0.23 | 0.31 | 324.12 | 0.41 | 0.49 |
| Hex | AF | 49 | 86 | 0 | 3A | 17 | 1F | 144 | 29 | 31 |
| Octal | 257 | 111 | 206 | 0 | 72 | 27 | 37 | 504 | 51 | 61 |
| Binary | 10101111 | 1001001 | 10000110 | 0 | 111010 | 10111 | 11111 | 101000100 | 101001 | 110001 |
Color Harmonies of #AF4986
Complementary color
Monochromatic Colors of #AF4986
Black with #AF4986
Text Example
Text Example
White with #AF4986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4986; }
p { color: rgb(175,73,134); }
H1.HeaderClassName
{
color: #AF4986;
}
.AnyTagClassName
{
color: #AF4986;
}
</style>
background-color css
<style>
a { background-color: #AF4986; }
a { background-color: rgb(175,73,134); }
div.DivClassName
{
background-color: #AF4986;
}
.BgClassName
{
background-color: #AF4986;
}
</style>
border-color css
<style>
span { border-color: #AF4986; }
span { border-color: rgb(175,73,134); }
td.TdClassName
{
border-color: #AF4986;
}
.TagClassName
{
border-color: #AF4986;
}
</style>