Shades of Royal Heath #AD4C7A
Tints of Royal Heath #AD4C7A
RGB
CMYK
RGB Variations
Color information
#AD4C7A (or 0xAD4C7A) is known color: Royal Heath. HEX triplet: AD, 4C and 7A. RGB value is (173,76,122). Sum of RGB (Red+Green+Blue) = 173+76+122=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4C7A is #52B385. Grayscale: #6E6E6E. Windows color (decimal): -5419910 or 8015021. OLE color: 8015021.
HSL color Cylindrical-coordinate representation of color #AD4C7A: hue angle of 331.55º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD4C7A is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 76 | 122 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.32 |
| HSL | 331.55º | 0.39% | 0.49% | - |
| HSV(B) | 331.55º | 0.56% | 0.68% | - |
| XYZ | 23.33 | 15.46 | 20.17 | - |
| YUV | 110.25 | 134.64 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 122 | 0 | 0.56 | 0.29 | 0.32 | 331.55 | 0.39 | 0.49 |
| Hex | AD | 4C | 7A | 0 | 38 | 1D | 20 | 14C | 27 | 31 |
| Octal | 255 | 114 | 172 | 0 | 70 | 35 | 40 | 514 | 47 | 61 |
| Binary | 10101101 | 1001100 | 1111010 | 0 | 111000 | 11101 | 100000 | 101001100 | 100111 | 110001 |
Color Harmonies of #AD4C7A
Complementary color
Monochromatic Colors of #AD4C7A
Black with #AD4C7A
Text Example
Text Example
White with #AD4C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4C7A; }
p { color: rgb(173,76,122); }
H1.HeaderClassName
{
color: #AD4C7A;
}
.AnyTagClassName
{
color: #AD4C7A;
}
</style>
background-color css
<style>
a { background-color: #AD4C7A; }
a { background-color: rgb(173,76,122); }
div.DivClassName
{
background-color: #AD4C7A;
}
.BgClassName
{
background-color: #AD4C7A;
}
</style>
border-color css
<style>
span { border-color: #AD4C7A; }
span { border-color: rgb(173,76,122); }
td.TdClassName
{
border-color: #AD4C7A;
}
.TagClassName
{
border-color: #AD4C7A;
}
</style>