Shades of Mulberry #AF4990
Tints of Mulberry #AF4990
RGB
CMYK
RGB Variations
Color information
#AF4990 (or 0xAF4990) is known color: Mulberry. HEX triplet: AF, 49 and 90. RGB value is (175,73,144). Sum of RGB (Red+Green+Blue) = 175+73+144=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4990 is #50B66F. Grayscale: #6F6F6F. Windows color (decimal): -5289584 or 9456047. OLE color: 9456047.
HSL color Cylindrical-coordinate representation of color #AF4990: hue angle of 318.24º 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 #AF4990 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 144 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.31 |
| HSL | 318.24º | 0.41% | 0.49% | - |
| HSV(B) | 318.24º | 0.58% | 0.69% | - |
| XYZ | 25.1 | 15.89 | 28.13 | - |
| YUV | 111.59 | 146.29 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 144 | 0 | 0.58 | 0.18 | 0.31 | 318.24 | 0.41 | 0.49 |
| Hex | AF | 49 | 90 | 0 | 3A | 12 | 1F | 13E | 29 | 31 |
| Octal | 257 | 111 | 220 | 0 | 72 | 22 | 37 | 476 | 51 | 61 |
| Binary | 10101111 | 1001001 | 10010000 | 0 | 111010 | 10010 | 11111 | 100111110 | 101001 | 110001 |
Color Harmonies of #AF4990
Complementary color
Monochromatic Colors of #AF4990
Black with #AF4990
Text Example
Text Example
White with #AF4990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4990; }
p { color: rgb(175,73,144); }
H1.HeaderClassName
{
color: #AF4990;
}
.AnyTagClassName
{
color: #AF4990;
}
</style>
background-color css
<style>
a { background-color: #AF4990; }
a { background-color: rgb(175,73,144); }
div.DivClassName
{
background-color: #AF4990;
}
.BgClassName
{
background-color: #AF4990;
}
</style>
border-color css
<style>
span { border-color: #AF4990; }
span { border-color: rgb(175,73,144); }
td.TdClassName
{
border-color: #AF4990;
}
.TagClassName
{
border-color: #AF4990;
}
</style>