Shades of Royal Heath #AA547B
Tints of Royal Heath #AA547B
RGB
CMYK
RGB Variations
Color information
#AA547B (or 0xAA547B) is known color: Royal Heath. HEX triplet: AA, 54 and 7B. RGB value is (170,84,123). Sum of RGB (Red+Green+Blue) = 170+84+123=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA547B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA547B is #55AB84. Grayscale: #727272. Windows color (decimal): -5614469 or 8082602. OLE color: 8082602.
HSL color Cylindrical-coordinate representation of color #AA547B: hue angle of 332.79º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA547B is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 123 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.33 |
| HSL | 332.79º | 0.34% | 0.5% | - |
| HSV(B) | 332.79º | 0.51% | 0.67% | - |
| XYZ | 23.32 | 16.32 | 20.66 | - |
| YUV | 114.16 | 132.99 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 123 | 0 | 0.51 | 0.28 | 0.33 | 332.79 | 0.34 | 0.5 |
| Hex | AA | 54 | 7B | 0 | 33 | 1C | 21 | 14D | 22 | 32 |
| Octal | 252 | 124 | 173 | 0 | 63 | 34 | 41 | 515 | 42 | 62 |
| Binary | 10101010 | 1010100 | 1111011 | 0 | 110011 | 11100 | 100001 | 101001101 | 100010 | 110010 |
Color Harmonies of #AA547B
Complementary color
Monochromatic Colors of #AA547B
Black with #AA547B
Text Example
Text Example
White with #AA547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA547B; }
p { color: rgb(170,84,123); }
H1.HeaderClassName
{
color: #AA547B;
}
.AnyTagClassName
{
color: #AA547B;
}
</style>
background-color css
<style>
a { background-color: #AA547B; }
a { background-color: rgb(170,84,123); }
div.DivClassName
{
background-color: #AA547B;
}
.BgClassName
{
background-color: #AA547B;
}
</style>
border-color css
<style>
span { border-color: #AA547B; }
span { border-color: rgb(170,84,123); }
td.TdClassName
{
border-color: #AA547B;
}
.TagClassName
{
border-color: #AA547B;
}
</style>