Shades of Mulberry #A7508D
Tints of Mulberry #A7508D
RGB
CMYK
RGB Variations
Color information
#A7508D (or 0xA7508D) is known color: Mulberry. HEX triplet: A7, 50 and 8D. RGB value is (167,80,141). Sum of RGB (Red+Green+Blue) = 167+80+141=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 167 - color contains mainly: red. Hex color #A7508D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7508D is #58AF72. Grayscale: #707070. Windows color (decimal): -5812083 or 9261223. OLE color: 9261223.
HSL color Cylindrical-coordinate representation of color #A7508D: hue angle of 317.93º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A7508D is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 80 | 141 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.35 |
| HSL | 317.93º | 0.35% | 0.48% | - |
| HSV(B) | 317.93º | 0.52% | 0.65% | - |
| XYZ | 23.61 | 15.88 | 27.02 | - |
| YUV | 112.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 80 | 141 | 0 | 0.52 | 0.16 | 0.35 | 317.93 | 0.35 | 0.48 |
| Hex | A7 | 50 | 8D | 0 | 34 | 10 | 23 | 13E | 23 | 30 |
| Octal | 247 | 120 | 215 | 0 | 64 | 20 | 43 | 476 | 43 | 60 |
| Binary | 10100111 | 1010000 | 10001101 | 0 | 110100 | 10000 | 100011 | 100111110 | 100011 | 110000 |
Color Harmonies of #A7508D
Complementary color
Monochromatic Colors of #A7508D
Black with #A7508D
Text Example
Text Example
White with #A7508D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7508D; }
p { color: rgb(167,80,141); }
H1.HeaderClassName
{
color: #A7508D;
}
.AnyTagClassName
{
color: #A7508D;
}
</style>
background-color css
<style>
a { background-color: #A7508D; }
a { background-color: rgb(167,80,141); }
div.DivClassName
{
background-color: #A7508D;
}
.BgClassName
{
background-color: #A7508D;
}
</style>
border-color css
<style>
span { border-color: #A7508D; }
span { border-color: rgb(167,80,141); }
td.TdClassName
{
border-color: #A7508D;
}
.TagClassName
{
border-color: #A7508D;
}
</style>