Shades of Royal Heath #AD5683
Tints of Royal Heath #AD5683
RGB
CMYK
RGB Variations
Color information
#AD5683 (or 0xAD5683) is known color: Royal Heath. HEX triplet: AD, 56 and 83. RGB value is (173,86,131). Sum of RGB (Red+Green+Blue) = 173+86+131=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5683 is #52A97C. Grayscale: #757575. Windows color (decimal): -5417341 or 8607405. OLE color: 8607405.
HSL color Cylindrical-coordinate representation of color #AD5683: hue angle of 328.97º 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 #AD5683 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 131 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.32 |
| HSL | 328.97º | 0.35% | 0.51% | - |
| HSV(B) | 328.97º | 0.5% | 0.68% | - |
| XYZ | 24.66 | 17.18 | 23.49 | - |
| YUV | 117.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 131 | 0 | 0.50 | 0.24 | 0.32 | 328.97 | 0.35 | 0.51 |
| Hex | AD | 56 | 83 | 0 | 32 | 18 | 20 | 149 | 23 | 33 |
| Octal | 255 | 126 | 203 | 0 | 62 | 30 | 40 | 511 | 43 | 63 |
| Binary | 10101101 | 1010110 | 10000011 | 0 | 110010 | 11000 | 100000 | 101001001 | 100011 | 110011 |
Color Harmonies of #AD5683
Complementary color
Monochromatic Colors of #AD5683
Black with #AD5683
Text Example
Text Example
White with #AD5683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5683; }
p { color: rgb(173,86,131); }
H1.HeaderClassName
{
color: #AD5683;
}
.AnyTagClassName
{
color: #AD5683;
}
</style>
background-color css
<style>
a { background-color: #AD5683; }
a { background-color: rgb(173,86,131); }
div.DivClassName
{
background-color: #AD5683;
}
.BgClassName
{
background-color: #AD5683;
}
</style>
border-color css
<style>
span { border-color: #AD5683; }
span { border-color: rgb(173,86,131); }
td.TdClassName
{
border-color: #AD5683;
}
.TagClassName
{
border-color: #AD5683;
}
</style>