Shades of Royal Heath #A94781
Tints of Royal Heath #A94781
RGB
CMYK
RGB Variations
Color information
#A94781 (or 0xA94781) is known color: Royal Heath. HEX triplet: A9, 47 and 81. RGB value is (169,71,129). Sum of RGB (Red+Green+Blue) = 169+71+129=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A94781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94781 is #56B87E. Grayscale: #6A6A6A. Windows color (decimal): -5683327 or 8472489. OLE color: 8472489.
HSL color Cylindrical-coordinate representation of color #A94781: hue angle of 324.49º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A94781 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 71 | 129 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.34 |
| HSL | 324.49º | 0.41% | 0.47% | - |
| HSV(B) | 324.49º | 0.58% | 0.66% | - |
| XYZ | 22.58 | 14.53 | 22.38 | - |
| YUV | 106.91 | 140.47 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 71 | 129 | 0 | 0.58 | 0.24 | 0.34 | 324.49 | 0.41 | 0.47 |
| Hex | A9 | 47 | 81 | 0 | 3A | 18 | 22 | 144 | 29 | 2F |
| Octal | 251 | 107 | 201 | 0 | 72 | 30 | 42 | 504 | 51 | 57 |
| Binary | 10101001 | 1000111 | 10000001 | 0 | 111010 | 11000 | 100010 | 101000100 | 101001 | 101111 |
Color Harmonies of #A94781
Complementary color
Monochromatic Colors of #A94781
Black with #A94781
Text Example
Text Example
White with #A94781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94781; }
p { color: rgb(169,71,129); }
H1.HeaderClassName
{
color: #A94781;
}
.AnyTagClassName
{
color: #A94781;
}
</style>
background-color css
<style>
a { background-color: #A94781; }
a { background-color: rgb(169,71,129); }
div.DivClassName
{
background-color: #A94781;
}
.BgClassName
{
background-color: #A94781;
}
</style>
border-color css
<style>
span { border-color: #A94781; }
span { border-color: rgb(169,71,129); }
td.TdClassName
{
border-color: #A94781;
}
.TagClassName
{
border-color: #A94781;
}
</style>