Shades of Mulberry #AD4B93
Tints of Mulberry #AD4B93
RGB
CMYK
RGB Variations
Color information
#AD4B93 (or 0xAD4B93) is known color: Mulberry. HEX triplet: AD, 4B and 93. RGB value is (173,75,147). Sum of RGB (Red+Green+Blue) = 173+75+147=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4B93 is #52B46C. Grayscale: #707070. Windows color (decimal): -5420141 or 9653165. OLE color: 9653165.
HSL color Cylindrical-coordinate representation of color #AD4B93: hue angle of 315.92º 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 #AD4B93 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 75 | 147 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.32 |
| HSL | 315.92º | 0.4% | 0.49% | - |
| HSV(B) | 315.92º | 0.57% | 0.68% | - |
| XYZ | 25.02 | 16.02 | 29.38 | - |
| YUV | 112.51 | 147.47 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 147 | 0 | 0.57 | 0.15 | 0.32 | 315.92 | 0.4 | 0.49 |
| Hex | AD | 4B | 93 | 0 | 39 | F | 20 | 13C | 28 | 31 |
| Octal | 255 | 113 | 223 | 0 | 71 | 17 | 40 | 474 | 50 | 61 |
| Binary | 10101101 | 1001011 | 10010011 | 0 | 111001 | 1111 | 100000 | 100111100 | 101000 | 110001 |
Color Harmonies of #AD4B93
Complementary color
Monochromatic Colors of #AD4B93
Black with #AD4B93
Text Example
Text Example
White with #AD4B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4B93; }
p { color: rgb(173,75,147); }
H1.HeaderClassName
{
color: #AD4B93;
}
.AnyTagClassName
{
color: #AD4B93;
}
</style>
background-color css
<style>
a { background-color: #AD4B93; }
a { background-color: rgb(173,75,147); }
div.DivClassName
{
background-color: #AD4B93;
}
.BgClassName
{
background-color: #AD4B93;
}
</style>
border-color css
<style>
span { border-color: #AD4B93; }
span { border-color: rgb(173,75,147); }
td.TdClassName
{
border-color: #AD4B93;
}
.TagClassName
{
border-color: #AD4B93;
}
</style>