Shades of Mulberry #A8508F
Tints of Mulberry #A8508F
RGB
CMYK
RGB Variations
Color information
#A8508F (or 0xA8508F) is known color: Mulberry. HEX triplet: A8, 50 and 8F. RGB value is (168,80,143). Sum of RGB (Red+Green+Blue) = 168+80+143=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A8508F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8508F is #57AF70. Grayscale: #717171. Windows color (decimal): -5746545 or 9392296. OLE color: 9392296.
HSL color Cylindrical-coordinate representation of color #A8508F: hue angle of 317.05º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8508F is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 80 | 143 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.34 |
| HSL | 317.05º | 0.35% | 0.49% | - |
| HSV(B) | 317.05º | 0.52% | 0.66% | - |
| XYZ | 23.98 | 16.05 | 27.82 | - |
| YUV | 113.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 143 | 0 | 0.52 | 0.15 | 0.34 | 317.05 | 0.35 | 0.49 |
| Hex | A8 | 50 | 8F | 0 | 34 | F | 22 | 13D | 23 | 31 |
| Octal | 250 | 120 | 217 | 0 | 64 | 17 | 42 | 475 | 43 | 61 |
| Binary | 10101000 | 1010000 | 10001111 | 0 | 110100 | 1111 | 100010 | 100111101 | 100011 | 110001 |
Color Harmonies of #A8508F
Complementary color
Monochromatic Colors of #A8508F
Black with #A8508F
Text Example
Text Example
White with #A8508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8508F; }
p { color: rgb(168,80,143); }
H1.HeaderClassName
{
color: #A8508F;
}
.AnyTagClassName
{
color: #A8508F;
}
</style>
background-color css
<style>
a { background-color: #A8508F; }
a { background-color: rgb(168,80,143); }
div.DivClassName
{
background-color: #A8508F;
}
.BgClassName
{
background-color: #A8508F;
}
</style>
border-color css
<style>
span { border-color: #A8508F; }
span { border-color: rgb(168,80,143); }
td.TdClassName
{
border-color: #A8508F;
}
.TagClassName
{
border-color: #A8508F;
}
</style>