Shades of Royal Heath #A9487E
Tints of Royal Heath #A9487E
RGB
CMYK
RGB Variations
Color information
#A9487E (or 0xA9487E) is known color: Royal Heath. HEX triplet: A9, 48 and 7E. RGB value is (169,72,126). Sum of RGB (Red+Green+Blue) = 169+72+126=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A9487E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9487E is #56B781. Grayscale: #6B6B6B. Windows color (decimal): -5683074 or 8276137. OLE color: 8276137.
HSL color Cylindrical-coordinate representation of color #A9487E: hue angle of 326.6º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A9487E is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 72 | 126 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.34 |
| HSL | 326.6º | 0.4% | 0.47% | - |
| HSV(B) | 326.6º | 0.57% | 0.66% | - |
| XYZ | 22.45 | 14.58 | 21.37 | - |
| YUV | 107.16 | 138.64 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 72 | 126 | 0 | 0.57 | 0.25 | 0.34 | 326.6 | 0.4 | 0.47 |
| Hex | A9 | 48 | 7E | 0 | 39 | 19 | 22 | 147 | 28 | 2F |
| Octal | 251 | 110 | 176 | 0 | 71 | 31 | 42 | 507 | 50 | 57 |
| Binary | 10101001 | 1001000 | 1111110 | 0 | 111001 | 11001 | 100010 | 101000111 | 101000 | 101111 |
Color Harmonies of #A9487E
Complementary color
Monochromatic Colors of #A9487E
Black with #A9487E
Text Example
Text Example
White with #A9487E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9487E; }
p { color: rgb(169,72,126); }
H1.HeaderClassName
{
color: #A9487E;
}
.AnyTagClassName
{
color: #A9487E;
}
</style>
background-color css
<style>
a { background-color: #A9487E; }
a { background-color: rgb(169,72,126); }
div.DivClassName
{
background-color: #A9487E;
}
.BgClassName
{
background-color: #A9487E;
}
</style>
border-color css
<style>
span { border-color: #A9487E; }
span { border-color: rgb(169,72,126); }
td.TdClassName
{
border-color: #A9487E;
}
.TagClassName
{
border-color: #A9487E;
}
</style>