Shades of Royal Heath #AD4978
Tints of Royal Heath #AD4978
RGB
CMYK
RGB Variations
Color information
#AD4978 (or 0xAD4978) is known color: Royal Heath. HEX triplet: AD, 49 and 78. RGB value is (173,73,120). Sum of RGB (Red+Green+Blue) = 173+73+120=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4978 is #52B687. Grayscale: #6C6C6C. Windows color (decimal): -5420680 or 7883181. OLE color: 7883181.
HSL color Cylindrical-coordinate representation of color #AD4978: hue angle of 331.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD4978 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 120 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.32 |
| HSL | 331.8º | 0.41% | 0.48% | - |
| HSV(B) | 331.8º | 0.58% | 0.68% | - |
| XYZ | 23.01 | 15.01 | 19.45 | - |
| YUV | 108.26 | 134.63 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 120 | 0 | 0.58 | 0.31 | 0.32 | 331.8 | 0.41 | 0.48 |
| Hex | AD | 49 | 78 | 0 | 3A | 1F | 20 | 14C | 29 | 30 |
| Octal | 255 | 111 | 170 | 0 | 72 | 37 | 40 | 514 | 51 | 60 |
| Binary | 10101101 | 1001001 | 1111000 | 0 | 111010 | 11111 | 100000 | 101001100 | 101001 | 110000 |
Color Harmonies of #AD4978
Complementary color
Monochromatic Colors of #AD4978
Black with #AD4978
Text Example
Text Example
White with #AD4978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4978; }
p { color: rgb(173,73,120); }
H1.HeaderClassName
{
color: #AD4978;
}
.AnyTagClassName
{
color: #AD4978;
}
</style>
background-color css
<style>
a { background-color: #AD4978; }
a { background-color: rgb(173,73,120); }
div.DivClassName
{
background-color: #AD4978;
}
.BgClassName
{
background-color: #AD4978;
}
</style>
border-color css
<style>
span { border-color: #AD4978; }
span { border-color: rgb(173,73,120); }
td.TdClassName
{
border-color: #AD4978;
}
.TagClassName
{
border-color: #AD4978;
}
</style>