Shades of Royal Heath #AA437A
Tints of Royal Heath #AA437A
RGB
CMYK
RGB Variations
Color information
#AA437A (or 0xAA437A) is known color: Royal Heath. HEX triplet: AA, 43 and 7A. RGB value is (170,67,122). Sum of RGB (Red+Green+Blue) = 170+67+122=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA437A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA437A is #55BC85. Grayscale: #676767. Windows color (decimal): -5618822 or 8012714. OLE color: 8012714.
HSL color Cylindrical-coordinate representation of color #AA437A: hue angle of 327.96º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA437A is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 122 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.33 |
| HSL | 327.96º | 0.43% | 0.46% | - |
| HSV(B) | 327.96º | 0.61% | 0.67% | - |
| XYZ | 22.1 | 13.97 | 19.94 | - |
| YUV | 104.07 | 138.12 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 122 | 0 | 0.61 | 0.28 | 0.33 | 327.96 | 0.43 | 0.46 |
| Hex | AA | 43 | 7A | 0 | 3D | 1C | 21 | 148 | 2B | 2E |
| Octal | 252 | 103 | 172 | 0 | 75 | 34 | 41 | 510 | 53 | 56 |
| Binary | 10101010 | 1000011 | 1111010 | 0 | 111101 | 11100 | 100001 | 101001000 | 101011 | 101110 |
Color Harmonies of #AA437A
Complementary color
Monochromatic Colors of #AA437A
Black with #AA437A
Text Example
Text Example
White with #AA437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA437A; }
p { color: rgb(170,67,122); }
H1.HeaderClassName
{
color: #AA437A;
}
.AnyTagClassName
{
color: #AA437A;
}
</style>
background-color css
<style>
a { background-color: #AA437A; }
a { background-color: rgb(170,67,122); }
div.DivClassName
{
background-color: #AA437A;
}
.BgClassName
{
background-color: #AA437A;
}
</style>
border-color css
<style>
span { border-color: #AA437A; }
span { border-color: rgb(170,67,122); }
td.TdClassName
{
border-color: #AA437A;
}
.TagClassName
{
border-color: #AA437A;
}
</style>