Shades of Mulberry #AF5485
Tints of Mulberry #AF5485
RGB
CMYK
RGB Variations
Color information
#AF5485 (or 0xAF5485) is known color: Mulberry. HEX triplet: AF, 54 and 85. RGB value is (175,84,133). Sum of RGB (Red+Green+Blue) = 175+84+133=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5485 is #50AB7A. Grayscale: #747474. Windows color (decimal): -5286779 or 8737967. OLE color: 8737967.
HSL color Cylindrical-coordinate representation of color #AF5485: hue angle of 327.69º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF5485 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 133 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.31 |
| HSL | 327.69º | 0.36% | 0.51% | - |
| HSV(B) | 327.69º | 0.52% | 0.69% | - |
| XYZ | 25.08 | 17.15 | 24.18 | - |
| YUV | 116.8 | 137.15 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 133 | 0 | 0.52 | 0.24 | 0.31 | 327.69 | 0.36 | 0.51 |
| Hex | AF | 54 | 85 | 0 | 34 | 18 | 1F | 148 | 24 | 33 |
| Octal | 257 | 124 | 205 | 0 | 64 | 30 | 37 | 510 | 44 | 63 |
| Binary | 10101111 | 1010100 | 10000101 | 0 | 110100 | 11000 | 11111 | 101001000 | 100100 | 110011 |
Color Harmonies of #AF5485
Complementary color
Monochromatic Colors of #AF5485
Black with #AF5485
Text Example
Text Example
White with #AF5485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5485; }
p { color: rgb(175,84,133); }
H1.HeaderClassName
{
color: #AF5485;
}
.AnyTagClassName
{
color: #AF5485;
}
</style>
background-color css
<style>
a { background-color: #AF5485; }
a { background-color: rgb(175,84,133); }
div.DivClassName
{
background-color: #AF5485;
}
.BgClassName
{
background-color: #AF5485;
}
</style>
border-color css
<style>
span { border-color: #AF5485; }
span { border-color: rgb(175,84,133); }
td.TdClassName
{
border-color: #AF5485;
}
.TagClassName
{
border-color: #AF5485;
}
</style>