Shades of Mulberry #AD5C93
Tints of Mulberry #AD5C93
RGB
CMYK
RGB Variations
Color information
#AD5C93 (or 0xAD5C93) is known color: Mulberry. HEX triplet: AD, 5C and 93. RGB value is (173,92,147). Sum of RGB (Red+Green+Blue) = 173+92+147=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5C93 is #52A36C. Grayscale: #7A7A7A. Windows color (decimal): -5415789 or 9657517. OLE color: 9657517.
HSL color Cylindrical-coordinate representation of color #AD5C93: hue angle of 319.26º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD5C93 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 92 | 147 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.32 |
| HSL | 319.26º | 0.33% | 0.52% | - |
| HSV(B) | 319.26º | 0.47% | 0.68% | - |
| XYZ | 26.33 | 18.65 | 29.82 | - |
| YUV | 122.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 147 | 0 | 0.47 | 0.15 | 0.32 | 319.26 | 0.33 | 0.52 |
| Hex | AD | 5C | 93 | 0 | 2F | F | 20 | 13F | 21 | 34 |
| Octal | 255 | 134 | 223 | 0 | 57 | 17 | 40 | 477 | 41 | 64 |
| Binary | 10101101 | 1011100 | 10010011 | 0 | 101111 | 1111 | 100000 | 100111111 | 100001 | 110100 |
Color Harmonies of #AD5C93
Complementary color
Monochromatic Colors of #AD5C93
Black with #AD5C93
Text Example
Text Example
White with #AD5C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5C93; }
p { color: rgb(173,92,147); }
H1.HeaderClassName
{
color: #AD5C93;
}
.AnyTagClassName
{
color: #AD5C93;
}
</style>
background-color css
<style>
a { background-color: #AD5C93; }
a { background-color: rgb(173,92,147); }
div.DivClassName
{
background-color: #AD5C93;
}
.BgClassName
{
background-color: #AD5C93;
}
</style>
border-color css
<style>
span { border-color: #AD5C93; }
span { border-color: rgb(173,92,147); }
td.TdClassName
{
border-color: #AD5C93;
}
.TagClassName
{
border-color: #AD5C93;
}
</style>