Shades of Mulberry #AD538A
Tints of Mulberry #AD538A
RGB
CMYK
RGB Variations
Color information
#AD538A (or 0xAD538A) is known color: Mulberry. HEX triplet: AD, 53 and 8A. RGB value is (173,83,138). Sum of RGB (Red+Green+Blue) = 173+83+138=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD538A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD538A is #52AC75. Grayscale: #747474. Windows color (decimal): -5418102 or 9065389. OLE color: 9065389.
HSL color Cylindrical-coordinate representation of color #AD538A: hue angle of 323.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD538A is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 138 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.32 |
| HSL | 323.33º | 0.35% | 0.5% | - |
| HSV(B) | 323.33º | 0.52% | 0.68% | - |
| XYZ | 24.91 | 16.91 | 25.99 | - |
| YUV | 116.18 | 140.32 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 138 | 0 | 0.52 | 0.20 | 0.32 | 323.33 | 0.35 | 0.5 |
| Hex | AD | 53 | 8A | 0 | 34 | 14 | 20 | 143 | 23 | 32 |
| Octal | 255 | 123 | 212 | 0 | 64 | 24 | 40 | 503 | 43 | 62 |
| Binary | 10101101 | 1010011 | 10001010 | 0 | 110100 | 10100 | 100000 | 101000011 | 100011 | 110010 |
Color Harmonies of #AD538A
Complementary color
Monochromatic Colors of #AD538A
Black with #AD538A
Text Example
Text Example
White with #AD538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD538A; }
p { color: rgb(173,83,138); }
H1.HeaderClassName
{
color: #AD538A;
}
.AnyTagClassName
{
color: #AD538A;
}
</style>
background-color css
<style>
a { background-color: #AD538A; }
a { background-color: rgb(173,83,138); }
div.DivClassName
{
background-color: #AD538A;
}
.BgClassName
{
background-color: #AD538A;
}
</style>
border-color css
<style>
span { border-color: #AD538A; }
span { border-color: rgb(173,83,138); }
td.TdClassName
{
border-color: #AD538A;
}
.TagClassName
{
border-color: #AD538A;
}
</style>