Shades of Royal Heath #AD557C
Tints of Royal Heath #AD557C
RGB
CMYK
RGB Variations
Color information
#AD557C (or 0xAD557C) is known color: Royal Heath. HEX triplet: AD, 55 and 7C. RGB value is (173,85,124). Sum of RGB (Red+Green+Blue) = 173+85+124=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD557C is #52AA83. Grayscale: #737373. Windows color (decimal): -5417604 or 8148397. OLE color: 8148397.
HSL color Cylindrical-coordinate representation of color #AD557C: hue angle of 333.41º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD557C is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 124 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.32 |
| HSL | 333.41º | 0.35% | 0.51% | - |
| HSV(B) | 333.41º | 0.51% | 0.68% | - |
| XYZ | 24.12 | 16.84 | 21.05 | - |
| YUV | 115.76 | 132.65 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 124 | 0 | 0.51 | 0.28 | 0.32 | 333.41 | 0.35 | 0.51 |
| Hex | AD | 55 | 7C | 0 | 33 | 1C | 20 | 14D | 23 | 33 |
| Octal | 255 | 125 | 174 | 0 | 63 | 34 | 40 | 515 | 43 | 63 |
| Binary | 10101101 | 1010101 | 1111100 | 0 | 110011 | 11100 | 100000 | 101001101 | 100011 | 110011 |
Color Harmonies of #AD557C
Complementary color
Monochromatic Colors of #AD557C
Black with #AD557C
Text Example
Text Example
White with #AD557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD557C; }
p { color: rgb(173,85,124); }
H1.HeaderClassName
{
color: #AD557C;
}
.AnyTagClassName
{
color: #AD557C;
}
</style>
background-color css
<style>
a { background-color: #AD557C; }
a { background-color: rgb(173,85,124); }
div.DivClassName
{
background-color: #AD557C;
}
.BgClassName
{
background-color: #AD557C;
}
</style>
border-color css
<style>
span { border-color: #AD557C; }
span { border-color: rgb(173,85,124); }
td.TdClassName
{
border-color: #AD557C;
}
.TagClassName
{
border-color: #AD557C;
}
</style>