Shades of Mulberry #A8518C
Tints of Mulberry #A8518C
RGB
CMYK
RGB Variations
Color information
#A8518C (or 0xA8518C) is known color: Mulberry. HEX triplet: A8, 51 and 8C. RGB value is (168,81,140). Sum of RGB (Red+Green+Blue) = 168+81+140=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A8518C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8518C is #57AE73. Grayscale: #717171. Windows color (decimal): -5746292 or 9195944. OLE color: 9195944.
HSL color Cylindrical-coordinate representation of color #A8518C: hue angle of 319.31º 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 #A8518C is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 81 | 140 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.34 |
| HSL | 319.31º | 0.35% | 0.49% | - |
| HSV(B) | 319.31º | 0.52% | 0.66% | - |
| XYZ | 23.82 | 16.1 | 26.66 | - |
| YUV | 113.74 | 142.82 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 140 | 0 | 0.52 | 0.17 | 0.34 | 319.31 | 0.35 | 0.49 |
| Hex | A8 | 51 | 8C | 0 | 34 | 11 | 22 | 13F | 23 | 31 |
| Octal | 250 | 121 | 214 | 0 | 64 | 21 | 42 | 477 | 43 | 61 |
| Binary | 10101000 | 1010001 | 10001100 | 0 | 110100 | 10001 | 100010 | 100111111 | 100011 | 110001 |
Color Harmonies of #A8518C
Complementary color
Monochromatic Colors of #A8518C
Black with #A8518C
Text Example
Text Example
White with #A8518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8518C; }
p { color: rgb(168,81,140); }
H1.HeaderClassName
{
color: #A8518C;
}
.AnyTagClassName
{
color: #A8518C;
}
</style>
background-color css
<style>
a { background-color: #A8518C; }
a { background-color: rgb(168,81,140); }
div.DivClassName
{
background-color: #A8518C;
}
.BgClassName
{
background-color: #A8518C;
}
</style>
border-color css
<style>
span { border-color: #A8518C; }
span { border-color: rgb(168,81,140); }
td.TdClassName
{
border-color: #A8518C;
}
.TagClassName
{
border-color: #A8518C;
}
</style>