Shades of Royal Heath #AD5A7B
Tints of Royal Heath #AD5A7B
RGB
CMYK
RGB Variations
Color information
#AD5A7B (or 0xAD5A7B) is known color: Royal Heath. HEX triplet: AD, 5A and 7B. RGB value is (173,90,123). Sum of RGB (Red+Green+Blue) = 173+90+123=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5A7B is #52A584. Grayscale: #767676. Windows color (decimal): -5416325 or 8084141. OLE color: 8084141.
HSL color Cylindrical-coordinate representation of color #AD5A7B: hue angle of 336.14º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD5A7B is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 90 | 123 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.32 |
| HSL | 336.14º | 0.34% | 0.52% | - |
| HSV(B) | 336.14º | 0.48% | 0.68% | - |
| XYZ | 24.46 | 17.63 | 20.85 | - |
| YUV | 118.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 123 | 0 | 0.48 | 0.29 | 0.32 | 336.14 | 0.34 | 0.52 |
| Hex | AD | 5A | 7B | 0 | 30 | 1D | 20 | 150 | 22 | 34 |
| Octal | 255 | 132 | 173 | 0 | 60 | 35 | 40 | 520 | 42 | 64 |
| Binary | 10101101 | 1011010 | 1111011 | 0 | 110000 | 11101 | 100000 | 101010000 | 100010 | 110100 |
Color Harmonies of #AD5A7B
Complementary color
Monochromatic Colors of #AD5A7B
Black with #AD5A7B
Text Example
Text Example
White with #AD5A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5A7B; }
p { color: rgb(173,90,123); }
H1.HeaderClassName
{
color: #AD5A7B;
}
.AnyTagClassName
{
color: #AD5A7B;
}
</style>
background-color css
<style>
a { background-color: #AD5A7B; }
a { background-color: rgb(173,90,123); }
div.DivClassName
{
background-color: #AD5A7B;
}
.BgClassName
{
background-color: #AD5A7B;
}
</style>
border-color css
<style>
span { border-color: #AD5A7B; }
span { border-color: rgb(173,90,123); }
td.TdClassName
{
border-color: #AD5A7B;
}
.TagClassName
{
border-color: #AD5A7B;
}
</style>