Shades of Royal Heath #A9467D
Tints of Royal Heath #A9467D
RGB
CMYK
RGB Variations
Color information
#A9467D (or 0xA9467D) is known color: Royal Heath. HEX triplet: A9, 46 and 7D. RGB value is (169,70,125). Sum of RGB (Red+Green+Blue) = 169+70+125=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A9467D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9467D is #56B982. Grayscale: #696969. Windows color (decimal): -5683587 or 8210089. OLE color: 8210089.
HSL color Cylindrical-coordinate representation of color #A9467D: hue angle of 326.67º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A9467D is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 70 | 125 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.34 |
| HSL | 326.67º | 0.41% | 0.47% | - |
| HSV(B) | 326.67º | 0.59% | 0.66% | - |
| XYZ | 22.25 | 14.3 | 20.99 | - |
| YUV | 105.87 | 138.8 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 70 | 125 | 0 | 0.59 | 0.26 | 0.34 | 326.67 | 0.41 | 0.47 |
| Hex | A9 | 46 | 7D | 0 | 3B | 1A | 22 | 147 | 29 | 2F |
| Octal | 251 | 106 | 175 | 0 | 73 | 32 | 42 | 507 | 51 | 57 |
| Binary | 10101001 | 1000110 | 1111101 | 0 | 111011 | 11010 | 100010 | 101000111 | 101001 | 101111 |
Color Harmonies of #A9467D
Complementary color
Monochromatic Colors of #A9467D
Black with #A9467D
Text Example
Text Example
White with #A9467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9467D; }
p { color: rgb(169,70,125); }
H1.HeaderClassName
{
color: #A9467D;
}
.AnyTagClassName
{
color: #A9467D;
}
</style>
background-color css
<style>
a { background-color: #A9467D; }
a { background-color: rgb(169,70,125); }
div.DivClassName
{
background-color: #A9467D;
}
.BgClassName
{
background-color: #A9467D;
}
</style>
border-color css
<style>
span { border-color: #A9467D; }
span { border-color: rgb(169,70,125); }
td.TdClassName
{
border-color: #A9467D;
}
.TagClassName
{
border-color: #A9467D;
}
</style>