Shades of Royal Heath #AD4B7A
Tints of Royal Heath #AD4B7A
RGB
CMYK
RGB Variations
Color information
#AD4B7A (or 0xAD4B7A) is known color: Royal Heath. HEX triplet: AD, 4B and 7A. RGB value is (173,75,122). Sum of RGB (Red+Green+Blue) = 173+75+122=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4B7A is #52B485. Grayscale: #6D6D6D. Windows color (decimal): -5420166 or 8014765. OLE color: 8014765.
HSL color Cylindrical-coordinate representation of color #AD4B7A: hue angle of 331.22º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD4B7A is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 75 | 122 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.32 |
| HSL | 331.22º | 0.4% | 0.49% | - |
| HSV(B) | 331.22º | 0.57% | 0.68% | - |
| XYZ | 23.26 | 15.32 | 20.14 | - |
| YUV | 109.66 | 134.97 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 122 | 0 | 0.57 | 0.29 | 0.32 | 331.22 | 0.4 | 0.49 |
| Hex | AD | 4B | 7A | 0 | 39 | 1D | 20 | 14B | 28 | 31 |
| Octal | 255 | 113 | 172 | 0 | 71 | 35 | 40 | 513 | 50 | 61 |
| Binary | 10101101 | 1001011 | 1111010 | 0 | 111001 | 11101 | 100000 | 101001011 | 101000 | 110001 |
Color Harmonies of #AD4B7A
Complementary color
Monochromatic Colors of #AD4B7A
Black with #AD4B7A
Text Example
Text Example
White with #AD4B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4B7A; }
p { color: rgb(173,75,122); }
H1.HeaderClassName
{
color: #AD4B7A;
}
.AnyTagClassName
{
color: #AD4B7A;
}
</style>
background-color css
<style>
a { background-color: #AD4B7A; }
a { background-color: rgb(173,75,122); }
div.DivClassName
{
background-color: #AD4B7A;
}
.BgClassName
{
background-color: #AD4B7A;
}
</style>
border-color css
<style>
span { border-color: #AD4B7A; }
span { border-color: rgb(173,75,122); }
td.TdClassName
{
border-color: #AD4B7A;
}
.TagClassName
{
border-color: #AD4B7A;
}
</style>