Shades of Mulberry #AD4B8A
Tints of Mulberry #AD4B8A
RGB
CMYK
RGB Variations
Color information
#AD4B8A (or 0xAD4B8A) is known color: Mulberry. HEX triplet: AD, 4B and 8A. RGB value is (173,75,138). Sum of RGB (Red+Green+Blue) = 173+75+138=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4B8A is #52B475. Grayscale: #6F6F6F. Windows color (decimal): -5420150 or 9063341. OLE color: 9063341.
HSL color Cylindrical-coordinate representation of color #AD4B8A: hue angle of 321.43º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD4B8A is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 75 | 138 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.32 |
| HSL | 321.43º | 0.4% | 0.49% | - |
| HSV(B) | 321.43º | 0.57% | 0.68% | - |
| XYZ | 24.34 | 15.75 | 25.8 | - |
| YUV | 111.48 | 142.97 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 138 | 0 | 0.57 | 0.20 | 0.32 | 321.43 | 0.4 | 0.49 |
| Hex | AD | 4B | 8A | 0 | 39 | 14 | 20 | 141 | 28 | 31 |
| Octal | 255 | 113 | 212 | 0 | 71 | 24 | 40 | 501 | 50 | 61 |
| Binary | 10101101 | 1001011 | 10001010 | 0 | 111001 | 10100 | 100000 | 101000001 | 101000 | 110001 |
Color Harmonies of #AD4B8A
Complementary color
Monochromatic Colors of #AD4B8A
Black with #AD4B8A
Text Example
Text Example
White with #AD4B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4B8A; }
p { color: rgb(173,75,138); }
H1.HeaderClassName
{
color: #AD4B8A;
}
.AnyTagClassName
{
color: #AD4B8A;
}
</style>
background-color css
<style>
a { background-color: #AD4B8A; }
a { background-color: rgb(173,75,138); }
div.DivClassName
{
background-color: #AD4B8A;
}
.BgClassName
{
background-color: #AD4B8A;
}
</style>
border-color css
<style>
span { border-color: #AD4B8A; }
span { border-color: rgb(173,75,138); }
td.TdClassName
{
border-color: #AD4B8A;
}
.TagClassName
{
border-color: #AD4B8A;
}
</style>