Shades of Royal Heath #AD4778
Tints of Royal Heath #AD4778
RGB
CMYK
RGB Variations
Color information
#AD4778 (or 0xAD4778) is known color: Royal Heath. HEX triplet: AD, 47 and 78. RGB value is (173,71,120). Sum of RGB (Red+Green+Blue) = 173+71+120=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4778 is #52B887. Grayscale: #6A6A6A. Windows color (decimal): -5421192 or 7882669. OLE color: 7882669.
HSL color Cylindrical-coordinate representation of color #AD4778: hue angle of 331.18º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD4778 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 71 | 120 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.32 |
| HSL | 331.18º | 0.42% | 0.48% | - |
| HSV(B) | 331.18º | 0.59% | 0.68% | - |
| XYZ | 22.88 | 14.75 | 19.41 | - |
| YUV | 107.08 | 135.29 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 120 | 0 | 0.59 | 0.31 | 0.32 | 331.18 | 0.42 | 0.48 |
| Hex | AD | 47 | 78 | 0 | 3B | 1F | 20 | 14B | 2A | 30 |
| Octal | 255 | 107 | 170 | 0 | 73 | 37 | 40 | 513 | 52 | 60 |
| Binary | 10101101 | 1000111 | 1111000 | 0 | 111011 | 11111 | 100000 | 101001011 | 101010 | 110000 |
Color Harmonies of #AD4778
Complementary color
Monochromatic Colors of #AD4778
Black with #AD4778
Text Example
Text Example
White with #AD4778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4778; }
p { color: rgb(173,71,120); }
H1.HeaderClassName
{
color: #AD4778;
}
.AnyTagClassName
{
color: #AD4778;
}
</style>
background-color css
<style>
a { background-color: #AD4778; }
a { background-color: rgb(173,71,120); }
div.DivClassName
{
background-color: #AD4778;
}
.BgClassName
{
background-color: #AD4778;
}
</style>
border-color css
<style>
span { border-color: #AD4778; }
span { border-color: rgb(173,71,120); }
td.TdClassName
{
border-color: #AD4778;
}
.TagClassName
{
border-color: #AD4778;
}
</style>