Shades of Royal Heath #AA487F
Tints of Royal Heath #AA487F
RGB
CMYK
RGB Variations
Color information
#AA487F (or 0xAA487F) is known color: Royal Heath. HEX triplet: AA, 48 and 7F. RGB value is (170,72,127). Sum of RGB (Red+Green+Blue) = 170+72+127=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA487F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA487F is #55B780. Grayscale: #6B6B6B. Windows color (decimal): -5617537 or 8341674. OLE color: 8341674.
HSL color Cylindrical-coordinate representation of color #AA487F: hue angle of 326.33º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA487F is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 127 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.33 |
| HSL | 326.33º | 0.4% | 0.47% | - |
| HSV(B) | 326.33º | 0.58% | 0.67% | - |
| XYZ | 22.73 | 14.71 | 21.72 | - |
| YUV | 107.57 | 138.97 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 127 | 0 | 0.58 | 0.25 | 0.33 | 326.33 | 0.4 | 0.47 |
| Hex | AA | 48 | 7F | 0 | 3A | 19 | 21 | 146 | 28 | 2F |
| Octal | 252 | 110 | 177 | 0 | 72 | 31 | 41 | 506 | 50 | 57 |
| Binary | 10101010 | 1001000 | 1111111 | 0 | 111010 | 11001 | 100001 | 101000110 | 101000 | 101111 |
Color Harmonies of #AA487F
Complementary color
Monochromatic Colors of #AA487F
Black with #AA487F
Text Example
Text Example
White with #AA487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA487F; }
p { color: rgb(170,72,127); }
H1.HeaderClassName
{
color: #AA487F;
}
.AnyTagClassName
{
color: #AA487F;
}
</style>
background-color css
<style>
a { background-color: #AA487F; }
a { background-color: rgb(170,72,127); }
div.DivClassName
{
background-color: #AA487F;
}
.BgClassName
{
background-color: #AA487F;
}
</style>
border-color css
<style>
span { border-color: #AA487F; }
span { border-color: rgb(170,72,127); }
td.TdClassName
{
border-color: #AA487F;
}
.TagClassName
{
border-color: #AA487F;
}
</style>