Shades of Royal Heath #AA447A
Tints of Royal Heath #AA447A
RGB
CMYK
RGB Variations
Color information
#AA447A (or 0xAA447A) is known color: Royal Heath. HEX triplet: AA, 44 and 7A. RGB value is (170,68,122). Sum of RGB (Red+Green+Blue) = 170+68+122=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA447A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA447A is #55BB85. Grayscale: #686868. Windows color (decimal): -5618566 or 8012970. OLE color: 8012970.
HSL color Cylindrical-coordinate representation of color #AA447A: hue angle of 328.24º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA447A is Cyan = 0, Magento = 0.6, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 122 | - |
| CMYK | 0 | 0.6 | 0.28 | 0.33 |
| HSL | 328.24º | 0.43% | 0.47% | - |
| HSV(B) | 328.24º | 0.6% | 0.67% | - |
| XYZ | 22.16 | 14.09 | 19.96 | - |
| YUV | 104.65 | 137.79 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 122 | 0 | 0.6 | 0.28 | 0.33 | 328.24 | 0.43 | 0.47 |
| Hex | AA | 44 | 7A | 0 | 3C | 1C | 21 | 148 | 2B | 2F |
| Octal | 252 | 104 | 172 | 0 | 74 | 34 | 41 | 510 | 53 | 57 |
| Binary | 10101010 | 1000100 | 1111010 | 0 | 111100 | 11100 | 100001 | 101001000 | 101011 | 101111 |
Color Harmonies of #AA447A
Complementary color
Monochromatic Colors of #AA447A
Black with #AA447A
Text Example
Text Example
White with #AA447A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA447A; }
p { color: rgb(170,68,122); }
H1.HeaderClassName
{
color: #AA447A;
}
.AnyTagClassName
{
color: #AA447A;
}
</style>
background-color css
<style>
a { background-color: #AA447A; }
a { background-color: rgb(170,68,122); }
div.DivClassName
{
background-color: #AA447A;
}
.BgClassName
{
background-color: #AA447A;
}
</style>
border-color css
<style>
span { border-color: #AA447A; }
span { border-color: rgb(170,68,122); }
td.TdClassName
{
border-color: #AA447A;
}
.TagClassName
{
border-color: #AA447A;
}
</style>