Shades of Royal Heath #A3497C
Tints of Royal Heath #A3497C
RGB
CMYK
RGB Variations
Color information
#A3497C (or 0xA3497C) is known color: Royal Heath. HEX triplet: A3, 49 and 7C. RGB value is (163,73,124). Sum of RGB (Red+Green+Blue) = 163+73+124=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A3497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3497C is #5CB683. Grayscale: #696969. Windows color (decimal): -6076036 or 8145315. OLE color: 8145315.
HSL color Cylindrical-coordinate representation of color #A3497C: hue angle of 326º 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 #A3497C is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 73 | 124 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.36 |
| HSL | 326º | 0.38% | 0.46% | - |
| HSV(B) | 326º | 0.55% | 0.64% | - |
| XYZ | 21.12 | 14.01 | 20.66 | - |
| YUV | 105.72 | 138.32 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 73 | 124 | 0 | 0.55 | 0.24 | 0.36 | 326 | 0.38 | 0.46 |
| Hex | A3 | 49 | 7C | 0 | 37 | 18 | 24 | 146 | 26 | 2E |
| Octal | 243 | 111 | 174 | 0 | 67 | 30 | 44 | 506 | 46 | 56 |
| Binary | 10100011 | 1001001 | 1111100 | 0 | 110111 | 11000 | 100100 | 101000110 | 100110 | 101110 |
Color Harmonies of #A3497C
Complementary color
Monochromatic Colors of #A3497C
Black with #A3497C
Text Example
Text Example
White with #A3497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3497C; }
p { color: rgb(163,73,124); }
H1.HeaderClassName
{
color: #A3497C;
}
.AnyTagClassName
{
color: #A3497C;
}
</style>
background-color css
<style>
a { background-color: #A3497C; }
a { background-color: rgb(163,73,124); }
div.DivClassName
{
background-color: #A3497C;
}
.BgClassName
{
background-color: #A3497C;
}
</style>
border-color css
<style>
span { border-color: #A3497C; }
span { border-color: rgb(163,73,124); }
td.TdClassName
{
border-color: #A3497C;
}
.TagClassName
{
border-color: #A3497C;
}
</style>