Shades of Royal Heath #AA507A
Tints of Royal Heath #AA507A
RGB
CMYK
RGB Variations
Color information
#AA507A (or 0xAA507A) is known color: Royal Heath. HEX triplet: AA, 50 and 7A. RGB value is (170,80,122). Sum of RGB (Red+Green+Blue) = 170+80+122=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA507A is #55AF85. Grayscale: #6F6F6F. Windows color (decimal): -5615494 or 8016042. OLE color: 8016042.
HSL color Cylindrical-coordinate representation of color #AA507A: hue angle of 332º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA507A is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 122 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.33 |
| HSL | 332º | 0.36% | 0.49% | - |
| HSV(B) | 332º | 0.53% | 0.67% | - |
| XYZ | 22.96 | 15.69 | 20.23 | - |
| YUV | 111.7 | 133.82 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 122 | 0 | 0.53 | 0.28 | 0.33 | 332 | 0.36 | 0.49 |
| Hex | AA | 50 | 7A | 0 | 35 | 1C | 21 | 14C | 24 | 31 |
| Octal | 252 | 120 | 172 | 0 | 65 | 34 | 41 | 514 | 44 | 61 |
| Binary | 10101010 | 1010000 | 1111010 | 0 | 110101 | 11100 | 100001 | 101001100 | 100100 | 110001 |
Color Harmonies of #AA507A
Complementary color
Monochromatic Colors of #AA507A
Black with #AA507A
Text Example
Text Example
White with #AA507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA507A; }
p { color: rgb(170,80,122); }
H1.HeaderClassName
{
color: #AA507A;
}
.AnyTagClassName
{
color: #AA507A;
}
</style>
background-color css
<style>
a { background-color: #AA507A; }
a { background-color: rgb(170,80,122); }
div.DivClassName
{
background-color: #AA507A;
}
.BgClassName
{
background-color: #AA507A;
}
</style>
border-color css
<style>
span { border-color: #AA507A; }
span { border-color: rgb(170,80,122); }
td.TdClassName
{
border-color: #AA507A;
}
.TagClassName
{
border-color: #AA507A;
}
</style>