Shades of Mulberry #AD488E
Tints of Mulberry #AD488E
RGB
CMYK
RGB Variations
Color information
#AD488E (or 0xAD488E) is known color: Mulberry. HEX triplet: AD, 48 and 8E. RGB value is (173,72,142). Sum of RGB (Red+Green+Blue) = 173+72+142=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD488E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD488E is #52B771. Grayscale: #6E6E6E. Windows color (decimal): -5420914 or 9324717. OLE color: 9324717.
HSL color Cylindrical-coordinate representation of color #AD488E: hue angle of 318.42º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD488E is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 72 | 142 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.32 |
| HSL | 318.42º | 0.41% | 0.48% | - |
| HSV(B) | 318.42º | 0.58% | 0.68% | - |
| XYZ | 24.43 | 15.47 | 27.29 | - |
| YUV | 110.18 | 145.96 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 142 | 0 | 0.58 | 0.18 | 0.32 | 318.42 | 0.41 | 0.48 |
| Hex | AD | 48 | 8E | 0 | 3A | 12 | 20 | 13E | 29 | 30 |
| Octal | 255 | 110 | 216 | 0 | 72 | 22 | 40 | 476 | 51 | 60 |
| Binary | 10101101 | 1001000 | 10001110 | 0 | 111010 | 10010 | 100000 | 100111110 | 101001 | 110000 |
Color Harmonies of #AD488E
Complementary color
Monochromatic Colors of #AD488E
Black with #AD488E
Text Example
Text Example
White with #AD488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD488E; }
p { color: rgb(173,72,142); }
H1.HeaderClassName
{
color: #AD488E;
}
.AnyTagClassName
{
color: #AD488E;
}
</style>
background-color css
<style>
a { background-color: #AD488E; }
a { background-color: rgb(173,72,142); }
div.DivClassName
{
background-color: #AD488E;
}
.BgClassName
{
background-color: #AD488E;
}
</style>
border-color css
<style>
span { border-color: #AD488E; }
span { border-color: rgb(173,72,142); }
td.TdClassName
{
border-color: #AD488E;
}
.TagClassName
{
border-color: #AD488E;
}
</style>