Shades of Mulberry #A7528D
Tints of Mulberry #A7528D
RGB
CMYK
RGB Variations
Color information
#A7528D (or 0xA7528D) is known color: Mulberry. HEX triplet: A7, 52 and 8D. RGB value is (167,82,141). Sum of RGB (Red+Green+Blue) = 167+82+141=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A7528D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7528D is #58AD72. Grayscale: #717171. Windows color (decimal): -5811571 or 9261735. OLE color: 9261735.
HSL color Cylindrical-coordinate representation of color #A7528D: hue angle of 318.35º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7528D is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 82 | 141 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.35 |
| HSL | 318.35º | 0.34% | 0.49% | - |
| HSV(B) | 318.35º | 0.51% | 0.65% | - |
| XYZ | 23.76 | 16.17 | 27.07 | - |
| YUV | 114.14 | 143.16 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 141 | 0 | 0.51 | 0.16 | 0.35 | 318.35 | 0.34 | 0.49 |
| Hex | A7 | 52 | 8D | 0 | 33 | 10 | 23 | 13E | 22 | 31 |
| Octal | 247 | 122 | 215 | 0 | 63 | 20 | 43 | 476 | 42 | 61 |
| Binary | 10100111 | 1010010 | 10001101 | 0 | 110011 | 10000 | 100011 | 100111110 | 100010 | 110001 |
Color Harmonies of #A7528D
Complementary color
Monochromatic Colors of #A7528D
Black with #A7528D
Text Example
Text Example
White with #A7528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7528D; }
p { color: rgb(167,82,141); }
H1.HeaderClassName
{
color: #A7528D;
}
.AnyTagClassName
{
color: #A7528D;
}
</style>
background-color css
<style>
a { background-color: #A7528D; }
a { background-color: rgb(167,82,141); }
div.DivClassName
{
background-color: #A7528D;
}
.BgClassName
{
background-color: #A7528D;
}
</style>
border-color css
<style>
span { border-color: #A7528D; }
span { border-color: rgb(167,82,141); }
td.TdClassName
{
border-color: #A7528D;
}
.TagClassName
{
border-color: #A7528D;
}
</style>