Shades of Royal Heath #AD577C
Tints of Royal Heath #AD577C
RGB
CMYK
RGB Variations
Color information
#AD577C (or 0xAD577C) is known color: Royal Heath. HEX triplet: AD, 57 and 7C. RGB value is (173,87,124). Sum of RGB (Red+Green+Blue) = 173+87+124=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD577C is #52A883. Grayscale: #747474. Windows color (decimal): -5417092 or 8148909. OLE color: 8148909.
HSL color Cylindrical-coordinate representation of color #AD577C: hue angle of 334.19º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD577C is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 124 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.32 |
| HSL | 334.19º | 0.34% | 0.51% | - |
| HSV(B) | 334.19º | 0.5% | 0.68% | - |
| XYZ | 24.28 | 17.16 | 21.1 | - |
| YUV | 116.93 | 131.99 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 124 | 0 | 0.50 | 0.28 | 0.32 | 334.19 | 0.34 | 0.51 |
| Hex | AD | 57 | 7C | 0 | 32 | 1C | 20 | 14E | 22 | 33 |
| Octal | 255 | 127 | 174 | 0 | 62 | 34 | 40 | 516 | 42 | 63 |
| Binary | 10101101 | 1010111 | 1111100 | 0 | 110010 | 11100 | 100000 | 101001110 | 100010 | 110011 |
Color Harmonies of #AD577C
Complementary color
Monochromatic Colors of #AD577C
Black with #AD577C
Text Example
Text Example
White with #AD577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD577C; }
p { color: rgb(173,87,124); }
H1.HeaderClassName
{
color: #AD577C;
}
.AnyTagClassName
{
color: #AD577C;
}
</style>
background-color css
<style>
a { background-color: #AD577C; }
a { background-color: rgb(173,87,124); }
div.DivClassName
{
background-color: #AD577C;
}
.BgClassName
{
background-color: #AD577C;
}
</style>
border-color css
<style>
span { border-color: #AD577C; }
span { border-color: rgb(173,87,124); }
td.TdClassName
{
border-color: #AD577C;
}
.TagClassName
{
border-color: #AD577C;
}
</style>