Shades of Royal Heath #AD477B
Tints of Royal Heath #AD477B
RGB
CMYK
RGB Variations
Color information
#AD477B (or 0xAD477B) is known color: Royal Heath. HEX triplet: AD, 47 and 7B. RGB value is (173,71,123). Sum of RGB (Red+Green+Blue) = 173+71+123=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD477B is #52B884. Grayscale: #6B6B6B. Windows color (decimal): -5421189 or 8079277. OLE color: 8079277.
HSL color Cylindrical-coordinate representation of color #AD477B: hue angle of 329.41º 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 #AD477B is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 71 | 123 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.32 |
| HSL | 329.41º | 0.42% | 0.48% | - |
| HSV(B) | 329.41º | 0.59% | 0.68% | - |
| XYZ | 23.06 | 14.82 | 20.38 | - |
| YUV | 107.43 | 136.79 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 123 | 0 | 0.59 | 0.29 | 0.32 | 329.41 | 0.42 | 0.48 |
| Hex | AD | 47 | 7B | 0 | 3B | 1D | 20 | 149 | 2A | 30 |
| Octal | 255 | 107 | 173 | 0 | 73 | 35 | 40 | 511 | 52 | 60 |
| Binary | 10101101 | 1000111 | 1111011 | 0 | 111011 | 11101 | 100000 | 101001001 | 101010 | 110000 |
Color Harmonies of #AD477B
Complementary color
Monochromatic Colors of #AD477B
Black with #AD477B
Text Example
Text Example
White with #AD477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD477B; }
p { color: rgb(173,71,123); }
H1.HeaderClassName
{
color: #AD477B;
}
.AnyTagClassName
{
color: #AD477B;
}
</style>
background-color css
<style>
a { background-color: #AD477B; }
a { background-color: rgb(173,71,123); }
div.DivClassName
{
background-color: #AD477B;
}
.BgClassName
{
background-color: #AD477B;
}
</style>
border-color css
<style>
span { border-color: #AD477B; }
span { border-color: rgb(173,71,123); }
td.TdClassName
{
border-color: #AD477B;
}
.TagClassName
{
border-color: #AD477B;
}
</style>