Shades of Royal Heath #AD5070
Tints of Royal Heath #AD5070
RGB
CMYK
RGB Variations
Color information
#AD5070 (or 0xAD5070) is known color: Royal Heath. HEX triplet: AD, 50 and 70. RGB value is (173,80,112). Sum of RGB (Red+Green+Blue) = 173+80+112=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5070 is #52AF8F. Grayscale: #6F6F6F. Windows color (decimal): -5418896 or 7360685. OLE color: 7360685.
HSL color Cylindrical-coordinate representation of color #AD5070: hue angle of 339.35º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD5070 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 112 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.32 |
| HSL | 339.35º | 0.37% | 0.5% | - |
| HSV(B) | 339.35º | 0.54% | 0.68% | - |
| XYZ | 23.03 | 15.79 | 17.16 | - |
| YUV | 111.46 | 128.31 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 112 | 0 | 0.54 | 0.35 | 0.32 | 339.35 | 0.37 | 0.5 |
| Hex | AD | 50 | 70 | 0 | 36 | 23 | 20 | 153 | 25 | 32 |
| Octal | 255 | 120 | 160 | 0 | 66 | 43 | 40 | 523 | 45 | 62 |
| Binary | 10101101 | 1010000 | 1110000 | 0 | 110110 | 100011 | 100000 | 101010011 | 100101 | 110010 |
Color Harmonies of #AD5070
Complementary color
Monochromatic Colors of #AD5070
Black with #AD5070
Text Example
Text Example
White with #AD5070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5070; }
p { color: rgb(173,80,112); }
H1.HeaderClassName
{
color: #AD5070;
}
.AnyTagClassName
{
color: #AD5070;
}
</style>
background-color css
<style>
a { background-color: #AD5070; }
a { background-color: rgb(173,80,112); }
div.DivClassName
{
background-color: #AD5070;
}
.BgClassName
{
background-color: #AD5070;
}
</style>
border-color css
<style>
span { border-color: #AD5070; }
span { border-color: rgb(173,80,112); }
td.TdClassName
{
border-color: #AD5070;
}
.TagClassName
{
border-color: #AD5070;
}
</style>