Shades of Mulberry #AF518C
Tints of Mulberry #AF518C
RGB
CMYK
RGB Variations
Color information
#AF518C (or 0xAF518C) is known color: Mulberry. HEX triplet: AF, 51 and 8C. RGB value is (175,81,140). Sum of RGB (Red+Green+Blue) = 175+81+140=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF518C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF518C is #50AE73. Grayscale: #737373. Windows color (decimal): -5287540 or 9195951. OLE color: 9195951.
HSL color Cylindrical-coordinate representation of color #AF518C: hue angle of 322.34º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF518C is Cyan = 0, Magento = 0.54, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 140 | - |
| CMYK | 0 | 0.54 | 0.2 | 0.31 |
| HSL | 322.34º | 0.37% | 0.5% | - |
| HSV(B) | 322.34º | 0.54% | 0.69% | - |
| XYZ | 25.36 | 16.89 | 26.74 | - |
| YUV | 115.83 | 141.64 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 140 | 0 | 0.54 | 0.2 | 0.31 | 322.34 | 0.37 | 0.5 |
| Hex | AF | 51 | 8C | 0 | 36 | 14 | 1F | 142 | 25 | 32 |
| Octal | 257 | 121 | 214 | 0 | 66 | 24 | 37 | 502 | 45 | 62 |
| Binary | 10101111 | 1010001 | 10001100 | 0 | 110110 | 10100 | 11111 | 101000010 | 100101 | 110010 |
Color Harmonies of #AF518C
Complementary color
Monochromatic Colors of #AF518C
Black with #AF518C
Text Example
Text Example
White with #AF518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF518C; }
p { color: rgb(175,81,140); }
H1.HeaderClassName
{
color: #AF518C;
}
.AnyTagClassName
{
color: #AF518C;
}
</style>
background-color css
<style>
a { background-color: #AF518C; }
a { background-color: rgb(175,81,140); }
div.DivClassName
{
background-color: #AF518C;
}
.BgClassName
{
background-color: #AF518C;
}
</style>
border-color css
<style>
span { border-color: #AF518C; }
span { border-color: rgb(175,81,140); }
td.TdClassName
{
border-color: #AF518C;
}
.TagClassName
{
border-color: #AF518C;
}
</style>