Shades of Mulberry #AF5090
Tints of Mulberry #AF5090
RGB
CMYK
RGB Variations
Color information
#AF5090 (or 0xAF5090) is known color: Mulberry. HEX triplet: AF, 50 and 90. RGB value is (175,80,144). Sum of RGB (Red+Green+Blue) = 175+80+144=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5090 is #50AF6F. Grayscale: #737373. Windows color (decimal): -5287792 or 9457839. OLE color: 9457839.
HSL color Cylindrical-coordinate representation of color #AF5090: hue angle of 319.58º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF5090 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 144 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.31 |
| HSL | 319.58º | 0.37% | 0.5% | - |
| HSV(B) | 319.58º | 0.54% | 0.69% | - |
| XYZ | 25.58 | 16.86 | 28.29 | - |
| YUV | 115.7 | 143.97 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 144 | 0 | 0.54 | 0.18 | 0.31 | 319.58 | 0.37 | 0.5 |
| Hex | AF | 50 | 90 | 0 | 36 | 12 | 1F | 140 | 25 | 32 |
| Octal | 257 | 120 | 220 | 0 | 66 | 22 | 37 | 500 | 45 | 62 |
| Binary | 10101111 | 1010000 | 10010000 | 0 | 110110 | 10010 | 11111 | 101000000 | 100101 | 110010 |
Color Harmonies of #AF5090
Complementary color
Monochromatic Colors of #AF5090
Black with #AF5090
Text Example
Text Example
White with #AF5090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5090; }
p { color: rgb(175,80,144); }
H1.HeaderClassName
{
color: #AF5090;
}
.AnyTagClassName
{
color: #AF5090;
}
</style>
background-color css
<style>
a { background-color: #AF5090; }
a { background-color: rgb(175,80,144); }
div.DivClassName
{
background-color: #AF5090;
}
.BgClassName
{
background-color: #AF5090;
}
</style>
border-color css
<style>
span { border-color: #AF5090; }
span { border-color: rgb(175,80,144); }
td.TdClassName
{
border-color: #AF5090;
}
.TagClassName
{
border-color: #AF5090;
}
</style>