Shades of Royal Heath #AA547E
Tints of Royal Heath #AA547E
RGB
CMYK
RGB Variations
Color information
#AA547E (or 0xAA547E) is known color: Royal Heath. HEX triplet: AA, 54 and 7E. RGB value is (170,84,126). Sum of RGB (Red+Green+Blue) = 170+84+126=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA547E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA547E is #55AB81. Grayscale: #727272. Windows color (decimal): -5614466 or 8279210. OLE color: 8279210.
HSL color Cylindrical-coordinate representation of color #AA547E: hue angle of 330.7º 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 #AA547E is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 126 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.33 |
| HSL | 330.7º | 0.34% | 0.5% | - |
| HSV(B) | 330.7º | 0.51% | 0.67% | - |
| XYZ | 23.51 | 16.39 | 21.66 | - |
| YUV | 114.5 | 134.49 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 126 | 0 | 0.51 | 0.26 | 0.33 | 330.7 | 0.34 | 0.5 |
| Hex | AA | 54 | 7E | 0 | 33 | 1A | 21 | 14B | 22 | 32 |
| Octal | 252 | 124 | 176 | 0 | 63 | 32 | 41 | 513 | 42 | 62 |
| Binary | 10101010 | 1010100 | 1111110 | 0 | 110011 | 11010 | 100001 | 101001011 | 100010 | 110010 |
Color Harmonies of #AA547E
Complementary color
Monochromatic Colors of #AA547E
Black with #AA547E
Text Example
Text Example
White with #AA547E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA547E; }
p { color: rgb(170,84,126); }
H1.HeaderClassName
{
color: #AA547E;
}
.AnyTagClassName
{
color: #AA547E;
}
</style>
background-color css
<style>
a { background-color: #AA547E; }
a { background-color: rgb(170,84,126); }
div.DivClassName
{
background-color: #AA547E;
}
.BgClassName
{
background-color: #AA547E;
}
</style>
border-color css
<style>
span { border-color: #AA547E; }
span { border-color: rgb(170,84,126); }
td.TdClassName
{
border-color: #AA547E;
}
.TagClassName
{
border-color: #AA547E;
}
</style>