Shades of Royal Heath #AD547E
Tints of Royal Heath #AD547E
RGB
CMYK
RGB Variations
Color information
#AD547E (or 0xAD547E) is known color: Royal Heath. HEX triplet: AD, 54 and 7E. RGB value is (173,84,126). Sum of RGB (Red+Green+Blue) = 173+84+126=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD547E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD547E is #52AB81. Grayscale: #737373. Windows color (decimal): -5417858 or 8279213. OLE color: 8279213.
HSL color Cylindrical-coordinate representation of color #AD547E: hue angle of 331.69º 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 #AD547E is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 126 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.32 |
| HSL | 331.69º | 0.35% | 0.5% | - |
| HSV(B) | 331.69º | 0.51% | 0.68% | - |
| XYZ | 24.17 | 16.73 | 21.69 | - |
| YUV | 115.4 | 133.99 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 126 | 0 | 0.51 | 0.27 | 0.32 | 331.69 | 0.35 | 0.5 |
| Hex | AD | 54 | 7E | 0 | 33 | 1B | 20 | 14C | 23 | 32 |
| Octal | 255 | 124 | 176 | 0 | 63 | 33 | 40 | 514 | 43 | 62 |
| Binary | 10101101 | 1010100 | 1111110 | 0 | 110011 | 11011 | 100000 | 101001100 | 100011 | 110010 |
Color Harmonies of #AD547E
Complementary color
Monochromatic Colors of #AD547E
Black with #AD547E
Text Example
Text Example
White with #AD547E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD547E; }
p { color: rgb(173,84,126); }
H1.HeaderClassName
{
color: #AD547E;
}
.AnyTagClassName
{
color: #AD547E;
}
</style>
background-color css
<style>
a { background-color: #AD547E; }
a { background-color: rgb(173,84,126); }
div.DivClassName
{
background-color: #AD547E;
}
.BgClassName
{
background-color: #AD547E;
}
</style>
border-color css
<style>
span { border-color: #AD547E; }
span { border-color: rgb(173,84,126); }
td.TdClassName
{
border-color: #AD547E;
}
.TagClassName
{
border-color: #AD547E;
}
</style>