Shades of Royal Heath #A2497C
Tints of Royal Heath #A2497C
RGB
CMYK
RGB Variations
Color information
#A2497C (or 0xA2497C) is known color: Royal Heath. HEX triplet: A2, 49 and 7C. RGB value is (162,73,124). Sum of RGB (Red+Green+Blue) = 162+73+124=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A2497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2497C is #5DB683. Grayscale: #696969. Windows color (decimal): -6141572 or 8145314. OLE color: 8145314.
HSL color Cylindrical-coordinate representation of color #A2497C: hue angle of 325.62º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2497C is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 73 | 124 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.36 |
| HSL | 325.62º | 0.38% | 0.46% | - |
| HSV(B) | 325.62º | 0.55% | 0.64% | - |
| XYZ | 20.92 | 13.9 | 20.65 | - |
| YUV | 105.43 | 138.49 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 124 | 0 | 0.55 | 0.23 | 0.36 | 325.62 | 0.38 | 0.46 |
| Hex | A2 | 49 | 7C | 0 | 37 | 17 | 24 | 146 | 26 | 2E |
| Octal | 242 | 111 | 174 | 0 | 67 | 27 | 44 | 506 | 46 | 56 |
| Binary | 10100010 | 1001001 | 1111100 | 0 | 110111 | 10111 | 100100 | 101000110 | 100110 | 101110 |
Color Harmonies of #A2497C
Complementary color
Monochromatic Colors of #A2497C
Black with #A2497C
Text Example
Text Example
White with #A2497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2497C; }
p { color: rgb(162,73,124); }
H1.HeaderClassName
{
color: #A2497C;
}
.AnyTagClassName
{
color: #A2497C;
}
</style>
background-color css
<style>
a { background-color: #A2497C; }
a { background-color: rgb(162,73,124); }
div.DivClassName
{
background-color: #A2497C;
}
.BgClassName
{
background-color: #A2497C;
}
</style>
border-color css
<style>
span { border-color: #A2497C; }
span { border-color: rgb(162,73,124); }
td.TdClassName
{
border-color: #A2497C;
}
.TagClassName
{
border-color: #A2497C;
}
</style>