Shades of Royal Heath #AD5879
Tints of Royal Heath #AD5879
RGB
CMYK
RGB Variations
Color information
#AD5879 (or 0xAD5879) is known color: Royal Heath. HEX triplet: AD, 58 and 79. RGB value is (173,88,121). Sum of RGB (Red+Green+Blue) = 173+88+121=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5879 is #52A786. Grayscale: #757575. Windows color (decimal): -5416839 or 7952557. OLE color: 7952557.
HSL color Cylindrical-coordinate representation of color #AD5879: hue angle of 336.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 #AD5879 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 121 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.32 |
| HSL | 336.71º | 0.34% | 0.51% | - |
| HSV(B) | 336.71º | 0.49% | 0.68% | - |
| XYZ | 24.17 | 17.24 | 20.14 | - |
| YUV | 117.18 | 130.16 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 121 | 0 | 0.49 | 0.30 | 0.32 | 336.71 | 0.34 | 0.51 |
| Hex | AD | 58 | 79 | 0 | 31 | 1E | 20 | 151 | 22 | 33 |
| Octal | 255 | 130 | 171 | 0 | 61 | 36 | 40 | 521 | 42 | 63 |
| Binary | 10101101 | 1011000 | 1111001 | 0 | 110001 | 11110 | 100000 | 101010001 | 100010 | 110011 |
Color Harmonies of #AD5879
Complementary color
Monochromatic Colors of #AD5879
Black with #AD5879
Text Example
Text Example
White with #AD5879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5879; }
p { color: rgb(173,88,121); }
H1.HeaderClassName
{
color: #AD5879;
}
.AnyTagClassName
{
color: #AD5879;
}
</style>
background-color css
<style>
a { background-color: #AD5879; }
a { background-color: rgb(173,88,121); }
div.DivClassName
{
background-color: #AD5879;
}
.BgClassName
{
background-color: #AD5879;
}
</style>
border-color css
<style>
span { border-color: #AD5879; }
span { border-color: rgb(173,88,121); }
td.TdClassName
{
border-color: #AD5879;
}
.TagClassName
{
border-color: #AD5879;
}
</style>