Shades of Royal Heath #AD487E
Tints of Royal Heath #AD487E
RGB
CMYK
RGB Variations
Color information
#AD487E (or 0xAD487E) is known color: Royal Heath. HEX triplet: AD, 48 and 7E. RGB value is (173,72,126). Sum of RGB (Red+Green+Blue) = 173+72+126=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD487E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD487E is #52B781. Grayscale: #6C6C6C. Windows color (decimal): -5420930 or 8276141. OLE color: 8276141.
HSL color Cylindrical-coordinate representation of color #AD487E: hue angle of 327.92º 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 #AD487E is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 72 | 126 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.32 |
| HSL | 327.92º | 0.41% | 0.48% | - |
| HSV(B) | 327.92º | 0.58% | 0.68% | - |
| XYZ | 23.32 | 15.03 | 21.41 | - |
| YUV | 108.36 | 137.96 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 126 | 0 | 0.58 | 0.27 | 0.32 | 327.92 | 0.41 | 0.48 |
| Hex | AD | 48 | 7E | 0 | 3A | 1B | 20 | 148 | 29 | 30 |
| Octal | 255 | 110 | 176 | 0 | 72 | 33 | 40 | 510 | 51 | 60 |
| Binary | 10101101 | 1001000 | 1111110 | 0 | 111010 | 11011 | 100000 | 101001000 | 101001 | 110000 |
Color Harmonies of #AD487E
Complementary color
Monochromatic Colors of #AD487E
Black with #AD487E
Text Example
Text Example
White with #AD487E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD487E; }
p { color: rgb(173,72,126); }
H1.HeaderClassName
{
color: #AD487E;
}
.AnyTagClassName
{
color: #AD487E;
}
</style>
background-color css
<style>
a { background-color: #AD487E; }
a { background-color: rgb(173,72,126); }
div.DivClassName
{
background-color: #AD487E;
}
.BgClassName
{
background-color: #AD487E;
}
</style>
border-color css
<style>
span { border-color: #AD487E; }
span { border-color: rgb(173,72,126); }
td.TdClassName
{
border-color: #AD487E;
}
.TagClassName
{
border-color: #AD487E;
}
</style>