Shades of Mulberry #A7508C
Tints of Mulberry #A7508C
RGB
CMYK
RGB Variations
Color information
#A7508C (or 0xA7508C) is known color: Mulberry. HEX triplet: A7, 50 and 8C. RGB value is (167,80,140). Sum of RGB (Red+Green+Blue) = 167+80+140=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A7508C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7508C is #58AF73. Grayscale: #707070. Windows color (decimal): -5812084 or 9195687. OLE color: 9195687.
HSL color Cylindrical-coordinate representation of color #A7508C: hue angle of 318.62º 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 #A7508C is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 80 | 140 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.35 |
| HSL | 318.62º | 0.35% | 0.48% | - |
| HSV(B) | 318.62º | 0.52% | 0.65% | - |
| XYZ | 23.54 | 15.85 | 26.63 | - |
| YUV | 112.85 | 143.32 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 80 | 140 | 0 | 0.52 | 0.16 | 0.35 | 318.62 | 0.35 | 0.48 |
| Hex | A7 | 50 | 8C | 0 | 34 | 10 | 23 | 13F | 23 | 30 |
| Octal | 247 | 120 | 214 | 0 | 64 | 20 | 43 | 477 | 43 | 60 |
| Binary | 10100111 | 1010000 | 10001100 | 0 | 110100 | 10000 | 100011 | 100111111 | 100011 | 110000 |
Color Harmonies of #A7508C
Complementary color
Monochromatic Colors of #A7508C
Black with #A7508C
Text Example
Text Example
White with #A7508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7508C; }
p { color: rgb(167,80,140); }
H1.HeaderClassName
{
color: #A7508C;
}
.AnyTagClassName
{
color: #A7508C;
}
</style>
background-color css
<style>
a { background-color: #A7508C; }
a { background-color: rgb(167,80,140); }
div.DivClassName
{
background-color: #A7508C;
}
.BgClassName
{
background-color: #A7508C;
}
</style>
border-color css
<style>
span { border-color: #A7508C; }
span { border-color: rgb(167,80,140); }
td.TdClassName
{
border-color: #A7508C;
}
.TagClassName
{
border-color: #A7508C;
}
</style>