Shades of Royal Heath #AD5D7B
Tints of Royal Heath #AD5D7B
RGB
CMYK
RGB Variations
Color information
#AD5D7B (or 0xAD5D7B) is known color: Royal Heath. HEX triplet: AD, 5D and 7B. RGB value is (173,93,123). Sum of RGB (Red+Green+Blue) = 173+93+123=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5D7B is #52A284. Grayscale: #787878. Windows color (decimal): -5415557 or 8084909. OLE color: 8084909.
HSL color Cylindrical-coordinate representation of color #AD5D7B: hue angle of 337.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD5D7B is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 123 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.32 |
| HSL | 337.5º | 0.33% | 0.52% | - |
| HSV(B) | 337.5º | 0.46% | 0.68% | - |
| XYZ | 24.72 | 18.14 | 20.94 | - |
| YUV | 120.34 | 129.5 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 123 | 0 | 0.46 | 0.29 | 0.32 | 337.5 | 0.33 | 0.52 |
| Hex | AD | 5D | 7B | 0 | 2E | 1D | 20 | 152 | 21 | 34 |
| Octal | 255 | 135 | 173 | 0 | 56 | 35 | 40 | 522 | 41 | 64 |
| Binary | 10101101 | 1011101 | 1111011 | 0 | 101110 | 11101 | 100000 | 101010010 | 100001 | 110100 |
Color Harmonies of #AD5D7B
Complementary color
Monochromatic Colors of #AD5D7B
Black with #AD5D7B
Text Example
Text Example
White with #AD5D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5D7B; }
p { color: rgb(173,93,123); }
H1.HeaderClassName
{
color: #AD5D7B;
}
.AnyTagClassName
{
color: #AD5D7B;
}
</style>
background-color css
<style>
a { background-color: #AD5D7B; }
a { background-color: rgb(173,93,123); }
div.DivClassName
{
background-color: #AD5D7B;
}
.BgClassName
{
background-color: #AD5D7B;
}
</style>
border-color css
<style>
span { border-color: #AD5D7B; }
span { border-color: rgb(173,93,123); }
td.TdClassName
{
border-color: #AD5D7B;
}
.TagClassName
{
border-color: #AD5D7B;
}
</style>