Shades of Royal Heath #AD497B
Tints of Royal Heath #AD497B
RGB
CMYK
RGB Variations
Color information
#AD497B (or 0xAD497B) is known color: Royal Heath. HEX triplet: AD, 49 and 7B. RGB value is (173,73,123). Sum of RGB (Red+Green+Blue) = 173+73+123=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD497B is #52B684. Grayscale: #6C6C6C. Windows color (decimal): -5420677 or 8079789. OLE color: 8079789.
HSL color Cylindrical-coordinate representation of color #AD497B: hue angle of 330º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD497B is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 123 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.32 |
| HSL | 330º | 0.41% | 0.48% | - |
| HSV(B) | 330º | 0.58% | 0.68% | - |
| XYZ | 23.19 | 15.08 | 20.43 | - |
| YUV | 108.6 | 136.13 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 123 | 0 | 0.58 | 0.29 | 0.32 | 330 | 0.41 | 0.48 |
| Hex | AD | 49 | 7B | 0 | 3A | 1D | 20 | 14A | 29 | 30 |
| Octal | 255 | 111 | 173 | 0 | 72 | 35 | 40 | 512 | 51 | 60 |
| Binary | 10101101 | 1001001 | 1111011 | 0 | 111010 | 11101 | 100000 | 101001010 | 101001 | 110000 |
Color Harmonies of #AD497B
Complementary color
Monochromatic Colors of #AD497B
Black with #AD497B
Text Example
Text Example
White with #AD497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD497B; }
p { color: rgb(173,73,123); }
H1.HeaderClassName
{
color: #AD497B;
}
.AnyTagClassName
{
color: #AD497B;
}
</style>
background-color css
<style>
a { background-color: #AD497B; }
a { background-color: rgb(173,73,123); }
div.DivClassName
{
background-color: #AD497B;
}
.BgClassName
{
background-color: #AD497B;
}
</style>
border-color css
<style>
span { border-color: #AD497B; }
span { border-color: rgb(173,73,123); }
td.TdClassName
{
border-color: #AD497B;
}
.TagClassName
{
border-color: #AD497B;
}
</style>