Shades of Royal Heath #AD5479
Tints of Royal Heath #AD5479
RGB
CMYK
RGB Variations
Color information
#AD5479 (or 0xAD5479) is known color: Royal Heath. HEX triplet: AD, 54 and 79. RGB value is (173,84,121). Sum of RGB (Red+Green+Blue) = 173+84+121=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5479 is #52AB86. Grayscale: #727272. Windows color (decimal): -5417863 or 7951533. OLE color: 7951533.
HSL color Cylindrical-coordinate representation of color #AD5479: hue angle of 335.06º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5479 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 121 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.32 |
| HSL | 335.06º | 0.35% | 0.5% | - |
| HSV(B) | 335.06º | 0.51% | 0.68% | - |
| XYZ | 23.86 | 16.61 | 20.04 | - |
| YUV | 114.83 | 131.49 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 121 | 0 | 0.51 | 0.30 | 0.32 | 335.06 | 0.35 | 0.5 |
| Hex | AD | 54 | 79 | 0 | 33 | 1E | 20 | 14F | 23 | 32 |
| Octal | 255 | 124 | 171 | 0 | 63 | 36 | 40 | 517 | 43 | 62 |
| Binary | 10101101 | 1010100 | 1111001 | 0 | 110011 | 11110 | 100000 | 101001111 | 100011 | 110010 |
Color Harmonies of #AD5479
Complementary color
Monochromatic Colors of #AD5479
Black with #AD5479
Text Example
Text Example
White with #AD5479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5479; }
p { color: rgb(173,84,121); }
H1.HeaderClassName
{
color: #AD5479;
}
.AnyTagClassName
{
color: #AD5479;
}
</style>
background-color css
<style>
a { background-color: #AD5479; }
a { background-color: rgb(173,84,121); }
div.DivClassName
{
background-color: #AD5479;
}
.BgClassName
{
background-color: #AD5479;
}
</style>
border-color css
<style>
span { border-color: #AD5479; }
span { border-color: rgb(173,84,121); }
td.TdClassName
{
border-color: #AD5479;
}
.TagClassName
{
border-color: #AD5479;
}
</style>