Shades of Royal Heath #AD5A7D
Tints of Royal Heath #AD5A7D
RGB
CMYK
RGB Variations
Color information
#AD5A7D (or 0xAD5A7D) is known color: Royal Heath. HEX triplet: AD, 5A and 7D. RGB value is (173,90,125). Sum of RGB (Red+Green+Blue) = 173+90+125=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5A7D is #52A582. Grayscale: #767676. Windows color (decimal): -5416323 or 8215213. OLE color: 8215213.
HSL color Cylindrical-coordinate representation of color #AD5A7D: hue angle of 334.7º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD5A7D is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 90 | 125 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.32 |
| HSL | 334.7º | 0.34% | 0.52% | - |
| HSV(B) | 334.7º | 0.48% | 0.68% | - |
| XYZ | 24.59 | 17.68 | 21.52 | - |
| YUV | 118.81 | 131.5 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 125 | 0 | 0.48 | 0.28 | 0.32 | 334.7 | 0.34 | 0.52 |
| Hex | AD | 5A | 7D | 0 | 30 | 1C | 20 | 14F | 22 | 34 |
| Octal | 255 | 132 | 175 | 0 | 60 | 34 | 40 | 517 | 42 | 64 |
| Binary | 10101101 | 1011010 | 1111101 | 0 | 110000 | 11100 | 100000 | 101001111 | 100010 | 110100 |
Color Harmonies of #AD5A7D
Complementary color
Monochromatic Colors of #AD5A7D
Black with #AD5A7D
Text Example
Text Example
White with #AD5A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5A7D; }
p { color: rgb(173,90,125); }
H1.HeaderClassName
{
color: #AD5A7D;
}
.AnyTagClassName
{
color: #AD5A7D;
}
</style>
background-color css
<style>
a { background-color: #AD5A7D; }
a { background-color: rgb(173,90,125); }
div.DivClassName
{
background-color: #AD5A7D;
}
.BgClassName
{
background-color: #AD5A7D;
}
</style>
border-color css
<style>
span { border-color: #AD5A7D; }
span { border-color: rgb(173,90,125); }
td.TdClassName
{
border-color: #AD5A7D;
}
.TagClassName
{
border-color: #AD5A7D;
}
</style>