Shades of Royal Heath #AD597B
Tints of Royal Heath #AD597B
RGB
CMYK
RGB Variations
Color information
#AD597B (or 0xAD597B) is known color: Royal Heath. HEX triplet: AD, 59 and 7B. RGB value is (173,89,123). Sum of RGB (Red+Green+Blue) = 173+89+123=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD597B is #52A684. Grayscale: #757575. Windows color (decimal): -5416581 or 8083885. OLE color: 8083885.
HSL color Cylindrical-coordinate representation of color #AD597B: hue angle of 335.71º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD597B is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 123 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.32 |
| HSL | 335.71º | 0.34% | 0.51% | - |
| HSV(B) | 335.71º | 0.49% | 0.68% | - |
| XYZ | 24.38 | 17.46 | 20.82 | - |
| YUV | 117.99 | 130.83 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 123 | 0 | 0.49 | 0.29 | 0.32 | 335.71 | 0.34 | 0.51 |
| Hex | AD | 59 | 7B | 0 | 31 | 1D | 20 | 150 | 22 | 33 |
| Octal | 255 | 131 | 173 | 0 | 61 | 35 | 40 | 520 | 42 | 63 |
| Binary | 10101101 | 1011001 | 1111011 | 0 | 110001 | 11101 | 100000 | 101010000 | 100010 | 110011 |
Color Harmonies of #AD597B
Complementary color
Monochromatic Colors of #AD597B
Black with #AD597B
Text Example
Text Example
White with #AD597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD597B; }
p { color: rgb(173,89,123); }
H1.HeaderClassName
{
color: #AD597B;
}
.AnyTagClassName
{
color: #AD597B;
}
</style>
background-color css
<style>
a { background-color: #AD597B; }
a { background-color: rgb(173,89,123); }
div.DivClassName
{
background-color: #AD597B;
}
.BgClassName
{
background-color: #AD597B;
}
</style>
border-color css
<style>
span { border-color: #AD597B; }
span { border-color: rgb(173,89,123); }
td.TdClassName
{
border-color: #AD597B;
}
.TagClassName
{
border-color: #AD597B;
}
</style>