Shades of Royal Heath #AA487B
Tints of Royal Heath #AA487B
RGB
CMYK
RGB Variations
Color information
#AA487B (or 0xAA487B) is known color: Royal Heath. HEX triplet: AA, 48 and 7B. RGB value is (170,72,123). Sum of RGB (Red+Green+Blue) = 170+72+123=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA487B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA487B is #55B784. Grayscale: #6B6B6B. Windows color (decimal): -5617541 or 8079530. OLE color: 8079530.
HSL color Cylindrical-coordinate representation of color #AA487B: hue angle of 328.78º 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 #AA487B is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 123 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.33 |
| HSL | 328.78º | 0.4% | 0.47% | - |
| HSV(B) | 328.78º | 0.58% | 0.67% | - |
| XYZ | 22.47 | 14.61 | 20.37 | - |
| YUV | 107.12 | 136.97 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 123 | 0 | 0.58 | 0.28 | 0.33 | 328.78 | 0.4 | 0.47 |
| Hex | AA | 48 | 7B | 0 | 3A | 1C | 21 | 149 | 28 | 2F |
| Octal | 252 | 110 | 173 | 0 | 72 | 34 | 41 | 511 | 50 | 57 |
| Binary | 10101010 | 1001000 | 1111011 | 0 | 111010 | 11100 | 100001 | 101001001 | 101000 | 101111 |
Color Harmonies of #AA487B
Complementary color
Monochromatic Colors of #AA487B
Black with #AA487B
Text Example
Text Example
White with #AA487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA487B; }
p { color: rgb(170,72,123); }
H1.HeaderClassName
{
color: #AA487B;
}
.AnyTagClassName
{
color: #AA487B;
}
</style>
background-color css
<style>
a { background-color: #AA487B; }
a { background-color: rgb(170,72,123); }
div.DivClassName
{
background-color: #AA487B;
}
.BgClassName
{
background-color: #AA487B;
}
</style>
border-color css
<style>
span { border-color: #AA487B; }
span { border-color: rgb(170,72,123); }
td.TdClassName
{
border-color: #AA487B;
}
.TagClassName
{
border-color: #AA487B;
}
</style>