Shades of Royal Heath #AD5580
Tints of Royal Heath #AD5580
RGB
CMYK
RGB Variations
Color information
#AD5580 (or 0xAD5580) is known color: Royal Heath. HEX triplet: AD, 55 and 80. RGB value is (173,85,128). Sum of RGB (Red+Green+Blue) = 173+85+128=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5580 is #52AA7F. Grayscale: #747474. Windows color (decimal): -5417600 or 8410541. OLE color: 8410541.
HSL color Cylindrical-coordinate representation of color #AD5580: hue angle of 330.68º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5580 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 128 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.32 |
| HSL | 330.68º | 0.35% | 0.51% | - |
| HSV(B) | 330.68º | 0.51% | 0.68% | - |
| XYZ | 24.38 | 16.94 | 22.41 | - |
| YUV | 116.21 | 134.65 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 128 | 0 | 0.51 | 0.26 | 0.32 | 330.68 | 0.35 | 0.51 |
| Hex | AD | 55 | 80 | 0 | 33 | 1A | 20 | 14B | 23 | 33 |
| Octal | 255 | 125 | 200 | 0 | 63 | 32 | 40 | 513 | 43 | 63 |
| Binary | 10101101 | 1010101 | 10000000 | 0 | 110011 | 11010 | 100000 | 101001011 | 100011 | 110011 |
Color Harmonies of #AD5580
Complementary color
Monochromatic Colors of #AD5580
Black with #AD5580
Text Example
Text Example
White with #AD5580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5580; }
p { color: rgb(173,85,128); }
H1.HeaderClassName
{
color: #AD5580;
}
.AnyTagClassName
{
color: #AD5580;
}
</style>
background-color css
<style>
a { background-color: #AD5580; }
a { background-color: rgb(173,85,128); }
div.DivClassName
{
background-color: #AD5580;
}
.BgClassName
{
background-color: #AD5580;
}
</style>
border-color css
<style>
span { border-color: #AD5580; }
span { border-color: rgb(173,85,128); }
td.TdClassName
{
border-color: #AD5580;
}
.TagClassName
{
border-color: #AD5580;
}
</style>