Shades of Royal Heath #AD567D
Tints of Royal Heath #AD567D
RGB
CMYK
RGB Variations
Color information
#AD567D (or 0xAD567D) is known color: Royal Heath. HEX triplet: AD, 56 and 7D. RGB value is (173,86,125). Sum of RGB (Red+Green+Blue) = 173+86+125=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD567D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD567D is #52A982. Grayscale: #747474. Windows color (decimal): -5417347 or 8214189. OLE color: 8214189.
HSL color Cylindrical-coordinate representation of color #AD567D: hue angle of 333.1º degrees, saturation: 0.35, 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 #AD567D is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 125 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.32 |
| HSL | 333.1º | 0.35% | 0.51% | - |
| HSV(B) | 333.1º | 0.5% | 0.68% | - |
| XYZ | 24.26 | 17.02 | 21.41 | - |
| YUV | 116.46 | 132.82 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 125 | 0 | 0.50 | 0.28 | 0.32 | 333.1 | 0.35 | 0.51 |
| Hex | AD | 56 | 7D | 0 | 32 | 1C | 20 | 14D | 23 | 33 |
| Octal | 255 | 126 | 175 | 0 | 62 | 34 | 40 | 515 | 43 | 63 |
| Binary | 10101101 | 1010110 | 1111101 | 0 | 110010 | 11100 | 100000 | 101001101 | 100011 | 110011 |
Color Harmonies of #AD567D
Complementary color
Monochromatic Colors of #AD567D
Black with #AD567D
Text Example
Text Example
White with #AD567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD567D; }
p { color: rgb(173,86,125); }
H1.HeaderClassName
{
color: #AD567D;
}
.AnyTagClassName
{
color: #AD567D;
}
</style>
background-color css
<style>
a { background-color: #AD567D; }
a { background-color: rgb(173,86,125); }
div.DivClassName
{
background-color: #AD567D;
}
.BgClassName
{
background-color: #AD567D;
}
</style>
border-color css
<style>
span { border-color: #AD567D; }
span { border-color: rgb(173,86,125); }
td.TdClassName
{
border-color: #AD567D;
}
.TagClassName
{
border-color: #AD567D;
}
</style>