Shades of Royal Heath #AD5078
Tints of Royal Heath #AD5078
RGB
CMYK
RGB Variations
Color information
#AD5078 (or 0xAD5078) is known color: Royal Heath. HEX triplet: AD, 50 and 78. RGB value is (173,80,120). Sum of RGB (Red+Green+Blue) = 173+80+120=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5078 is #52AF87. Grayscale: #707070. Windows color (decimal): -5418888 or 7884973. OLE color: 7884973.
HSL color Cylindrical-coordinate representation of color #AD5078: hue angle of 334.19º 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 #AD5078 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 120 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.32 |
| HSL | 334.19º | 0.37% | 0.5% | - |
| HSV(B) | 334.19º | 0.54% | 0.68% | - |
| XYZ | 23.49 | 15.98 | 19.62 | - |
| YUV | 112.37 | 132.31 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 120 | 0 | 0.54 | 0.31 | 0.32 | 334.19 | 0.37 | 0.5 |
| Hex | AD | 50 | 78 | 0 | 36 | 1F | 20 | 14E | 25 | 32 |
| Octal | 255 | 120 | 170 | 0 | 66 | 37 | 40 | 516 | 45 | 62 |
| Binary | 10101101 | 1010000 | 1111000 | 0 | 110110 | 11111 | 100000 | 101001110 | 100101 | 110010 |
Color Harmonies of #AD5078
Complementary color
Monochromatic Colors of #AD5078
Black with #AD5078
Text Example
Text Example
White with #AD5078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5078; }
p { color: rgb(173,80,120); }
H1.HeaderClassName
{
color: #AD5078;
}
.AnyTagClassName
{
color: #AD5078;
}
</style>
background-color css
<style>
a { background-color: #AD5078; }
a { background-color: rgb(173,80,120); }
div.DivClassName
{
background-color: #AD5078;
}
.BgClassName
{
background-color: #AD5078;
}
</style>
border-color css
<style>
span { border-color: #AD5078; }
span { border-color: rgb(173,80,120); }
td.TdClassName
{
border-color: #AD5078;
}
.TagClassName
{
border-color: #AD5078;
}
</style>