Shades of Royal Heath #A8497A
Tints of Royal Heath #A8497A
RGB
CMYK
RGB Variations
Color information
#A8497A (or 0xA8497A) is known color: Royal Heath. HEX triplet: A8, 49 and 7A. RGB value is (168,73,122). Sum of RGB (Red+Green+Blue) = 168+73+122=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A8497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8497A is #57B685. Grayscale: #6A6A6A. Windows color (decimal): -5748358 or 8014248. OLE color: 8014248.
HSL color Cylindrical-coordinate representation of color #A8497A: hue angle of 329.05º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8497A is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 122 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.34 |
| HSL | 329.05º | 0.39% | 0.47% | - |
| HSV(B) | 329.05º | 0.57% | 0.66% | - |
| XYZ | 22.04 | 14.5 | 20.05 | - |
| YUV | 106.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 122 | 0 | 0.57 | 0.27 | 0.34 | 329.05 | 0.39 | 0.47 |
| Hex | A8 | 49 | 7A | 0 | 39 | 1B | 22 | 149 | 27 | 2F |
| Octal | 250 | 111 | 172 | 0 | 71 | 33 | 42 | 511 | 47 | 57 |
| Binary | 10101000 | 1001001 | 1111010 | 0 | 111001 | 11011 | 100010 | 101001001 | 100111 | 101111 |
Color Harmonies of #A8497A
Complementary color
Monochromatic Colors of #A8497A
Black with #A8497A
Text Example
Text Example
White with #A8497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8497A; }
p { color: rgb(168,73,122); }
H1.HeaderClassName
{
color: #A8497A;
}
.AnyTagClassName
{
color: #A8497A;
}
</style>
background-color css
<style>
a { background-color: #A8497A; }
a { background-color: rgb(168,73,122); }
div.DivClassName
{
background-color: #A8497A;
}
.BgClassName
{
background-color: #A8497A;
}
</style>
border-color css
<style>
span { border-color: #A8497A; }
span { border-color: rgb(168,73,122); }
td.TdClassName
{
border-color: #A8497A;
}
.TagClassName
{
border-color: #A8497A;
}
</style>