Shades of Royal Heath #AD577D
Tints of Royal Heath #AD577D
RGB
CMYK
RGB Variations
Color information
#AD577D (or 0xAD577D) is known color: Royal Heath. HEX triplet: AD, 57 and 7D. RGB value is (173,87,125). Sum of RGB (Red+Green+Blue) = 173+87+125=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD577D is #52A882. Grayscale: #747474. Windows color (decimal): -5417091 or 8214445. OLE color: 8214445.
HSL color Cylindrical-coordinate representation of color #AD577D: hue angle of 333.49º 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 #AD577D is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 125 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.32 |
| HSL | 333.49º | 0.34% | 0.51% | - |
| HSV(B) | 333.49º | 0.5% | 0.68% | - |
| XYZ | 24.34 | 17.18 | 21.44 | - |
| YUV | 117.05 | 132.49 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 125 | 0 | 0.50 | 0.28 | 0.32 | 333.49 | 0.34 | 0.51 |
| Hex | AD | 57 | 7D | 0 | 32 | 1C | 20 | 14D | 22 | 33 |
| Octal | 255 | 127 | 175 | 0 | 62 | 34 | 40 | 515 | 42 | 63 |
| Binary | 10101101 | 1010111 | 1111101 | 0 | 110010 | 11100 | 100000 | 101001101 | 100010 | 110011 |
Color Harmonies of #AD577D
Complementary color
Monochromatic Colors of #AD577D
Black with #AD577D
Text Example
Text Example
White with #AD577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD577D; }
p { color: rgb(173,87,125); }
H1.HeaderClassName
{
color: #AD577D;
}
.AnyTagClassName
{
color: #AD577D;
}
</style>
background-color css
<style>
a { background-color: #AD577D; }
a { background-color: rgb(173,87,125); }
div.DivClassName
{
background-color: #AD577D;
}
.BgClassName
{
background-color: #AD577D;
}
</style>
border-color css
<style>
span { border-color: #AD577D; }
span { border-color: rgb(173,87,125); }
td.TdClassName
{
border-color: #AD577D;
}
.TagClassName
{
border-color: #AD577D;
}
</style>