Shades of Royal Heath #AD547F
Tints of Royal Heath #AD547F
RGB
CMYK
RGB Variations
Color information
#AD547F (or 0xAD547F) is known color: Royal Heath. HEX triplet: AD, 54 and 7F. RGB value is (173,84,127). Sum of RGB (Red+Green+Blue) = 173+84+127=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD547F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD547F is #52AB80. Grayscale: #737373. Windows color (decimal): -5417857 or 8344749. OLE color: 8344749.
HSL color Cylindrical-coordinate representation of color #AD547F: hue angle of 331.01º 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 #AD547F is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 127 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.32 |
| HSL | 331.01º | 0.35% | 0.5% | - |
| HSV(B) | 331.01º | 0.51% | 0.68% | - |
| XYZ | 24.23 | 16.76 | 22.04 | - |
| YUV | 115.51 | 134.49 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 127 | 0 | 0.51 | 0.27 | 0.32 | 331.01 | 0.35 | 0.5 |
| Hex | AD | 54 | 7F | 0 | 33 | 1B | 20 | 14B | 23 | 32 |
| Octal | 255 | 124 | 177 | 0 | 63 | 33 | 40 | 513 | 43 | 62 |
| Binary | 10101101 | 1010100 | 1111111 | 0 | 110011 | 11011 | 100000 | 101001011 | 100011 | 110010 |
Color Harmonies of #AD547F
Complementary color
Monochromatic Colors of #AD547F
Black with #AD547F
Text Example
Text Example
White with #AD547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD547F; }
p { color: rgb(173,84,127); }
H1.HeaderClassName
{
color: #AD547F;
}
.AnyTagClassName
{
color: #AD547F;
}
</style>
background-color css
<style>
a { background-color: #AD547F; }
a { background-color: rgb(173,84,127); }
div.DivClassName
{
background-color: #AD547F;
}
.BgClassName
{
background-color: #AD547F;
}
</style>
border-color css
<style>
span { border-color: #AD547F; }
span { border-color: rgb(173,84,127); }
td.TdClassName
{
border-color: #AD547F;
}
.TagClassName
{
border-color: #AD547F;
}
</style>