Shades of Royal Heath #AA3F7A
Tints of Royal Heath #AA3F7A
RGB
CMYK
RGB Variations
Color information
#AA3F7A (or 0xAA3F7A) is known color: Royal Heath. HEX triplet: AA, 3F and 7A. RGB value is (170,63,122). Sum of RGB (Red+Green+Blue) = 170+63+122=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3F7A is #55C085. Grayscale: #656565. Windows color (decimal): -5619846 or 8011690. OLE color: 8011690.
HSL color Cylindrical-coordinate representation of color #AA3F7A: hue angle of 326.92º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA3F7A is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 122 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.33 |
| HSL | 326.92º | 0.46% | 0.46% | - |
| HSV(B) | 326.92º | 0.63% | 0.67% | - |
| XYZ | 21.87 | 13.51 | 19.87 | - |
| YUV | 101.72 | 139.45 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 122 | 0 | 0.63 | 0.28 | 0.33 | 326.92 | 0.46 | 0.46 |
| Hex | AA | 3F | 7A | 0 | 3F | 1C | 21 | 147 | 2E | 2E |
| Octal | 252 | 77 | 172 | 0 | 77 | 34 | 41 | 507 | 56 | 56 |
| Binary | 10101010 | 111111 | 1111010 | 0 | 111111 | 11100 | 100001 | 101000111 | 101110 | 101110 |
Color Harmonies of #AA3F7A
Complementary color
Monochromatic Colors of #AA3F7A
Black with #AA3F7A
Text Example
Text Example
White with #AA3F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F7A; }
p { color: rgb(170,63,122); }
H1.HeaderClassName
{
color: #AA3F7A;
}
.AnyTagClassName
{
color: #AA3F7A;
}
</style>
background-color css
<style>
a { background-color: #AA3F7A; }
a { background-color: rgb(170,63,122); }
div.DivClassName
{
background-color: #AA3F7A;
}
.BgClassName
{
background-color: #AA3F7A;
}
</style>
border-color css
<style>
span { border-color: #AA3F7A; }
span { border-color: rgb(170,63,122); }
td.TdClassName
{
border-color: #AA3F7A;
}
.TagClassName
{
border-color: #AA3F7A;
}
</style>