Shades of Royal Heath #AD4F80
Tints of Royal Heath #AD4F80
RGB
CMYK
RGB Variations
Color information
#AD4F80 (or 0xAD4F80) is known color: Royal Heath. HEX triplet: AD, 4F and 80. RGB value is (173,79,128). Sum of RGB (Red+Green+Blue) = 173+79+128=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD4F80 is #52B07F. Grayscale: #707070. Windows color (decimal): -5419136 or 8409005. OLE color: 8409005.
HSL color Cylindrical-coordinate representation of color #AD4F80: hue angle of 328.72º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD4F80 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 79 | 128 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.32 |
| HSL | 328.72º | 0.37% | 0.49% | - |
| HSV(B) | 328.72º | 0.54% | 0.68% | - |
| XYZ | 23.93 | 16.03 | 22.26 | - |
| YUV | 112.69 | 136.64 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 128 | 0 | 0.54 | 0.26 | 0.32 | 328.72 | 0.37 | 0.49 |
| Hex | AD | 4F | 80 | 0 | 36 | 1A | 20 | 149 | 25 | 31 |
| Octal | 255 | 117 | 200 | 0 | 66 | 32 | 40 | 511 | 45 | 61 |
| Binary | 10101101 | 1001111 | 10000000 | 0 | 110110 | 11010 | 100000 | 101001001 | 100101 | 110001 |
Color Harmonies of #AD4F80
Complementary color
Monochromatic Colors of #AD4F80
Black with #AD4F80
Text Example
Text Example
White with #AD4F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4F80; }
p { color: rgb(173,79,128); }
H1.HeaderClassName
{
color: #AD4F80;
}
.AnyTagClassName
{
color: #AD4F80;
}
</style>
background-color css
<style>
a { background-color: #AD4F80; }
a { background-color: rgb(173,79,128); }
div.DivClassName
{
background-color: #AD4F80;
}
.BgClassName
{
background-color: #AD4F80;
}
</style>
border-color css
<style>
span { border-color: #AD4F80; }
span { border-color: rgb(173,79,128); }
td.TdClassName
{
border-color: #AD4F80;
}
.TagClassName
{
border-color: #AD4F80;
}
</style>