Shades of Royal Heath #AD447E
Tints of Royal Heath #AD447E
RGB
CMYK
RGB Variations
Color information
#AD447E (or 0xAD447E) is known color: Royal Heath. HEX triplet: AD, 44 and 7E. RGB value is (173,68,126). Sum of RGB (Red+Green+Blue) = 173+68+126=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD447E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD447E is #52BB81. Grayscale: #696969. Windows color (decimal): -5421954 or 8275117. OLE color: 8275117.
HSL color Cylindrical-coordinate representation of color #AD447E: hue angle of 326.86º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD447E is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 126 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.32 |
| HSL | 326.86º | 0.44% | 0.47% | - |
| HSV(B) | 326.86º | 0.61% | 0.68% | - |
| XYZ | 23.07 | 14.52 | 21.33 | - |
| YUV | 106.01 | 139.29 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 126 | 0 | 0.61 | 0.27 | 0.32 | 326.86 | 0.44 | 0.47 |
| Hex | AD | 44 | 7E | 0 | 3D | 1B | 20 | 147 | 2C | 2F |
| Octal | 255 | 104 | 176 | 0 | 75 | 33 | 40 | 507 | 54 | 57 |
| Binary | 10101101 | 1000100 | 1111110 | 0 | 111101 | 11011 | 100000 | 101000111 | 101100 | 101111 |
Color Harmonies of #AD447E
Complementary color
Monochromatic Colors of #AD447E
Black with #AD447E
Text Example
Text Example
White with #AD447E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD447E; }
p { color: rgb(173,68,126); }
H1.HeaderClassName
{
color: #AD447E;
}
.AnyTagClassName
{
color: #AD447E;
}
</style>
background-color css
<style>
a { background-color: #AD447E; }
a { background-color: rgb(173,68,126); }
div.DivClassName
{
background-color: #AD447E;
}
.BgClassName
{
background-color: #AD447E;
}
</style>
border-color css
<style>
span { border-color: #AD447E; }
span { border-color: rgb(173,68,126); }
td.TdClassName
{
border-color: #AD447E;
}
.TagClassName
{
border-color: #AD447E;
}
</style>