Shades of Mulberry #AF498C
Tints of Mulberry #AF498C
RGB
CMYK
RGB Variations
Color information
#AF498C (or 0xAF498C) is known color: Mulberry. HEX triplet: AF, 49 and 8C. RGB value is (175,73,140). Sum of RGB (Red+Green+Blue) = 175+73+140=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF498C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF498C is #50B673. Grayscale: #6E6E6E. Windows color (decimal): -5289588 or 9193903. OLE color: 9193903.
HSL color Cylindrical-coordinate representation of color #AF498C: hue angle of 320.59º 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 #AF498C is Cyan = 0, Magento = 0.58, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 140 | - |
| CMYK | 0 | 0.58 | 0.2 | 0.31 |
| HSL | 320.59º | 0.41% | 0.49% | - |
| HSV(B) | 320.59º | 0.58% | 0.69% | - |
| XYZ | 24.8 | 15.77 | 26.55 | - |
| YUV | 111.14 | 144.29 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 140 | 0 | 0.58 | 0.2 | 0.31 | 320.59 | 0.41 | 0.49 |
| Hex | AF | 49 | 8C | 0 | 3A | 14 | 1F | 141 | 29 | 31 |
| Octal | 257 | 111 | 214 | 0 | 72 | 24 | 37 | 501 | 51 | 61 |
| Binary | 10101111 | 1001001 | 10001100 | 0 | 111010 | 10100 | 11111 | 101000001 | 101001 | 110001 |
Color Harmonies of #AF498C
Complementary color
Monochromatic Colors of #AF498C
Black with #AF498C
Text Example
Text Example
White with #AF498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF498C; }
p { color: rgb(175,73,140); }
H1.HeaderClassName
{
color: #AF498C;
}
.AnyTagClassName
{
color: #AF498C;
}
</style>
background-color css
<style>
a { background-color: #AF498C; }
a { background-color: rgb(175,73,140); }
div.DivClassName
{
background-color: #AF498C;
}
.BgClassName
{
background-color: #AF498C;
}
</style>
border-color css
<style>
span { border-color: #AF498C; }
span { border-color: rgb(175,73,140); }
td.TdClassName
{
border-color: #AF498C;
}
.TagClassName
{
border-color: #AF498C;
}
</style>