Shades of Royal Heath #AD527D
Tints of Royal Heath #AD527D
RGB
CMYK
RGB Variations
Color information
#AD527D (or 0xAD527D) is known color: Royal Heath. HEX triplet: AD, 52 and 7D. RGB value is (173,82,125). Sum of RGB (Red+Green+Blue) = 173+82+125=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD527D is #52AD82. Grayscale: #727272. Windows color (decimal): -5418371 or 8213165. OLE color: 8213165.
HSL color Cylindrical-coordinate representation of color #AD527D: hue angle of 331.65º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD527D is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 125 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.32 |
| HSL | 331.65º | 0.36% | 0.5% | - |
| HSV(B) | 331.65º | 0.53% | 0.68% | - |
| XYZ | 23.95 | 16.4 | 21.31 | - |
| YUV | 114.11 | 134.15 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 125 | 0 | 0.53 | 0.28 | 0.32 | 331.65 | 0.36 | 0.5 |
| Hex | AD | 52 | 7D | 0 | 35 | 1C | 20 | 14C | 24 | 32 |
| Octal | 255 | 122 | 175 | 0 | 65 | 34 | 40 | 514 | 44 | 62 |
| Binary | 10101101 | 1010010 | 1111101 | 0 | 110101 | 11100 | 100000 | 101001100 | 100100 | 110010 |
Color Harmonies of #AD527D
Complementary color
Monochromatic Colors of #AD527D
Black with #AD527D
Text Example
Text Example
White with #AD527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD527D; }
p { color: rgb(173,82,125); }
H1.HeaderClassName
{
color: #AD527D;
}
.AnyTagClassName
{
color: #AD527D;
}
</style>
background-color css
<style>
a { background-color: #AD527D; }
a { background-color: rgb(173,82,125); }
div.DivClassName
{
background-color: #AD527D;
}
.BgClassName
{
background-color: #AD527D;
}
</style>
border-color css
<style>
span { border-color: #AD527D; }
span { border-color: rgb(173,82,125); }
td.TdClassName
{
border-color: #AD527D;
}
.TagClassName
{
border-color: #AD527D;
}
</style>