Shades of Mulberry #AF4992
Tints of Mulberry #AF4992
RGB
CMYK
RGB Variations
Color information
#AF4992 (or 0xAF4992) is known color: Mulberry. HEX triplet: AF, 49 and 92. RGB value is (175,73,146). Sum of RGB (Red+Green+Blue) = 175+73+146=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4992 is #50B66D. Grayscale: #6F6F6F. Windows color (decimal): -5289582 or 9587119. OLE color: 9587119.
HSL color Cylindrical-coordinate representation of color #AF4992: hue angle of 317.06º 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 #AF4992 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 146 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.31 |
| HSL | 317.06º | 0.41% | 0.49% | - |
| HSV(B) | 317.06º | 0.58% | 0.69% | - |
| XYZ | 25.25 | 15.95 | 28.94 | - |
| YUV | 111.82 | 147.29 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 146 | 0 | 0.58 | 0.17 | 0.31 | 317.06 | 0.41 | 0.49 |
| Hex | AF | 49 | 92 | 0 | 3A | 11 | 1F | 13D | 29 | 31 |
| Octal | 257 | 111 | 222 | 0 | 72 | 21 | 37 | 475 | 51 | 61 |
| Binary | 10101111 | 1001001 | 10010010 | 0 | 111010 | 10001 | 11111 | 100111101 | 101001 | 110001 |
Color Harmonies of #AF4992
Complementary color
Monochromatic Colors of #AF4992
Black with #AF4992
Text Example
Text Example
White with #AF4992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4992; }
p { color: rgb(175,73,146); }
H1.HeaderClassName
{
color: #AF4992;
}
.AnyTagClassName
{
color: #AF4992;
}
</style>
background-color css
<style>
a { background-color: #AF4992; }
a { background-color: rgb(175,73,146); }
div.DivClassName
{
background-color: #AF4992;
}
.BgClassName
{
background-color: #AF4992;
}
</style>
border-color css
<style>
span { border-color: #AF4992; }
span { border-color: rgb(175,73,146); }
td.TdClassName
{
border-color: #AF4992;
}
.TagClassName
{
border-color: #AF4992;
}
</style>