Shades of Royal Heath #A9437D
Tints of Royal Heath #A9437D
RGB
CMYK
RGB Variations
Color information
#A9437D (or 0xA9437D) is known color: Royal Heath. HEX triplet: A9, 43 and 7D. RGB value is (169,67,125). Sum of RGB (Red+Green+Blue) = 169+67+125=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 169 - color contains mainly: red. Hex color #A9437D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9437D is #56BC82. Grayscale: #676767. Windows color (decimal): -5684355 or 8209321. OLE color: 8209321.
HSL color Cylindrical-coordinate representation of color #A9437D: hue angle of 325.88º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A9437D is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 67 | 125 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.34 |
| HSL | 325.88º | 0.43% | 0.46% | - |
| HSV(B) | 325.88º | 0.6% | 0.66% | - |
| XYZ | 22.07 | 13.93 | 20.93 | - |
| YUV | 104.11 | 139.79 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 67 | 125 | 0 | 0.60 | 0.26 | 0.34 | 325.88 | 0.43 | 0.46 |
| Hex | A9 | 43 | 7D | 0 | 3C | 1A | 22 | 146 | 2B | 2E |
| Octal | 251 | 103 | 175 | 0 | 74 | 32 | 42 | 506 | 53 | 56 |
| Binary | 10101001 | 1000011 | 1111101 | 0 | 111100 | 11010 | 100010 | 101000110 | 101011 | 101110 |
Color Harmonies of #A9437D
Complementary color
Monochromatic Colors of #A9437D
Black with #A9437D
Text Example
Text Example
White with #A9437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9437D; }
p { color: rgb(169,67,125); }
H1.HeaderClassName
{
color: #A9437D;
}
.AnyTagClassName
{
color: #A9437D;
}
</style>
background-color css
<style>
a { background-color: #A9437D; }
a { background-color: rgb(169,67,125); }
div.DivClassName
{
background-color: #A9437D;
}
.BgClassName
{
background-color: #A9437D;
}
</style>
border-color css
<style>
span { border-color: #A9437D; }
span { border-color: rgb(169,67,125); }
td.TdClassName
{
border-color: #A9437D;
}
.TagClassName
{
border-color: #A9437D;
}
</style>