Shades of Mulberry #A8518E
Tints of Mulberry #A8518E
RGB
CMYK
RGB Variations
Color information
#A8518E (or 0xA8518E) is known color: Mulberry. HEX triplet: A8, 51 and 8E. RGB value is (168,81,142). Sum of RGB (Red+Green+Blue) = 168+81+142=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A8518E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8518E is #57AE71. Grayscale: #717171. Windows color (decimal): -5746290 or 9327016. OLE color: 9327016.
HSL color Cylindrical-coordinate representation of color #A8518E: hue angle of 317.93º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8518E is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 81 | 142 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.34 |
| HSL | 317.93º | 0.35% | 0.49% | - |
| HSV(B) | 317.93º | 0.52% | 0.66% | - |
| XYZ | 23.97 | 16.16 | 27.45 | - |
| YUV | 113.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 142 | 0 | 0.52 | 0.15 | 0.34 | 317.93 | 0.35 | 0.49 |
| Hex | A8 | 51 | 8E | 0 | 34 | F | 22 | 13E | 23 | 31 |
| Octal | 250 | 121 | 216 | 0 | 64 | 17 | 42 | 476 | 43 | 61 |
| Binary | 10101000 | 1010001 | 10001110 | 0 | 110100 | 1111 | 100010 | 100111110 | 100011 | 110001 |
Color Harmonies of #A8518E
Complementary color
Monochromatic Colors of #A8518E
Black with #A8518E
Text Example
Text Example
White with #A8518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8518E; }
p { color: rgb(168,81,142); }
H1.HeaderClassName
{
color: #A8518E;
}
.AnyTagClassName
{
color: #A8518E;
}
</style>
background-color css
<style>
a { background-color: #A8518E; }
a { background-color: rgb(168,81,142); }
div.DivClassName
{
background-color: #A8518E;
}
.BgClassName
{
background-color: #A8518E;
}
</style>
border-color css
<style>
span { border-color: #A8518E; }
span { border-color: rgb(168,81,142); }
td.TdClassName
{
border-color: #A8518E;
}
.TagClassName
{
border-color: #A8518E;
}
</style>