Shades of Royal Heath #AA517D
Tints of Royal Heath #AA517D
RGB
CMYK
RGB Variations
Color information
#AA517D (or 0xAA517D) is known color: Royal Heath. HEX triplet: AA, 51 and 7D. RGB value is (170,81,125). Sum of RGB (Red+Green+Blue) = 170+81+125=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA517D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA517D is #55AE82. Grayscale: #707070. Windows color (decimal): -5615235 or 8212906. OLE color: 8212906.
HSL color Cylindrical-coordinate representation of color #AA517D: hue angle of 330.34º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA517D is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 125 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.33 |
| HSL | 330.34º | 0.35% | 0.49% | - |
| HSV(B) | 330.34º | 0.52% | 0.67% | - |
| XYZ | 23.22 | 15.91 | 21.25 | - |
| YUV | 112.63 | 134.99 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 125 | 0 | 0.52 | 0.26 | 0.33 | 330.34 | 0.35 | 0.49 |
| Hex | AA | 51 | 7D | 0 | 34 | 1A | 21 | 14A | 23 | 31 |
| Octal | 252 | 121 | 175 | 0 | 64 | 32 | 41 | 512 | 43 | 61 |
| Binary | 10101010 | 1010001 | 1111101 | 0 | 110100 | 11010 | 100001 | 101001010 | 100011 | 110001 |
Color Harmonies of #AA517D
Complementary color
Monochromatic Colors of #AA517D
Black with #AA517D
Text Example
Text Example
White with #AA517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA517D; }
p { color: rgb(170,81,125); }
H1.HeaderClassName
{
color: #AA517D;
}
.AnyTagClassName
{
color: #AA517D;
}
</style>
background-color css
<style>
a { background-color: #AA517D; }
a { background-color: rgb(170,81,125); }
div.DivClassName
{
background-color: #AA517D;
}
.BgClassName
{
background-color: #AA517D;
}
</style>
border-color css
<style>
span { border-color: #AA517D; }
span { border-color: rgb(170,81,125); }
td.TdClassName
{
border-color: #AA517D;
}
.TagClassName
{
border-color: #AA517D;
}
</style>