Shades of Royal Heath #AD5178
Tints of Royal Heath #AD5178
RGB
CMYK
RGB Variations
Color information
#AD5178 (or 0xAD5178) is known color: Royal Heath. HEX triplet: AD, 51 and 78. RGB value is (173,81,120). Sum of RGB (Red+Green+Blue) = 173+81+120=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5178 is #52AE87. Grayscale: #707070. Windows color (decimal): -5418632 or 7885229. OLE color: 7885229.
HSL color Cylindrical-coordinate representation of color #AD5178: hue angle of 334.57º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD5178 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 81 | 120 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.32 |
| HSL | 334.57º | 0.36% | 0.5% | - |
| HSV(B) | 334.57º | 0.53% | 0.68% | - |
| XYZ | 23.57 | 16.13 | 19.64 | - |
| YUV | 112.95 | 131.98 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 120 | 0 | 0.53 | 0.31 | 0.32 | 334.57 | 0.36 | 0.5 |
| Hex | AD | 51 | 78 | 0 | 35 | 1F | 20 | 14F | 24 | 32 |
| Octal | 255 | 121 | 170 | 0 | 65 | 37 | 40 | 517 | 44 | 62 |
| Binary | 10101101 | 1010001 | 1111000 | 0 | 110101 | 11111 | 100000 | 101001111 | 100100 | 110010 |
Color Harmonies of #AD5178
Complementary color
Monochromatic Colors of #AD5178
Black with #AD5178
Text Example
Text Example
White with #AD5178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5178; }
p { color: rgb(173,81,120); }
H1.HeaderClassName
{
color: #AD5178;
}
.AnyTagClassName
{
color: #AD5178;
}
</style>
background-color css
<style>
a { background-color: #AD5178; }
a { background-color: rgb(173,81,120); }
div.DivClassName
{
background-color: #AD5178;
}
.BgClassName
{
background-color: #AD5178;
}
</style>
border-color css
<style>
span { border-color: #AD5178; }
span { border-color: rgb(173,81,120); }
td.TdClassName
{
border-color: #AD5178;
}
.TagClassName
{
border-color: #AD5178;
}
</style>