Shades of Royal Heath #AD5D7E
Tints of Royal Heath #AD5D7E
RGB
CMYK
RGB Variations
Color information
#AD5D7E (or 0xAD5D7E) is known color: Royal Heath. HEX triplet: AD, 5D and 7E. RGB value is (173,93,126). Sum of RGB (Red+Green+Blue) = 173+93+126=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5D7E is #52A281. Grayscale: #787878. Windows color (decimal): -5415554 or 8281517. OLE color: 8281517.
HSL color Cylindrical-coordinate representation of color #AD5D7E: hue angle of 335.25º 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 #AD5D7E is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 126 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.32 |
| HSL | 335.25º | 0.33% | 0.52% | - |
| HSV(B) | 335.25º | 0.46% | 0.68% | - |
| XYZ | 24.91 | 18.22 | 21.94 | - |
| YUV | 120.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 126 | 0 | 0.46 | 0.27 | 0.32 | 335.25 | 0.33 | 0.52 |
| Hex | AD | 5D | 7E | 0 | 2E | 1B | 20 | 14F | 21 | 34 |
| Octal | 255 | 135 | 176 | 0 | 56 | 33 | 40 | 517 | 41 | 64 |
| Binary | 10101101 | 1011101 | 1111110 | 0 | 101110 | 11011 | 100000 | 101001111 | 100001 | 110100 |
Color Harmonies of #AD5D7E
Complementary color
Monochromatic Colors of #AD5D7E
Black with #AD5D7E
Text Example
Text Example
White with #AD5D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5D7E; }
p { color: rgb(173,93,126); }
H1.HeaderClassName
{
color: #AD5D7E;
}
.AnyTagClassName
{
color: #AD5D7E;
}
</style>
background-color css
<style>
a { background-color: #AD5D7E; }
a { background-color: rgb(173,93,126); }
div.DivClassName
{
background-color: #AD5D7E;
}
.BgClassName
{
background-color: #AD5D7E;
}
</style>
border-color css
<style>
span { border-color: #AD5D7E; }
span { border-color: rgb(173,93,126); }
td.TdClassName
{
border-color: #AD5D7E;
}
.TagClassName
{
border-color: #AD5D7E;
}
</style>