Shades of Royal Heath #AD467B
Tints of Royal Heath #AD467B
RGB
CMYK
RGB Variations
Color information
#AD467B (or 0xAD467B) is known color: Royal Heath. HEX triplet: AD, 46 and 7B. RGB value is (173,70,123). Sum of RGB (Red+Green+Blue) = 173+70+123=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD467B is #52B984. Grayscale: #6A6A6A. Windows color (decimal): -5421445 or 8079021. OLE color: 8079021.
HSL color Cylindrical-coordinate representation of color #AD467B: hue angle of 329.13º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD467B is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 70 | 123 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.32 |
| HSL | 329.13º | 0.42% | 0.48% | - |
| HSV(B) | 329.13º | 0.6% | 0.68% | - |
| XYZ | 23 | 14.69 | 20.36 | - |
| YUV | 106.84 | 137.12 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 123 | 0 | 0.60 | 0.29 | 0.32 | 329.13 | 0.42 | 0.48 |
| Hex | AD | 46 | 7B | 0 | 3C | 1D | 20 | 149 | 2A | 30 |
| Octal | 255 | 106 | 173 | 0 | 74 | 35 | 40 | 511 | 52 | 60 |
| Binary | 10101101 | 1000110 | 1111011 | 0 | 111100 | 11101 | 100000 | 101001001 | 101010 | 110000 |
Color Harmonies of #AD467B
Complementary color
Monochromatic Colors of #AD467B
Black with #AD467B
Text Example
Text Example
White with #AD467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD467B; }
p { color: rgb(173,70,123); }
H1.HeaderClassName
{
color: #AD467B;
}
.AnyTagClassName
{
color: #AD467B;
}
</style>
background-color css
<style>
a { background-color: #AD467B; }
a { background-color: rgb(173,70,123); }
div.DivClassName
{
background-color: #AD467B;
}
.BgClassName
{
background-color: #AD467B;
}
</style>
border-color css
<style>
span { border-color: #AD467B; }
span { border-color: rgb(173,70,123); }
td.TdClassName
{
border-color: #AD467B;
}
.TagClassName
{
border-color: #AD467B;
}
</style>