Shades of Royal Heath #A1497B
Tints of Royal Heath #A1497B
RGB
CMYK
RGB Variations
Color information
#A1497B (or 0xA1497B) is known color: Royal Heath. HEX triplet: A1, 49 and 7B. RGB value is (161,73,123). Sum of RGB (Red+Green+Blue) = 161+73+123=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A1497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1497B is #5EB684. Grayscale: #686868. Windows color (decimal): -6207109 or 8079777. OLE color: 8079777.
HSL color Cylindrical-coordinate representation of color #A1497B: hue angle of 325.91º 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 #A1497B is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 73 | 123 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.37 |
| HSL | 325.91º | 0.38% | 0.46% | - |
| HSV(B) | 325.91º | 0.55% | 0.63% | - |
| XYZ | 20.66 | 13.77 | 20.31 | - |
| YUV | 105.01 | 138.15 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 73 | 123 | 0 | 0.55 | 0.24 | 0.37 | 325.91 | 0.38 | 0.46 |
| Hex | A1 | 49 | 7B | 0 | 37 | 18 | 25 | 146 | 26 | 2E |
| Octal | 241 | 111 | 173 | 0 | 67 | 30 | 45 | 506 | 46 | 56 |
| Binary | 10100001 | 1001001 | 1111011 | 0 | 110111 | 11000 | 100101 | 101000110 | 100110 | 101110 |
Color Harmonies of #A1497B
Complementary color
Monochromatic Colors of #A1497B
Black with #A1497B
Text Example
Text Example
White with #A1497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1497B; }
p { color: rgb(161,73,123); }
H1.HeaderClassName
{
color: #A1497B;
}
.AnyTagClassName
{
color: #A1497B;
}
</style>
background-color css
<style>
a { background-color: #A1497B; }
a { background-color: rgb(161,73,123); }
div.DivClassName
{
background-color: #A1497B;
}
.BgClassName
{
background-color: #A1497B;
}
</style>
border-color css
<style>
span { border-color: #A1497B; }
span { border-color: rgb(161,73,123); }
td.TdClassName
{
border-color: #A1497B;
}
.TagClassName
{
border-color: #A1497B;
}
</style>