Shades of Royal Heath #A6497A
Tints of Royal Heath #A6497A
RGB
CMYK
RGB Variations
Color information
#A6497A (or 0xA6497A) is known color: Royal Heath. HEX triplet: A6, 49 and 7A. RGB value is (166,73,122). Sum of RGB (Red+Green+Blue) = 166+73+122=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A6497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6497A is #59B685. Grayscale: #6A6A6A. Windows color (decimal): -5879430 or 8014246. OLE color: 8014246.
HSL color Cylindrical-coordinate representation of color #A6497A: hue angle of 328.39º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6497A is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 73 | 122 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.35 |
| HSL | 328.39º | 0.39% | 0.47% | - |
| HSV(B) | 328.39º | 0.56% | 0.65% | - |
| XYZ | 21.62 | 14.28 | 20.03 | - |
| YUV | 106.39 | 136.81 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 122 | 0 | 0.56 | 0.27 | 0.35 | 328.39 | 0.39 | 0.47 |
| Hex | A6 | 49 | 7A | 0 | 38 | 1B | 23 | 148 | 27 | 2F |
| Octal | 246 | 111 | 172 | 0 | 70 | 33 | 43 | 510 | 47 | 57 |
| Binary | 10100110 | 1001001 | 1111010 | 0 | 111000 | 11011 | 100011 | 101001000 | 100111 | 101111 |
Color Harmonies of #A6497A
Complementary color
Monochromatic Colors of #A6497A
Black with #A6497A
Text Example
Text Example
White with #A6497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6497A; }
p { color: rgb(166,73,122); }
H1.HeaderClassName
{
color: #A6497A;
}
.AnyTagClassName
{
color: #A6497A;
}
</style>
background-color css
<style>
a { background-color: #A6497A; }
a { background-color: rgb(166,73,122); }
div.DivClassName
{
background-color: #A6497A;
}
.BgClassName
{
background-color: #A6497A;
}
</style>
border-color css
<style>
span { border-color: #A6497A; }
span { border-color: rgb(166,73,122); }
td.TdClassName
{
border-color: #A6497A;
}
.TagClassName
{
border-color: #A6497A;
}
</style>