Shades of Royal Heath #AD5174
Tints of Royal Heath #AD5174
RGB
CMYK
RGB Variations
Color information
#AD5174 (or 0xAD5174) is known color: Royal Heath. HEX triplet: AD, 51 and 74. RGB value is (173,81,116). Sum of RGB (Red+Green+Blue) = 173+81+116=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5174 is #52AE8B. Grayscale: #707070. Windows color (decimal): -5418636 or 7623085. OLE color: 7623085.
HSL color Cylindrical-coordinate representation of color #AD5174: hue angle of 337.17º 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 #AD5174 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 81 | 116 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.32 |
| HSL | 337.17º | 0.36% | 0.5% | - |
| HSV(B) | 337.17º | 0.53% | 0.68% | - |
| XYZ | 23.33 | 16.03 | 18.39 | - |
| YUV | 112.5 | 129.98 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 116 | 0 | 0.53 | 0.33 | 0.32 | 337.17 | 0.36 | 0.5 |
| Hex | AD | 51 | 74 | 0 | 35 | 21 | 20 | 151 | 24 | 32 |
| Octal | 255 | 121 | 164 | 0 | 65 | 41 | 40 | 521 | 44 | 62 |
| Binary | 10101101 | 1010001 | 1110100 | 0 | 110101 | 100001 | 100000 | 101010001 | 100100 | 110010 |
Color Harmonies of #AD5174
Complementary color
Monochromatic Colors of #AD5174
Black with #AD5174
Text Example
Text Example
White with #AD5174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5174; }
p { color: rgb(173,81,116); }
H1.HeaderClassName
{
color: #AD5174;
}
.AnyTagClassName
{
color: #AD5174;
}
</style>
background-color css
<style>
a { background-color: #AD5174; }
a { background-color: rgb(173,81,116); }
div.DivClassName
{
background-color: #AD5174;
}
.BgClassName
{
background-color: #AD5174;
}
</style>
border-color css
<style>
span { border-color: #AD5174; }
span { border-color: rgb(173,81,116); }
td.TdClassName
{
border-color: #AD5174;
}
.TagClassName
{
border-color: #AD5174;
}
</style>