Shades of Royal Heath #AD5583
Tints of Royal Heath #AD5583
RGB
CMYK
RGB Variations
Color information
#AD5583 (or 0xAD5583) is known color: Royal Heath. HEX triplet: AD, 55 and 83. RGB value is (173,85,131). Sum of RGB (Red+Green+Blue) = 173+85+131=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5583 is #52AA7C. Grayscale: #747474. Windows color (decimal): -5417597 or 8607149. OLE color: 8607149.
HSL color Cylindrical-coordinate representation of color #AD5583: hue angle of 328.64º 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 #AD5583 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 131 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.32 |
| HSL | 328.64º | 0.35% | 0.51% | - |
| HSV(B) | 328.64º | 0.51% | 0.68% | - |
| XYZ | 24.58 | 17.02 | 23.46 | - |
| YUV | 116.56 | 136.15 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 131 | 0 | 0.51 | 0.24 | 0.32 | 328.64 | 0.35 | 0.51 |
| Hex | AD | 55 | 83 | 0 | 33 | 18 | 20 | 149 | 23 | 33 |
| Octal | 255 | 125 | 203 | 0 | 63 | 30 | 40 | 511 | 43 | 63 |
| Binary | 10101101 | 1010101 | 10000011 | 0 | 110011 | 11000 | 100000 | 101001001 | 100011 | 110011 |
Color Harmonies of #AD5583
Complementary color
Monochromatic Colors of #AD5583
Black with #AD5583
Text Example
Text Example
White with #AD5583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5583; }
p { color: rgb(173,85,131); }
H1.HeaderClassName
{
color: #AD5583;
}
.AnyTagClassName
{
color: #AD5583;
}
</style>
background-color css
<style>
a { background-color: #AD5583; }
a { background-color: rgb(173,85,131); }
div.DivClassName
{
background-color: #AD5583;
}
.BgClassName
{
background-color: #AD5583;
}
</style>
border-color css
<style>
span { border-color: #AD5583; }
span { border-color: rgb(173,85,131); }
td.TdClassName
{
border-color: #AD5583;
}
.TagClassName
{
border-color: #AD5583;
}
</style>