Shades of Royal Heath #AD557A
Tints of Royal Heath #AD557A
RGB
CMYK
RGB Variations
Color information
#AD557A (or 0xAD557A) is known color: Royal Heath. HEX triplet: AD, 55 and 7A. RGB value is (173,85,122). Sum of RGB (Red+Green+Blue) = 173+85+122=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD557A is #52AA85. Grayscale: #737373. Windows color (decimal): -5417606 or 8017325. OLE color: 8017325.
HSL color Cylindrical-coordinate representation of color #AD557A: hue angle of 334.77º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD557A is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 122 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.32 |
| HSL | 334.77º | 0.35% | 0.51% | - |
| HSV(B) | 334.77º | 0.51% | 0.68% | - |
| XYZ | 23.99 | 16.79 | 20.39 | - |
| YUV | 115.53 | 131.65 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 122 | 0 | 0.51 | 0.29 | 0.32 | 334.77 | 0.35 | 0.51 |
| Hex | AD | 55 | 7A | 0 | 33 | 1D | 20 | 14F | 23 | 33 |
| Octal | 255 | 125 | 172 | 0 | 63 | 35 | 40 | 517 | 43 | 63 |
| Binary | 10101101 | 1010101 | 1111010 | 0 | 110011 | 11101 | 100000 | 101001111 | 100011 | 110011 |
Color Harmonies of #AD557A
Complementary color
Monochromatic Colors of #AD557A
Black with #AD557A
Text Example
Text Example
White with #AD557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD557A; }
p { color: rgb(173,85,122); }
H1.HeaderClassName
{
color: #AD557A;
}
.AnyTagClassName
{
color: #AD557A;
}
</style>
background-color css
<style>
a { background-color: #AD557A; }
a { background-color: rgb(173,85,122); }
div.DivClassName
{
background-color: #AD557A;
}
.BgClassName
{
background-color: #AD557A;
}
</style>
border-color css
<style>
span { border-color: #AD557A; }
span { border-color: rgb(173,85,122); }
td.TdClassName
{
border-color: #AD557A;
}
.TagClassName
{
border-color: #AD557A;
}
</style>