Shades of Mulberry #AD528A
Tints of Mulberry #AD528A
RGB
CMYK
RGB Variations
Color information
#AD528A (or 0xAD528A) is known color: Mulberry. HEX triplet: AD, 52 and 8A. RGB value is (173,82,138). Sum of RGB (Red+Green+Blue) = 173+82+138=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD528A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD528A is #52AD75. Grayscale: #737373. Windows color (decimal): -5418358 or 9065133. OLE color: 9065133.
HSL color Cylindrical-coordinate representation of color #AD528A: hue angle of 323.08º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD528A is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 138 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.32 |
| HSL | 323.08º | 0.36% | 0.5% | - |
| HSV(B) | 323.08º | 0.53% | 0.68% | - |
| XYZ | 24.84 | 16.75 | 25.97 | - |
| YUV | 115.59 | 140.65 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 138 | 0 | 0.53 | 0.20 | 0.32 | 323.08 | 0.36 | 0.5 |
| Hex | AD | 52 | 8A | 0 | 35 | 14 | 20 | 143 | 24 | 32 |
| Octal | 255 | 122 | 212 | 0 | 65 | 24 | 40 | 503 | 44 | 62 |
| Binary | 10101101 | 1010010 | 10001010 | 0 | 110101 | 10100 | 100000 | 101000011 | 100100 | 110010 |
Color Harmonies of #AD528A
Complementary color
Monochromatic Colors of #AD528A
Black with #AD528A
Text Example
Text Example
White with #AD528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD528A; }
p { color: rgb(173,82,138); }
H1.HeaderClassName
{
color: #AD528A;
}
.AnyTagClassName
{
color: #AD528A;
}
</style>
background-color css
<style>
a { background-color: #AD528A; }
a { background-color: rgb(173,82,138); }
div.DivClassName
{
background-color: #AD528A;
}
.BgClassName
{
background-color: #AD528A;
}
</style>
border-color css
<style>
span { border-color: #AD528A; }
span { border-color: rgb(173,82,138); }
td.TdClassName
{
border-color: #AD528A;
}
.TagClassName
{
border-color: #AD528A;
}
</style>