Shades of Mulberry #AF5585
Tints of Mulberry #AF5585
RGB
CMYK
RGB Variations
Color information
#AF5585 (or 0xAF5585) is known color: Mulberry. HEX triplet: AF, 55 and 85. RGB value is (175,85,133). Sum of RGB (Red+Green+Blue) = 175+85+133=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5585 is #50AA7A. Grayscale: #757575. Windows color (decimal): -5286523 or 8738223. OLE color: 8738223.
HSL color Cylindrical-coordinate representation of color #AF5585: hue angle of 328º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF5585 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 133 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.31 |
| HSL | 328º | 0.36% | 0.51% | - |
| HSV(B) | 328º | 0.51% | 0.69% | - |
| XYZ | 25.16 | 17.3 | 24.2 | - |
| YUV | 117.38 | 136.82 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 133 | 0 | 0.51 | 0.24 | 0.31 | 328 | 0.36 | 0.51 |
| Hex | AF | 55 | 85 | 0 | 33 | 18 | 1F | 148 | 24 | 33 |
| Octal | 257 | 125 | 205 | 0 | 63 | 30 | 37 | 510 | 44 | 63 |
| Binary | 10101111 | 1010101 | 10000101 | 0 | 110011 | 11000 | 11111 | 101001000 | 100100 | 110011 |
Color Harmonies of #AF5585
Complementary color
Monochromatic Colors of #AF5585
Black with #AF5585
Text Example
Text Example
White with #AF5585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5585; }
p { color: rgb(175,85,133); }
H1.HeaderClassName
{
color: #AF5585;
}
.AnyTagClassName
{
color: #AF5585;
}
</style>
background-color css
<style>
a { background-color: #AF5585; }
a { background-color: rgb(175,85,133); }
div.DivClassName
{
background-color: #AF5585;
}
.BgClassName
{
background-color: #AF5585;
}
</style>
border-color css
<style>
span { border-color: #AF5585; }
span { border-color: rgb(175,85,133); }
td.TdClassName
{
border-color: #AF5585;
}
.TagClassName
{
border-color: #AF5585;
}
</style>