Shades of Royal Heath #AD4A83
Tints of Royal Heath #AD4A83
RGB
CMYK
RGB Variations
Color information
#AD4A83 (or 0xAD4A83) is known color: Royal Heath. HEX triplet: AD, 4A and 83. RGB value is (173,74,131). Sum of RGB (Red+Green+Blue) = 173+74+131=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4A83 is #52B57C. Grayscale: #6D6D6D. Windows color (decimal): -5420413 or 8604333. OLE color: 8604333.
HSL color Cylindrical-coordinate representation of color #AD4A83: hue angle of 325.45º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD4A83 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 74 | 131 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.32 |
| HSL | 325.45º | 0.4% | 0.48% | - |
| HSV(B) | 325.45º | 0.57% | 0.68% | - |
| XYZ | 23.78 | 15.42 | 23.2 | - |
| YUV | 110.1 | 139.8 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 131 | 0 | 0.57 | 0.24 | 0.32 | 325.45 | 0.4 | 0.48 |
| Hex | AD | 4A | 83 | 0 | 39 | 18 | 20 | 145 | 28 | 30 |
| Octal | 255 | 112 | 203 | 0 | 71 | 30 | 40 | 505 | 50 | 60 |
| Binary | 10101101 | 1001010 | 10000011 | 0 | 111001 | 11000 | 100000 | 101000101 | 101000 | 110000 |
Color Harmonies of #AD4A83
Complementary color
Monochromatic Colors of #AD4A83
Black with #AD4A83
Text Example
Text Example
White with #AD4A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4A83; }
p { color: rgb(173,74,131); }
H1.HeaderClassName
{
color: #AD4A83;
}
.AnyTagClassName
{
color: #AD4A83;
}
</style>
background-color css
<style>
a { background-color: #AD4A83; }
a { background-color: rgb(173,74,131); }
div.DivClassName
{
background-color: #AD4A83;
}
.BgClassName
{
background-color: #AD4A83;
}
</style>
border-color css
<style>
span { border-color: #AD4A83; }
span { border-color: rgb(173,74,131); }
td.TdClassName
{
border-color: #AD4A83;
}
.TagClassName
{
border-color: #AD4A83;
}
</style>