Shades of Royal Heath #AA507C
Tints of Royal Heath #AA507C
RGB
CMYK
RGB Variations
Color information
#AA507C (or 0xAA507C) is known color: Royal Heath. HEX triplet: AA, 50 and 7C. RGB value is (170,80,124). Sum of RGB (Red+Green+Blue) = 170+80+124=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA507C is #55AF83. Grayscale: #6F6F6F. Windows color (decimal): -5615492 or 8147114. OLE color: 8147114.
HSL color Cylindrical-coordinate representation of color #AA507C: hue angle of 330.67º 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 #AA507C is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 124 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.33 |
| HSL | 330.67º | 0.36% | 0.49% | - |
| HSV(B) | 330.67º | 0.53% | 0.67% | - |
| XYZ | 23.08 | 15.74 | 20.89 | - |
| YUV | 111.93 | 134.82 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 124 | 0 | 0.53 | 0.27 | 0.33 | 330.67 | 0.36 | 0.49 |
| Hex | AA | 50 | 7C | 0 | 35 | 1B | 21 | 14B | 24 | 31 |
| Octal | 252 | 120 | 174 | 0 | 65 | 33 | 41 | 513 | 44 | 61 |
| Binary | 10101010 | 1010000 | 1111100 | 0 | 110101 | 11011 | 100001 | 101001011 | 100100 | 110001 |
Color Harmonies of #AA507C
Complementary color
Monochromatic Colors of #AA507C
Black with #AA507C
Text Example
Text Example
White with #AA507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA507C; }
p { color: rgb(170,80,124); }
H1.HeaderClassName
{
color: #AA507C;
}
.AnyTagClassName
{
color: #AA507C;
}
</style>
background-color css
<style>
a { background-color: #AA507C; }
a { background-color: rgb(170,80,124); }
div.DivClassName
{
background-color: #AA507C;
}
.BgClassName
{
background-color: #AA507C;
}
</style>
border-color css
<style>
span { border-color: #AA507C; }
span { border-color: rgb(170,80,124); }
td.TdClassName
{
border-color: #AA507C;
}
.TagClassName
{
border-color: #AA507C;
}
</style>