Shades of Royal Heath #AD5680
Tints of Royal Heath #AD5680
RGB
CMYK
RGB Variations
Color information
#AD5680 (or 0xAD5680) is known color: Royal Heath. HEX triplet: AD, 56 and 80. RGB value is (173,86,128). Sum of RGB (Red+Green+Blue) = 173+86+128=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5680 is #52A97F. Grayscale: #747474. Windows color (decimal): -5417344 or 8410797. OLE color: 8410797.
HSL color Cylindrical-coordinate representation of color #AD5680: hue angle of 331.03º 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 #AD5680 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 128 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.32 |
| HSL | 331.03º | 0.35% | 0.51% | - |
| HSV(B) | 331.03º | 0.5% | 0.68% | - |
| XYZ | 24.46 | 17.1 | 22.43 | - |
| YUV | 116.8 | 134.32 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 128 | 0 | 0.50 | 0.26 | 0.32 | 331.03 | 0.35 | 0.51 |
| Hex | AD | 56 | 80 | 0 | 32 | 1A | 20 | 14B | 23 | 33 |
| Octal | 255 | 126 | 200 | 0 | 62 | 32 | 40 | 513 | 43 | 63 |
| Binary | 10101101 | 1010110 | 10000000 | 0 | 110010 | 11010 | 100000 | 101001011 | 100011 | 110011 |
Color Harmonies of #AD5680
Complementary color
Monochromatic Colors of #AD5680
Black with #AD5680
Text Example
Text Example
White with #AD5680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5680; }
p { color: rgb(173,86,128); }
H1.HeaderClassName
{
color: #AD5680;
}
.AnyTagClassName
{
color: #AD5680;
}
</style>
background-color css
<style>
a { background-color: #AD5680; }
a { background-color: rgb(173,86,128); }
div.DivClassName
{
background-color: #AD5680;
}
.BgClassName
{
background-color: #AD5680;
}
</style>
border-color css
<style>
span { border-color: #AD5680; }
span { border-color: rgb(173,86,128); }
td.TdClassName
{
border-color: #AD5680;
}
.TagClassName
{
border-color: #AD5680;
}
</style>