Shades of Mulberry #AD4B92
Tints of Mulberry #AD4B92
RGB
CMYK
RGB Variations
Color information
#AD4B92 (or 0xAD4B92) is known color: Mulberry. HEX triplet: AD, 4B and 92. RGB value is (173,75,146). Sum of RGB (Red+Green+Blue) = 173+75+146=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4B92 is #52B46D. Grayscale: #707070. Windows color (decimal): -5420142 or 9587629. OLE color: 9587629.
HSL color Cylindrical-coordinate representation of color #AD4B92: hue angle of 316.53º 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 #AD4B92 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 75 | 146 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.32 |
| HSL | 316.53º | 0.4% | 0.49% | - |
| HSV(B) | 316.53º | 0.57% | 0.68% | - |
| XYZ | 24.94 | 15.99 | 28.97 | - |
| YUV | 112.4 | 146.97 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 146 | 0 | 0.57 | 0.16 | 0.32 | 316.53 | 0.4 | 0.49 |
| Hex | AD | 4B | 92 | 0 | 39 | 10 | 20 | 13D | 28 | 31 |
| Octal | 255 | 113 | 222 | 0 | 71 | 20 | 40 | 475 | 50 | 61 |
| Binary | 10101101 | 1001011 | 10010010 | 0 | 111001 | 10000 | 100000 | 100111101 | 101000 | 110001 |
Color Harmonies of #AD4B92
Complementary color
Monochromatic Colors of #AD4B92
Black with #AD4B92
Text Example
Text Example
White with #AD4B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4B92; }
p { color: rgb(173,75,146); }
H1.HeaderClassName
{
color: #AD4B92;
}
.AnyTagClassName
{
color: #AD4B92;
}
</style>
background-color css
<style>
a { background-color: #AD4B92; }
a { background-color: rgb(173,75,146); }
div.DivClassName
{
background-color: #AD4B92;
}
.BgClassName
{
background-color: #AD4B92;
}
</style>
border-color css
<style>
span { border-color: #AD4B92; }
span { border-color: rgb(173,75,146); }
td.TdClassName
{
border-color: #AD4B92;
}
.TagClassName
{
border-color: #AD4B92;
}
</style>