Shades of Royal Heath #AD4A82
Tints of Royal Heath #AD4A82
RGB
CMYK
RGB Variations
Color information
#AD4A82 (or 0xAD4A82) is known color: Royal Heath. HEX triplet: AD, 4A and 82. RGB value is (173,74,130). Sum of RGB (Red+Green+Blue) = 173+74+130=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4A82 is #52B57D. Grayscale: #6D6D6D. Windows color (decimal): -5420414 or 8538797. OLE color: 8538797.
HSL color Cylindrical-coordinate representation of color #AD4A82: hue angle of 326.06º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD4A82 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 74 | 130 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.32 |
| HSL | 326.06º | 0.4% | 0.48% | - |
| HSV(B) | 326.06º | 0.57% | 0.68% | - |
| XYZ | 23.71 | 15.39 | 22.84 | - |
| YUV | 109.99 | 139.3 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 130 | 0 | 0.57 | 0.25 | 0.32 | 326.06 | 0.4 | 0.48 |
| Hex | AD | 4A | 82 | 0 | 39 | 19 | 20 | 146 | 28 | 30 |
| Octal | 255 | 112 | 202 | 0 | 71 | 31 | 40 | 506 | 50 | 60 |
| Binary | 10101101 | 1001010 | 10000010 | 0 | 111001 | 11001 | 100000 | 101000110 | 101000 | 110000 |
Color Harmonies of #AD4A82
Complementary color
Monochromatic Colors of #AD4A82
Black with #AD4A82
Text Example
Text Example
White with #AD4A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4A82; }
p { color: rgb(173,74,130); }
H1.HeaderClassName
{
color: #AD4A82;
}
.AnyTagClassName
{
color: #AD4A82;
}
</style>
background-color css
<style>
a { background-color: #AD4A82; }
a { background-color: rgb(173,74,130); }
div.DivClassName
{
background-color: #AD4A82;
}
.BgClassName
{
background-color: #AD4A82;
}
</style>
border-color css
<style>
span { border-color: #AD4A82; }
span { border-color: rgb(173,74,130); }
td.TdClassName
{
border-color: #AD4A82;
}
.TagClassName
{
border-color: #AD4A82;
}
</style>