Shades of Royal Heath #AD5B83
Tints of Royal Heath #AD5B83
RGB
CMYK
RGB Variations
Color information
#AD5B83 (or 0xAD5B83) is known color: Royal Heath. HEX triplet: AD, 5B and 83. RGB value is (173,91,131). Sum of RGB (Red+Green+Blue) = 173+91+131=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5B83 is #52A47C. Grayscale: #787878. Windows color (decimal): -5416061 or 8608685. OLE color: 8608685.
HSL color Cylindrical-coordinate representation of color #AD5B83: hue angle of 330.73º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD5B83 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 91 | 131 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.32 |
| HSL | 330.73º | 0.33% | 0.52% | - |
| HSV(B) | 330.73º | 0.47% | 0.68% | - |
| XYZ | 25.07 | 18.01 | 23.63 | - |
| YUV | 120.08 | 134.17 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 91 | 131 | 0 | 0.47 | 0.24 | 0.32 | 330.73 | 0.33 | 0.52 |
| Hex | AD | 5B | 83 | 0 | 2F | 18 | 20 | 14B | 21 | 34 |
| Octal | 255 | 133 | 203 | 0 | 57 | 30 | 40 | 513 | 41 | 64 |
| Binary | 10101101 | 1011011 | 10000011 | 0 | 101111 | 11000 | 100000 | 101001011 | 100001 | 110100 |
Color Harmonies of #AD5B83
Complementary color
Monochromatic Colors of #AD5B83
Black with #AD5B83
Text Example
Text Example
White with #AD5B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5B83; }
p { color: rgb(173,91,131); }
H1.HeaderClassName
{
color: #AD5B83;
}
.AnyTagClassName
{
color: #AD5B83;
}
</style>
background-color css
<style>
a { background-color: #AD5B83; }
a { background-color: rgb(173,91,131); }
div.DivClassName
{
background-color: #AD5B83;
}
.BgClassName
{
background-color: #AD5B83;
}
</style>
border-color css
<style>
span { border-color: #AD5B83; }
span { border-color: rgb(173,91,131); }
td.TdClassName
{
border-color: #AD5B83;
}
.TagClassName
{
border-color: #AD5B83;
}
</style>