Shades of Royal Heath #AA497A
Tints of Royal Heath #AA497A
RGB
CMYK
RGB Variations
Color information
#AA497A (or 0xAA497A) is known color: Royal Heath. HEX triplet: AA, 49 and 7A. RGB value is (170,73,122). Sum of RGB (Red+Green+Blue) = 170+73+122=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA497A is #55B685. Grayscale: #6B6B6B. Windows color (decimal): -5617286 or 8014250. OLE color: 8014250.
HSL color Cylindrical-coordinate representation of color #AA497A: hue angle of 329.69º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA497A is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 122 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.33 |
| HSL | 329.69º | 0.4% | 0.48% | - |
| HSV(B) | 329.69º | 0.57% | 0.67% | - |
| XYZ | 22.47 | 14.72 | 20.07 | - |
| YUV | 107.59 | 136.14 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 122 | 0 | 0.57 | 0.28 | 0.33 | 329.69 | 0.4 | 0.48 |
| Hex | AA | 49 | 7A | 0 | 39 | 1C | 21 | 14A | 28 | 30 |
| Octal | 252 | 111 | 172 | 0 | 71 | 34 | 41 | 512 | 50 | 60 |
| Binary | 10101010 | 1001001 | 1111010 | 0 | 111001 | 11100 | 100001 | 101001010 | 101000 | 110000 |
Color Harmonies of #AA497A
Complementary color
Monochromatic Colors of #AA497A
Black with #AA497A
Text Example
Text Example
White with #AA497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA497A; }
p { color: rgb(170,73,122); }
H1.HeaderClassName
{
color: #AA497A;
}
.AnyTagClassName
{
color: #AA497A;
}
</style>
background-color css
<style>
a { background-color: #AA497A; }
a { background-color: rgb(170,73,122); }
div.DivClassName
{
background-color: #AA497A;
}
.BgClassName
{
background-color: #AA497A;
}
</style>
border-color css
<style>
span { border-color: #AA497A; }
span { border-color: rgb(170,73,122); }
td.TdClassName
{
border-color: #AA497A;
}
.TagClassName
{
border-color: #AA497A;
}
</style>