Shades of Royal Heath #AD577B
Tints of Royal Heath #AD577B
RGB
CMYK
RGB Variations
Color information
#AD577B (or 0xAD577B) is known color: Royal Heath. HEX triplet: AD, 57 and 7B. RGB value is (173,87,123). Sum of RGB (Red+Green+Blue) = 173+87+123=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD577B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD577B is #52A884. Grayscale: #747474. Windows color (decimal): -5417093 or 8083373. OLE color: 8083373.
HSL color Cylindrical-coordinate representation of color #AD577B: hue angle of 334.88º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD577B is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 123 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.32 |
| HSL | 334.88º | 0.34% | 0.51% | - |
| HSV(B) | 334.88º | 0.5% | 0.68% | - |
| XYZ | 24.22 | 17.13 | 20.77 | - |
| YUV | 116.82 | 131.49 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 123 | 0 | 0.50 | 0.29 | 0.32 | 334.88 | 0.34 | 0.51 |
| Hex | AD | 57 | 7B | 0 | 32 | 1D | 20 | 14F | 22 | 33 |
| Octal | 255 | 127 | 173 | 0 | 62 | 35 | 40 | 517 | 42 | 63 |
| Binary | 10101101 | 1010111 | 1111011 | 0 | 110010 | 11101 | 100000 | 101001111 | 100010 | 110011 |
Color Harmonies of #AD577B
Complementary color
Monochromatic Colors of #AD577B
Black with #AD577B
Text Example
Text Example
White with #AD577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD577B; }
p { color: rgb(173,87,123); }
H1.HeaderClassName
{
color: #AD577B;
}
.AnyTagClassName
{
color: #AD577B;
}
</style>
background-color css
<style>
a { background-color: #AD577B; }
a { background-color: rgb(173,87,123); }
div.DivClassName
{
background-color: #AD577B;
}
.BgClassName
{
background-color: #AD577B;
}
</style>
border-color css
<style>
span { border-color: #AD577B; }
span { border-color: rgb(173,87,123); }
td.TdClassName
{
border-color: #AD577B;
}
.TagClassName
{
border-color: #AD577B;
}
</style>