Shades of Royal Heath #A8497D
Tints of Royal Heath #A8497D
RGB
CMYK
RGB Variations
Color information
#A8497D (or 0xA8497D) is known color: Royal Heath. HEX triplet: A8, 49 and 7D. RGB value is (168,73,125). Sum of RGB (Red+Green+Blue) = 168+73+125=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A8497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8497D is #57B682. Grayscale: #6B6B6B. Windows color (decimal): -5748355 or 8210856. OLE color: 8210856.
HSL color Cylindrical-coordinate representation of color #A8497D: hue angle of 327.16º 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 #A8497D is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 125 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.34 |
| HSL | 327.16º | 0.39% | 0.47% | - |
| HSV(B) | 327.16º | 0.57% | 0.66% | - |
| XYZ | 22.23 | 14.57 | 21.04 | - |
| YUV | 107.33 | 137.97 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 125 | 0 | 0.57 | 0.26 | 0.34 | 327.16 | 0.39 | 0.47 |
| Hex | A8 | 49 | 7D | 0 | 39 | 1A | 22 | 147 | 27 | 2F |
| Octal | 250 | 111 | 175 | 0 | 71 | 32 | 42 | 507 | 47 | 57 |
| Binary | 10101000 | 1001001 | 1111101 | 0 | 111001 | 11010 | 100010 | 101000111 | 100111 | 101111 |
Color Harmonies of #A8497D
Complementary color
Monochromatic Colors of #A8497D
Black with #A8497D
Text Example
Text Example
White with #A8497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8497D; }
p { color: rgb(168,73,125); }
H1.HeaderClassName
{
color: #A8497D;
}
.AnyTagClassName
{
color: #A8497D;
}
</style>
background-color css
<style>
a { background-color: #A8497D; }
a { background-color: rgb(168,73,125); }
div.DivClassName
{
background-color: #A8497D;
}
.BgClassName
{
background-color: #A8497D;
}
</style>
border-color css
<style>
span { border-color: #A8497D; }
span { border-color: rgb(168,73,125); }
td.TdClassName
{
border-color: #A8497D;
}
.TagClassName
{
border-color: #A8497D;
}
</style>