Shades of Mulberry #AF498D
Tints of Mulberry #AF498D
RGB
CMYK
RGB Variations
Color information
#AF498D (or 0xAF498D) is known color: Mulberry. HEX triplet: AF, 49 and 8D. RGB value is (175,73,141). Sum of RGB (Red+Green+Blue) = 175+73+141=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF498D is #50B672. Grayscale: #6F6F6F. Windows color (decimal): -5289587 or 9259439. OLE color: 9259439.
HSL color Cylindrical-coordinate representation of color #AF498D: hue angle of 320º 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 #AF498D is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 141 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.31 |
| HSL | 320º | 0.41% | 0.49% | - |
| HSV(B) | 320º | 0.58% | 0.69% | - |
| XYZ | 24.87 | 15.8 | 26.94 | - |
| YUV | 111.25 | 144.79 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 141 | 0 | 0.58 | 0.19 | 0.31 | 320 | 0.41 | 0.49 |
| Hex | AF | 49 | 8D | 0 | 3A | 13 | 1F | 140 | 29 | 31 |
| Octal | 257 | 111 | 215 | 0 | 72 | 23 | 37 | 500 | 51 | 61 |
| Binary | 10101111 | 1001001 | 10001101 | 0 | 111010 | 10011 | 11111 | 101000000 | 101001 | 110001 |
Color Harmonies of #AF498D
Complementary color
Monochromatic Colors of #AF498D
Black with #AF498D
Text Example
Text Example
White with #AF498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF498D; }
p { color: rgb(175,73,141); }
H1.HeaderClassName
{
color: #AF498D;
}
.AnyTagClassName
{
color: #AF498D;
}
</style>
background-color css
<style>
a { background-color: #AF498D; }
a { background-color: rgb(175,73,141); }
div.DivClassName
{
background-color: #AF498D;
}
.BgClassName
{
background-color: #AF498D;
}
</style>
border-color css
<style>
span { border-color: #AF498D; }
span { border-color: rgb(175,73,141); }
td.TdClassName
{
border-color: #AF498D;
}
.TagClassName
{
border-color: #AF498D;
}
</style>