Shades of Mulberry #AF5395
Tints of Mulberry #AF5395
RGB
CMYK
RGB Variations
Color information
#AF5395 (or 0xAF5395) is known color: Mulberry. HEX triplet: AF, 53 and 95. RGB value is (175,83,149). Sum of RGB (Red+Green+Blue) = 175+83+149=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5395 is #50AC6A. Grayscale: #757575. Windows color (decimal): -5287019 or 9786287. OLE color: 9786287.
HSL color Cylindrical-coordinate representation of color #AF5395: hue angle of 316.96º 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 #AF5395 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 149 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.31 |
| HSL | 316.96º | 0.37% | 0.51% | - |
| HSV(B) | 316.96º | 0.53% | 0.69% | - |
| XYZ | 26.2 | 17.47 | 30.43 | - |
| YUV | 118.03 | 145.48 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 149 | 0 | 0.53 | 0.15 | 0.31 | 316.96 | 0.37 | 0.51 |
| Hex | AF | 53 | 95 | 0 | 35 | F | 1F | 13D | 25 | 33 |
| Octal | 257 | 123 | 225 | 0 | 65 | 17 | 37 | 475 | 45 | 63 |
| Binary | 10101111 | 1010011 | 10010101 | 0 | 110101 | 1111 | 11111 | 100111101 | 100101 | 110011 |
Color Harmonies of #AF5395
Complementary color
Monochromatic Colors of #AF5395
Black with #AF5395
Text Example
Text Example
White with #AF5395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5395; }
p { color: rgb(175,83,149); }
H1.HeaderClassName
{
color: #AF5395;
}
.AnyTagClassName
{
color: #AF5395;
}
</style>
background-color css
<style>
a { background-color: #AF5395; }
a { background-color: rgb(175,83,149); }
div.DivClassName
{
background-color: #AF5395;
}
.BgClassName
{
background-color: #AF5395;
}
</style>
border-color css
<style>
span { border-color: #AF5395; }
span { border-color: rgb(175,83,149); }
td.TdClassName
{
border-color: #AF5395;
}
.TagClassName
{
border-color: #AF5395;
}
</style>