Shades of Royal Heath #AD447B
Tints of Royal Heath #AD447B
RGB
CMYK
RGB Variations
Color information
#AD447B (or 0xAD447B) is known color: Royal Heath. HEX triplet: AD, 44 and 7B. RGB value is (173,68,123). Sum of RGB (Red+Green+Blue) = 173+68+123=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD447B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD447B is #52BB84. Grayscale: #696969. Windows color (decimal): -5421957 or 8078509. OLE color: 8078509.
HSL color Cylindrical-coordinate representation of color #AD447B: hue angle of 328.57º 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 #AD447B is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 123 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.32 |
| HSL | 328.57º | 0.44% | 0.47% | - |
| HSV(B) | 328.57º | 0.61% | 0.68% | - |
| XYZ | 22.88 | 14.45 | 20.32 | - |
| YUV | 105.67 | 137.79 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 123 | 0 | 0.61 | 0.29 | 0.32 | 328.57 | 0.44 | 0.47 |
| Hex | AD | 44 | 7B | 0 | 3D | 1D | 20 | 149 | 2C | 2F |
| Octal | 255 | 104 | 173 | 0 | 75 | 35 | 40 | 511 | 54 | 57 |
| Binary | 10101101 | 1000100 | 1111011 | 0 | 111101 | 11101 | 100000 | 101001001 | 101100 | 101111 |
Color Harmonies of #AD447B
Complementary color
Monochromatic Colors of #AD447B
Black with #AD447B
Text Example
Text Example
White with #AD447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD447B; }
p { color: rgb(173,68,123); }
H1.HeaderClassName
{
color: #AD447B;
}
.AnyTagClassName
{
color: #AD447B;
}
</style>
background-color css
<style>
a { background-color: #AD447B; }
a { background-color: rgb(173,68,123); }
div.DivClassName
{
background-color: #AD447B;
}
.BgClassName
{
background-color: #AD447B;
}
</style>
border-color css
<style>
span { border-color: #AD447B; }
span { border-color: rgb(173,68,123); }
td.TdClassName
{
border-color: #AD447B;
}
.TagClassName
{
border-color: #AD447B;
}
</style>