Shades of Royal Heath #A8547F
Tints of Royal Heath #A8547F
RGB
CMYK
RGB Variations
Color information
#A8547F (or 0xA8547F) is known color: Royal Heath. HEX triplet: A8, 54 and 7F. RGB value is (168,84,127). Sum of RGB (Red+Green+Blue) = 168+84+127=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A8547F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8547F is #57AB80. Grayscale: #717171. Windows color (decimal): -5745537 or 8344744. OLE color: 8344744.
HSL color Cylindrical-coordinate representation of color #A8547F: hue angle of 329.29º 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 #A8547F is Cyan = 0, Magento = 0.5, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 84 | 127 | - |
| CMYK | 0 | 0.5 | 0.24 | 0.34 |
| HSL | 329.29º | 0.33% | 0.49% | - |
| HSV(B) | 329.29º | 0.5% | 0.66% | - |
| XYZ | 23.15 | 16.2 | 21.99 | - |
| YUV | 114.02 | 135.33 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 127 | 0 | 0.5 | 0.24 | 0.34 | 329.29 | 0.33 | 0.49 |
| Hex | A8 | 54 | 7F | 0 | 32 | 18 | 22 | 149 | 21 | 31 |
| Octal | 250 | 124 | 177 | 0 | 62 | 30 | 42 | 511 | 41 | 61 |
| Binary | 10101000 | 1010100 | 1111111 | 0 | 110010 | 11000 | 100010 | 101001001 | 100001 | 110001 |
Color Harmonies of #A8547F
Complementary color
Monochromatic Colors of #A8547F
Black with #A8547F
Text Example
Text Example
White with #A8547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8547F; }
p { color: rgb(168,84,127); }
H1.HeaderClassName
{
color: #A8547F;
}
.AnyTagClassName
{
color: #A8547F;
}
</style>
background-color css
<style>
a { background-color: #A8547F; }
a { background-color: rgb(168,84,127); }
div.DivClassName
{
background-color: #A8547F;
}
.BgClassName
{
background-color: #A8547F;
}
</style>
border-color css
<style>
span { border-color: #A8547F; }
span { border-color: rgb(168,84,127); }
td.TdClassName
{
border-color: #A8547F;
}
.TagClassName
{
border-color: #A8547F;
}
</style>