Shades of Mulberry #AF518A
Tints of Mulberry #AF518A
RGB
CMYK
RGB Variations
Color information
#AF518A (or 0xAF518A) is known color: Mulberry. HEX triplet: AF, 51 and 8A. RGB value is (175,81,138). Sum of RGB (Red+Green+Blue) = 175+81+138=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF518A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF518A is #50AE75. Grayscale: #737373. Windows color (decimal): -5287542 or 9064879. OLE color: 9064879.
HSL color Cylindrical-coordinate representation of color #AF518A: hue angle of 323.62º 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 #AF518A is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 138 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.31 |
| HSL | 323.62º | 0.37% | 0.5% | - |
| HSV(B) | 323.62º | 0.54% | 0.69% | - |
| XYZ | 25.21 | 16.83 | 25.97 | - |
| YUV | 115.6 | 140.64 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 138 | 0 | 0.54 | 0.21 | 0.31 | 323.62 | 0.37 | 0.5 |
| Hex | AF | 51 | 8A | 0 | 36 | 15 | 1F | 144 | 25 | 32 |
| Octal | 257 | 121 | 212 | 0 | 66 | 25 | 37 | 504 | 45 | 62 |
| Binary | 10101111 | 1010001 | 10001010 | 0 | 110110 | 10101 | 11111 | 101000100 | 100101 | 110010 |
Color Harmonies of #AF518A
Complementary color
Monochromatic Colors of #AF518A
Black with #AF518A
Text Example
Text Example
White with #AF518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF518A; }
p { color: rgb(175,81,138); }
H1.HeaderClassName
{
color: #AF518A;
}
.AnyTagClassName
{
color: #AF518A;
}
</style>
background-color css
<style>
a { background-color: #AF518A; }
a { background-color: rgb(175,81,138); }
div.DivClassName
{
background-color: #AF518A;
}
.BgClassName
{
background-color: #AF518A;
}
</style>
border-color css
<style>
span { border-color: #AF518A; }
span { border-color: rgb(175,81,138); }
td.TdClassName
{
border-color: #AF518A;
}
.TagClassName
{
border-color: #AF518A;
}
</style>