Shades of Mulberry #A84B8E
Tints of Mulberry #A84B8E
RGB
CMYK
RGB Variations
Color information
#A84B8E (or 0xA84B8E) is known color: Mulberry. HEX triplet: A8, 4B and 8E. RGB value is (168,75,142). Sum of RGB (Red+Green+Blue) = 168+75+142=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84B8E is #57B471. Grayscale: #6E6E6E. Windows color (decimal): -5747826 or 9325480. OLE color: 9325480.
HSL color Cylindrical-coordinate representation of color #A84B8E: hue angle of 316.77º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A84B8E is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 75 | 142 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.34 |
| HSL | 316.77º | 0.38% | 0.48% | - |
| HSV(B) | 316.77º | 0.55% | 0.66% | - |
| XYZ | 23.55 | 15.31 | 27.31 | - |
| YUV | 110.45 | 145.81 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 75 | 142 | 0 | 0.55 | 0.15 | 0.34 | 316.77 | 0.38 | 0.48 |
| Hex | A8 | 4B | 8E | 0 | 37 | F | 22 | 13D | 26 | 30 |
| Octal | 250 | 113 | 216 | 0 | 67 | 17 | 42 | 475 | 46 | 60 |
| Binary | 10101000 | 1001011 | 10001110 | 0 | 110111 | 1111 | 100010 | 100111101 | 100110 | 110000 |
Color Harmonies of #A84B8E
Complementary color
Monochromatic Colors of #A84B8E
Black with #A84B8E
Text Example
Text Example
White with #A84B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84B8E; }
p { color: rgb(168,75,142); }
H1.HeaderClassName
{
color: #A84B8E;
}
.AnyTagClassName
{
color: #A84B8E;
}
</style>
background-color css
<style>
a { background-color: #A84B8E; }
a { background-color: rgb(168,75,142); }
div.DivClassName
{
background-color: #A84B8E;
}
.BgClassName
{
background-color: #A84B8E;
}
</style>
border-color css
<style>
span { border-color: #A84B8E; }
span { border-color: rgb(168,75,142); }
td.TdClassName
{
border-color: #A84B8E;
}
.TagClassName
{
border-color: #A84B8E;
}
</style>