Shades of Royal Heath #AD5184
Tints of Royal Heath #AD5184
RGB
CMYK
RGB Variations
Color information
#AD5184 (or 0xAD5184) is known color: Royal Heath. HEX triplet: AD, 51 and 84. RGB value is (173,81,132). Sum of RGB (Red+Green+Blue) = 173+81+132=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5184 is #52AE7B. Grayscale: #727272. Windows color (decimal): -5418620 or 8671661. OLE color: 8671661.
HSL color Cylindrical-coordinate representation of color #AD5184: hue angle of 326.74º 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 #AD5184 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 81 | 132 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.32 |
| HSL | 326.74º | 0.36% | 0.5% | - |
| HSV(B) | 326.74º | 0.53% | 0.68% | - |
| XYZ | 24.34 | 16.44 | 23.72 | - |
| YUV | 114.32 | 137.98 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 132 | 0 | 0.53 | 0.24 | 0.32 | 326.74 | 0.36 | 0.5 |
| Hex | AD | 51 | 84 | 0 | 35 | 18 | 20 | 147 | 24 | 32 |
| Octal | 255 | 121 | 204 | 0 | 65 | 30 | 40 | 507 | 44 | 62 |
| Binary | 10101101 | 1010001 | 10000100 | 0 | 110101 | 11000 | 100000 | 101000111 | 100100 | 110010 |
Color Harmonies of #AD5184
Complementary color
Monochromatic Colors of #AD5184
Black with #AD5184
Text Example
Text Example
White with #AD5184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5184; }
p { color: rgb(173,81,132); }
H1.HeaderClassName
{
color: #AD5184;
}
.AnyTagClassName
{
color: #AD5184;
}
</style>
background-color css
<style>
a { background-color: #AD5184; }
a { background-color: rgb(173,81,132); }
div.DivClassName
{
background-color: #AD5184;
}
.BgClassName
{
background-color: #AD5184;
}
</style>
border-color css
<style>
span { border-color: #AD5184; }
span { border-color: rgb(173,81,132); }
td.TdClassName
{
border-color: #AD5184;
}
.TagClassName
{
border-color: #AD5184;
}
</style>