Shades of Royal Heath #A8547E
Tints of Royal Heath #A8547E
RGB
CMYK
RGB Variations
Color information
#A8547E (or 0xA8547E) is known color: Royal Heath. HEX triplet: A8, 54 and 7E. RGB value is (168,84,126). Sum of RGB (Red+Green+Blue) = 168+84+126=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A8547E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8547E is #57AB81. Grayscale: #717171. Windows color (decimal): -5745538 or 8279208. OLE color: 8279208.
HSL color Cylindrical-coordinate representation of color #A8547E: hue angle of 330º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8547E is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 84 | 126 | - |
| CMYK | 0 | 0.5 | 0.25 | 0.34 |
| HSL | 330º | 0.33% | 0.49% | - |
| HSV(B) | 330º | 0.5% | 0.66% | - |
| XYZ | 23.08 | 16.17 | 21.64 | - |
| YUV | 113.9 | 134.83 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 126 | 0 | 0.5 | 0.25 | 0.34 | 330 | 0.33 | 0.49 |
| Hex | A8 | 54 | 7E | 0 | 32 | 19 | 22 | 14A | 21 | 31 |
| Octal | 250 | 124 | 176 | 0 | 62 | 31 | 42 | 512 | 41 | 61 |
| Binary | 10101000 | 1010100 | 1111110 | 0 | 110010 | 11001 | 100010 | 101001010 | 100001 | 110001 |
Color Harmonies of #A8547E
Complementary color
Monochromatic Colors of #A8547E
Black with #A8547E
Text Example
Text Example
White with #A8547E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8547E; }
p { color: rgb(168,84,126); }
H1.HeaderClassName
{
color: #A8547E;
}
.AnyTagClassName
{
color: #A8547E;
}
</style>
background-color css
<style>
a { background-color: #A8547E; }
a { background-color: rgb(168,84,126); }
div.DivClassName
{
background-color: #A8547E;
}
.BgClassName
{
background-color: #A8547E;
}
</style>
border-color css
<style>
span { border-color: #A8547E; }
span { border-color: rgb(168,84,126); }
td.TdClassName
{
border-color: #A8547E;
}
.TagClassName
{
border-color: #A8547E;
}
</style>