Shades of Royal Heath #AD447F
Tints of Royal Heath #AD447F
RGB
CMYK
RGB Variations
Color information
#AD447F (or 0xAD447F) is known color: Royal Heath. HEX triplet: AD, 44 and 7F. RGB value is (173,68,127). Sum of RGB (Red+Green+Blue) = 173+68+127=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD447F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD447F is #52BB80. Grayscale: #696969. Windows color (decimal): -5421953 or 8340653. OLE color: 8340653.
HSL color Cylindrical-coordinate representation of color #AD447F: hue angle of 326.29º 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 #AD447F is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 127 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.32 |
| HSL | 326.29º | 0.44% | 0.47% | - |
| HSV(B) | 326.29º | 0.61% | 0.68% | - |
| XYZ | 23.13 | 14.55 | 21.67 | - |
| YUV | 106.12 | 139.79 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 127 | 0 | 0.61 | 0.27 | 0.32 | 326.29 | 0.44 | 0.47 |
| Hex | AD | 44 | 7F | 0 | 3D | 1B | 20 | 146 | 2C | 2F |
| Octal | 255 | 104 | 177 | 0 | 75 | 33 | 40 | 506 | 54 | 57 |
| Binary | 10101101 | 1000100 | 1111111 | 0 | 111101 | 11011 | 100000 | 101000110 | 101100 | 101111 |
Color Harmonies of #AD447F
Complementary color
Monochromatic Colors of #AD447F
Black with #AD447F
Text Example
Text Example
White with #AD447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD447F; }
p { color: rgb(173,68,127); }
H1.HeaderClassName
{
color: #AD447F;
}
.AnyTagClassName
{
color: #AD447F;
}
</style>
background-color css
<style>
a { background-color: #AD447F; }
a { background-color: rgb(173,68,127); }
div.DivClassName
{
background-color: #AD447F;
}
.BgClassName
{
background-color: #AD447F;
}
</style>
border-color css
<style>
span { border-color: #AD447F; }
span { border-color: rgb(173,68,127); }
td.TdClassName
{
border-color: #AD447F;
}
.TagClassName
{
border-color: #AD447F;
}
</style>