Shades of Mulberry #AF5290
Tints of Mulberry #AF5290
RGB
CMYK
RGB Variations
Color information
#AF5290 (or 0xAF5290) is known color: Mulberry. HEX triplet: AF, 52 and 90. RGB value is (175,82,144). Sum of RGB (Red+Green+Blue) = 175+82+144=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5290 is #50AD6F. Grayscale: #747474. Windows color (decimal): -5287280 or 9458351. OLE color: 9458351.
HSL color Cylindrical-coordinate representation of color #AF5290: hue angle of 320º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5290 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 82 | 144 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.31 |
| HSL | 320º | 0.37% | 0.5% | - |
| HSV(B) | 320º | 0.53% | 0.69% | - |
| XYZ | 25.73 | 17.16 | 28.34 | - |
| YUV | 116.88 | 143.31 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 144 | 0 | 0.53 | 0.18 | 0.31 | 320 | 0.37 | 0.5 |
| Hex | AF | 52 | 90 | 0 | 35 | 12 | 1F | 140 | 25 | 32 |
| Octal | 257 | 122 | 220 | 0 | 65 | 22 | 37 | 500 | 45 | 62 |
| Binary | 10101111 | 1010010 | 10010000 | 0 | 110101 | 10010 | 11111 | 101000000 | 100101 | 110010 |
Color Harmonies of #AF5290
Complementary color
Monochromatic Colors of #AF5290
Black with #AF5290
Text Example
Text Example
White with #AF5290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5290; }
p { color: rgb(175,82,144); }
H1.HeaderClassName
{
color: #AF5290;
}
.AnyTagClassName
{
color: #AF5290;
}
</style>
background-color css
<style>
a { background-color: #AF5290; }
a { background-color: rgb(175,82,144); }
div.DivClassName
{
background-color: #AF5290;
}
.BgClassName
{
background-color: #AF5290;
}
</style>
border-color css
<style>
span { border-color: #AF5290; }
span { border-color: rgb(175,82,144); }
td.TdClassName
{
border-color: #AF5290;
}
.TagClassName
{
border-color: #AF5290;
}
</style>