Shades of Mulberry #A8528D
Tints of Mulberry #A8528D
RGB
CMYK
RGB Variations
Color information
#A8528D (or 0xA8528D) is known color: Mulberry. HEX triplet: A8, 52 and 8D. RGB value is (168,82,141). Sum of RGB (Red+Green+Blue) = 168+82+141=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A8528D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8528D is #57AD72. Grayscale: #727272. Windows color (decimal): -5746035 or 9261736. OLE color: 9261736.
HSL color Cylindrical-coordinate representation of color #A8528D: hue angle of 318.84º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8528D is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 82 | 141 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.34 |
| HSL | 318.84º | 0.34% | 0.49% | - |
| HSV(B) | 318.84º | 0.51% | 0.66% | - |
| XYZ | 23.97 | 16.28 | 27.08 | - |
| YUV | 114.44 | 142.99 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 141 | 0 | 0.51 | 0.16 | 0.34 | 318.84 | 0.34 | 0.49 |
| Hex | A8 | 52 | 8D | 0 | 33 | 10 | 22 | 13F | 22 | 31 |
| Octal | 250 | 122 | 215 | 0 | 63 | 20 | 42 | 477 | 42 | 61 |
| Binary | 10101000 | 1010010 | 10001101 | 0 | 110011 | 10000 | 100010 | 100111111 | 100010 | 110001 |
Color Harmonies of #A8528D
Complementary color
Monochromatic Colors of #A8528D
Black with #A8528D
Text Example
Text Example
White with #A8528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8528D; }
p { color: rgb(168,82,141); }
H1.HeaderClassName
{
color: #A8528D;
}
.AnyTagClassName
{
color: #A8528D;
}
</style>
background-color css
<style>
a { background-color: #A8528D; }
a { background-color: rgb(168,82,141); }
div.DivClassName
{
background-color: #A8528D;
}
.BgClassName
{
background-color: #A8528D;
}
</style>
border-color css
<style>
span { border-color: #A8528D; }
span { border-color: rgb(168,82,141); }
td.TdClassName
{
border-color: #A8528D;
}
.TagClassName
{
border-color: #A8528D;
}
</style>