Shades of Royal Heath #AD477F
Tints of Royal Heath #AD477F
RGB
CMYK
RGB Variations
Color information
#AD477F (or 0xAD477F) is known color: Royal Heath. HEX triplet: AD, 47 and 7F. RGB value is (173,71,127). Sum of RGB (Red+Green+Blue) = 173+71+127=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD477F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD477F is #52B880. Grayscale: #6B6B6B. Windows color (decimal): -5421185 or 8341421. OLE color: 8341421.
HSL color Cylindrical-coordinate representation of color #AD477F: hue angle of 327.06º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD477F is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 71 | 127 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.32 |
| HSL | 327.06º | 0.42% | 0.48% | - |
| HSV(B) | 327.06º | 0.59% | 0.68% | - |
| XYZ | 23.32 | 14.92 | 21.73 | - |
| YUV | 107.88 | 138.79 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 127 | 0 | 0.59 | 0.27 | 0.32 | 327.06 | 0.42 | 0.48 |
| Hex | AD | 47 | 7F | 0 | 3B | 1B | 20 | 147 | 2A | 30 |
| Octal | 255 | 107 | 177 | 0 | 73 | 33 | 40 | 507 | 52 | 60 |
| Binary | 10101101 | 1000111 | 1111111 | 0 | 111011 | 11011 | 100000 | 101000111 | 101010 | 110000 |
Color Harmonies of #AD477F
Complementary color
Monochromatic Colors of #AD477F
Black with #AD477F
Text Example
Text Example
White with #AD477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD477F; }
p { color: rgb(173,71,127); }
H1.HeaderClassName
{
color: #AD477F;
}
.AnyTagClassName
{
color: #AD477F;
}
</style>
background-color css
<style>
a { background-color: #AD477F; }
a { background-color: rgb(173,71,127); }
div.DivClassName
{
background-color: #AD477F;
}
.BgClassName
{
background-color: #AD477F;
}
</style>
border-color css
<style>
span { border-color: #AD477F; }
span { border-color: rgb(173,71,127); }
td.TdClassName
{
border-color: #AD477F;
}
.TagClassName
{
border-color: #AD477F;
}
</style>