Shades of Royal Heath #A1497E
Tints of Royal Heath #A1497E
RGB
CMYK
RGB Variations
Color information
#A1497E (or 0xA1497E) is known color: Royal Heath. HEX triplet: A1, 49 and 7E. RGB value is (161,73,126). Sum of RGB (Red+Green+Blue) = 161+73+126=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A1497E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1497E is #5EB681. Grayscale: #696969. Windows color (decimal): -6207106 or 8276385. OLE color: 8276385.
HSL color Cylindrical-coordinate representation of color #A1497E: hue angle of 323.86º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1497E is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 73 | 126 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.37 |
| HSL | 323.86º | 0.38% | 0.46% | - |
| HSV(B) | 323.86º | 0.55% | 0.63% | - |
| XYZ | 20.85 | 13.85 | 21.31 | - |
| YUV | 105.35 | 139.65 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 73 | 126 | 0 | 0.55 | 0.22 | 0.37 | 323.86 | 0.38 | 0.46 |
| Hex | A1 | 49 | 7E | 0 | 37 | 16 | 25 | 144 | 26 | 2E |
| Octal | 241 | 111 | 176 | 0 | 67 | 26 | 45 | 504 | 46 | 56 |
| Binary | 10100001 | 1001001 | 1111110 | 0 | 110111 | 10110 | 100101 | 101000100 | 100110 | 101110 |
Color Harmonies of #A1497E
Complementary color
Monochromatic Colors of #A1497E
Black with #A1497E
Text Example
Text Example
White with #A1497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1497E; }
p { color: rgb(161,73,126); }
H1.HeaderClassName
{
color: #A1497E;
}
.AnyTagClassName
{
color: #A1497E;
}
</style>
background-color css
<style>
a { background-color: #A1497E; }
a { background-color: rgb(161,73,126); }
div.DivClassName
{
background-color: #A1497E;
}
.BgClassName
{
background-color: #A1497E;
}
</style>
border-color css
<style>
span { border-color: #A1497E; }
span { border-color: rgb(161,73,126); }
td.TdClassName
{
border-color: #A1497E;
}
.TagClassName
{
border-color: #A1497E;
}
</style>