Shades of Royal Heath #AA507D
Tints of Royal Heath #AA507D
RGB
CMYK
RGB Variations
Color information
#AA507D (or 0xAA507D) is known color: Royal Heath. HEX triplet: AA, 50 and 7D. RGB value is (170,80,125). Sum of RGB (Red+Green+Blue) = 170+80+125=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA507D is #55AF82. Grayscale: #6F6F6F. Windows color (decimal): -5615491 or 8212650. OLE color: 8212650.
HSL color Cylindrical-coordinate representation of color #AA507D: hue angle of 330º 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 #AA507D is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 125 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.33 |
| HSL | 330º | 0.36% | 0.49% | - |
| HSV(B) | 330º | 0.53% | 0.67% | - |
| XYZ | 23.15 | 15.76 | 21.22 | - |
| YUV | 112.04 | 135.32 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 125 | 0 | 0.53 | 0.26 | 0.33 | 330 | 0.36 | 0.49 |
| Hex | AA | 50 | 7D | 0 | 35 | 1A | 21 | 14A | 24 | 31 |
| Octal | 252 | 120 | 175 | 0 | 65 | 32 | 41 | 512 | 44 | 61 |
| Binary | 10101010 | 1010000 | 1111101 | 0 | 110101 | 11010 | 100001 | 101001010 | 100100 | 110001 |
Color Harmonies of #AA507D
Complementary color
Monochromatic Colors of #AA507D
Black with #AA507D
Text Example
Text Example
White with #AA507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA507D; }
p { color: rgb(170,80,125); }
H1.HeaderClassName
{
color: #AA507D;
}
.AnyTagClassName
{
color: #AA507D;
}
</style>
background-color css
<style>
a { background-color: #AA507D; }
a { background-color: rgb(170,80,125); }
div.DivClassName
{
background-color: #AA507D;
}
.BgClassName
{
background-color: #AA507D;
}
</style>
border-color css
<style>
span { border-color: #AA507D; }
span { border-color: rgb(170,80,125); }
td.TdClassName
{
border-color: #AA507D;
}
.TagClassName
{
border-color: #AA507D;
}
</style>