Shades of Mulberry #AF5392
Tints of Mulberry #AF5392
RGB
CMYK
RGB Variations
Color information
#AF5392 (or 0xAF5392) is known color: Mulberry. HEX triplet: AF, 53 and 92. RGB value is (175,83,146). Sum of RGB (Red+Green+Blue) = 175+83+146=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5392 is #50AC6D. Grayscale: #757575. Windows color (decimal): -5287022 or 9589679. OLE color: 9589679.
HSL color Cylindrical-coordinate representation of color #AF5392: hue angle of 318.91º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5392 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 146 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.31 |
| HSL | 318.91º | 0.37% | 0.51% | - |
| HSV(B) | 318.91º | 0.53% | 0.69% | - |
| XYZ | 25.96 | 17.38 | 29.18 | - |
| YUV | 117.69 | 143.98 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 146 | 0 | 0.53 | 0.17 | 0.31 | 318.91 | 0.37 | 0.51 |
| Hex | AF | 53 | 92 | 0 | 35 | 11 | 1F | 13F | 25 | 33 |
| Octal | 257 | 123 | 222 | 0 | 65 | 21 | 37 | 477 | 45 | 63 |
| Binary | 10101111 | 1010011 | 10010010 | 0 | 110101 | 10001 | 11111 | 100111111 | 100101 | 110011 |
Color Harmonies of #AF5392
Complementary color
Monochromatic Colors of #AF5392
Black with #AF5392
Text Example
Text Example
White with #AF5392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5392; }
p { color: rgb(175,83,146); }
H1.HeaderClassName
{
color: #AF5392;
}
.AnyTagClassName
{
color: #AF5392;
}
</style>
background-color css
<style>
a { background-color: #AF5392; }
a { background-color: rgb(175,83,146); }
div.DivClassName
{
background-color: #AF5392;
}
.BgClassName
{
background-color: #AF5392;
}
</style>
border-color css
<style>
span { border-color: #AF5392; }
span { border-color: rgb(175,83,146); }
td.TdClassName
{
border-color: #AF5392;
}
.TagClassName
{
border-color: #AF5392;
}
</style>