Shades of Royal Heath #AD4B83
Tints of Royal Heath #AD4B83
RGB
CMYK
RGB Variations
Color information
#AD4B83 (or 0xAD4B83) is known color: Royal Heath. HEX triplet: AD, 4B and 83. RGB value is (173,75,131). Sum of RGB (Red+Green+Blue) = 173+75+131=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4B83 is #52B47C. Grayscale: #6E6E6E. Windows color (decimal): -5420157 or 8604589. OLE color: 8604589.
HSL color Cylindrical-coordinate representation of color #AD4B83: hue angle of 325.71º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD4B83 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 75 | 131 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.32 |
| HSL | 325.71º | 0.4% | 0.49% | - |
| HSV(B) | 325.71º | 0.57% | 0.68% | - |
| XYZ | 23.85 | 15.56 | 23.22 | - |
| YUV | 110.69 | 139.47 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 131 | 0 | 0.57 | 0.24 | 0.32 | 325.71 | 0.4 | 0.49 |
| Hex | AD | 4B | 83 | 0 | 39 | 18 | 20 | 146 | 28 | 31 |
| Octal | 255 | 113 | 203 | 0 | 71 | 30 | 40 | 506 | 50 | 61 |
| Binary | 10101101 | 1001011 | 10000011 | 0 | 111001 | 11000 | 100000 | 101000110 | 101000 | 110001 |
Color Harmonies of #AD4B83
Complementary color
Monochromatic Colors of #AD4B83
Black with #AD4B83
Text Example
Text Example
White with #AD4B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4B83; }
p { color: rgb(173,75,131); }
H1.HeaderClassName
{
color: #AD4B83;
}
.AnyTagClassName
{
color: #AD4B83;
}
</style>
background-color css
<style>
a { background-color: #AD4B83; }
a { background-color: rgb(173,75,131); }
div.DivClassName
{
background-color: #AD4B83;
}
.BgClassName
{
background-color: #AD4B83;
}
</style>
border-color css
<style>
span { border-color: #AD4B83; }
span { border-color: rgb(173,75,131); }
td.TdClassName
{
border-color: #AD4B83;
}
.TagClassName
{
border-color: #AD4B83;
}
</style>