Shades of Mulberry #AF5790
Tints of Mulberry #AF5790
RGB
CMYK
RGB Variations
Color information
#AF5790 (or 0xAF5790) is known color: Mulberry. HEX triplet: AF, 57 and 90. RGB value is (175,87,144). Sum of RGB (Red+Green+Blue) = 175+87+144=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5790 is #50A86F. Grayscale: #777777. Windows color (decimal): -5286000 or 9459631. OLE color: 9459631.
HSL color Cylindrical-coordinate representation of color #AF5790: hue angle of 321.14º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF5790 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 87 | 144 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.31 |
| HSL | 321.14º | 0.35% | 0.51% | - |
| HSV(B) | 321.14º | 0.5% | 0.69% | - |
| XYZ | 26.12 | 17.94 | 28.47 | - |
| YUV | 119.81 | 141.65 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 144 | 0 | 0.50 | 0.18 | 0.31 | 321.14 | 0.35 | 0.51 |
| Hex | AF | 57 | 90 | 0 | 32 | 12 | 1F | 141 | 23 | 33 |
| Octal | 257 | 127 | 220 | 0 | 62 | 22 | 37 | 501 | 43 | 63 |
| Binary | 10101111 | 1010111 | 10010000 | 0 | 110010 | 10010 | 11111 | 101000001 | 100011 | 110011 |
Color Harmonies of #AF5790
Complementary color
Monochromatic Colors of #AF5790
Black with #AF5790
Text Example
Text Example
White with #AF5790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5790; }
p { color: rgb(175,87,144); }
H1.HeaderClassName
{
color: #AF5790;
}
.AnyTagClassName
{
color: #AF5790;
}
</style>
background-color css
<style>
a { background-color: #AF5790; }
a { background-color: rgb(175,87,144); }
div.DivClassName
{
background-color: #AF5790;
}
.BgClassName
{
background-color: #AF5790;
}
</style>
border-color css
<style>
span { border-color: #AF5790; }
span { border-color: rgb(175,87,144); }
td.TdClassName
{
border-color: #AF5790;
}
.TagClassName
{
border-color: #AF5790;
}
</style>