Shades of Royal Heath #AD5878
Tints of Royal Heath #AD5878
RGB
CMYK
RGB Variations
Color information
#AD5878 (or 0xAD5878) is known color: Royal Heath. HEX triplet: AD, 58 and 78. RGB value is (173,88,120). Sum of RGB (Red+Green+Blue) = 173+88+120=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5878 is #52A787. Grayscale: #757575. Windows color (decimal): -5416840 or 7887021. OLE color: 7887021.
HSL color Cylindrical-coordinate representation of color #AD5878: hue angle of 337.41º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD5878 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 120 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.32 |
| HSL | 337.41º | 0.34% | 0.51% | - |
| HSV(B) | 337.41º | 0.49% | 0.68% | - |
| XYZ | 24.11 | 17.22 | 19.82 | - |
| YUV | 117.06 | 129.66 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 120 | 0 | 0.49 | 0.31 | 0.32 | 337.41 | 0.34 | 0.51 |
| Hex | AD | 58 | 78 | 0 | 31 | 1F | 20 | 151 | 22 | 33 |
| Octal | 255 | 130 | 170 | 0 | 61 | 37 | 40 | 521 | 42 | 63 |
| Binary | 10101101 | 1011000 | 1111000 | 0 | 110001 | 11111 | 100000 | 101010001 | 100010 | 110011 |
Color Harmonies of #AD5878
Complementary color
Monochromatic Colors of #AD5878
Black with #AD5878
Text Example
Text Example
White with #AD5878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5878; }
p { color: rgb(173,88,120); }
H1.HeaderClassName
{
color: #AD5878;
}
.AnyTagClassName
{
color: #AD5878;
}
</style>
background-color css
<style>
a { background-color: #AD5878; }
a { background-color: rgb(173,88,120); }
div.DivClassName
{
background-color: #AD5878;
}
.BgClassName
{
background-color: #AD5878;
}
</style>
border-color css
<style>
span { border-color: #AD5878; }
span { border-color: rgb(173,88,120); }
td.TdClassName
{
border-color: #AD5878;
}
.TagClassName
{
border-color: #AD5878;
}
</style>