Shades of Royal Heath #A3497A
Tints of Royal Heath #A3497A
RGB
CMYK
RGB Variations
Color information
#A3497A (or 0xA3497A) is known color: Royal Heath. HEX triplet: A3, 49 and 7A. RGB value is (163,73,122). Sum of RGB (Red+Green+Blue) = 163+73+122=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A3497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3497A is #5CB685. Grayscale: #696969. Windows color (decimal): -6076038 or 8014243. OLE color: 8014243.
HSL color Cylindrical-coordinate representation of color #A3497A: hue angle of 327.33º 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 #A3497A is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 73 | 122 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.36 |
| HSL | 327.33º | 0.38% | 0.46% | - |
| HSV(B) | 327.33º | 0.55% | 0.64% | - |
| XYZ | 21 | 13.96 | 20 | - |
| YUV | 105.5 | 137.32 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 73 | 122 | 0 | 0.55 | 0.25 | 0.36 | 327.33 | 0.38 | 0.46 |
| Hex | A3 | 49 | 7A | 0 | 37 | 19 | 24 | 147 | 26 | 2E |
| Octal | 243 | 111 | 172 | 0 | 67 | 31 | 44 | 507 | 46 | 56 |
| Binary | 10100011 | 1001001 | 1111010 | 0 | 110111 | 11001 | 100100 | 101000111 | 100110 | 101110 |
Color Harmonies of #A3497A
Complementary color
Monochromatic Colors of #A3497A
Black with #A3497A
Text Example
Text Example
White with #A3497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3497A; }
p { color: rgb(163,73,122); }
H1.HeaderClassName
{
color: #A3497A;
}
.AnyTagClassName
{
color: #A3497A;
}
</style>
background-color css
<style>
a { background-color: #A3497A; }
a { background-color: rgb(163,73,122); }
div.DivClassName
{
background-color: #A3497A;
}
.BgClassName
{
background-color: #A3497A;
}
</style>
border-color css
<style>
span { border-color: #A3497A; }
span { border-color: rgb(163,73,122); }
td.TdClassName
{
border-color: #A3497A;
}
.TagClassName
{
border-color: #A3497A;
}
</style>