Shades of Royal Heath #AD5485
Tints of Royal Heath #AD5485
RGB
CMYK
RGB Variations
Color information
#AD5485 (or 0xAD5485) is known color: Royal Heath. HEX triplet: AD, 54 and 85. RGB value is (173,84,133). Sum of RGB (Red+Green+Blue) = 173+84+133=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5485 is #52AB7A. Grayscale: #747474. Windows color (decimal): -5417851 or 8737965. OLE color: 8737965.
HSL color Cylindrical-coordinate representation of color #AD5485: hue angle of 326.97º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5485 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 133 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.32 |
| HSL | 326.97º | 0.35% | 0.5% | - |
| HSV(B) | 326.97º | 0.51% | 0.68% | - |
| XYZ | 24.64 | 16.92 | 24.16 | - |
| YUV | 116.2 | 137.49 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 133 | 0 | 0.51 | 0.23 | 0.32 | 326.97 | 0.35 | 0.5 |
| Hex | AD | 54 | 85 | 0 | 33 | 17 | 20 | 147 | 23 | 32 |
| Octal | 255 | 124 | 205 | 0 | 63 | 27 | 40 | 507 | 43 | 62 |
| Binary | 10101101 | 1010100 | 10000101 | 0 | 110011 | 10111 | 100000 | 101000111 | 100011 | 110010 |
Color Harmonies of #AD5485
Complementary color
Monochromatic Colors of #AD5485
Black with #AD5485
Text Example
Text Example
White with #AD5485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5485; }
p { color: rgb(173,84,133); }
H1.HeaderClassName
{
color: #AD5485;
}
.AnyTagClassName
{
color: #AD5485;
}
</style>
background-color css
<style>
a { background-color: #AD5485; }
a { background-color: rgb(173,84,133); }
div.DivClassName
{
background-color: #AD5485;
}
.BgClassName
{
background-color: #AD5485;
}
</style>
border-color css
<style>
span { border-color: #AD5485; }
span { border-color: rgb(173,84,133); }
td.TdClassName
{
border-color: #AD5485;
}
.TagClassName
{
border-color: #AD5485;
}
</style>