Shades of Royal Heath #A9427A
Tints of Royal Heath #A9427A
RGB
CMYK
RGB Variations
Color information
#A9427A (or 0xA9427A) is known color: Royal Heath. HEX triplet: A9, 42 and 7A. RGB value is (169,66,122). Sum of RGB (Red+Green+Blue) = 169+66+122=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A9427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9427A is #56BD85. Grayscale: #676767. Windows color (decimal): -5684614 or 8012457. OLE color: 8012457.
HSL color Cylindrical-coordinate representation of color #A9427A: hue angle of 327.38º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A9427A is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 66 | 122 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.34 |
| HSL | 327.38º | 0.44% | 0.46% | - |
| HSV(B) | 327.38º | 0.61% | 0.66% | - |
| XYZ | 21.82 | 13.74 | 19.91 | - |
| YUV | 103.18 | 138.62 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 66 | 122 | 0 | 0.61 | 0.28 | 0.34 | 327.38 | 0.44 | 0.46 |
| Hex | A9 | 42 | 7A | 0 | 3D | 1C | 22 | 147 | 2C | 2E |
| Octal | 251 | 102 | 172 | 0 | 75 | 34 | 42 | 507 | 54 | 56 |
| Binary | 10101001 | 1000010 | 1111010 | 0 | 111101 | 11100 | 100010 | 101000111 | 101100 | 101110 |
Color Harmonies of #A9427A
Complementary color
Monochromatic Colors of #A9427A
Black with #A9427A
Text Example
Text Example
White with #A9427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9427A; }
p { color: rgb(169,66,122); }
H1.HeaderClassName
{
color: #A9427A;
}
.AnyTagClassName
{
color: #A9427A;
}
</style>
background-color css
<style>
a { background-color: #A9427A; }
a { background-color: rgb(169,66,122); }
div.DivClassName
{
background-color: #A9427A;
}
.BgClassName
{
background-color: #A9427A;
}
</style>
border-color css
<style>
span { border-color: #A9427A; }
span { border-color: rgb(169,66,122); }
td.TdClassName
{
border-color: #A9427A;
}
.TagClassName
{
border-color: #A9427A;
}
</style>