Shades of Royal Heath #A8547B
Tints of Royal Heath #A8547B
RGB
CMYK
RGB Variations
Color information
#A8547B (or 0xA8547B) is known color: Royal Heath. HEX triplet: A8, 54 and 7B. RGB value is (168,84,123). Sum of RGB (Red+Green+Blue) = 168+84+123=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A8547B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8547B is #57AB84. Grayscale: #717171. Windows color (decimal): -5745541 or 8082600. OLE color: 8082600.
HSL color Cylindrical-coordinate representation of color #A8547B: hue angle of 332.14º 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 #A8547B is Cyan = 0, Magento = 0.5, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 84 | 123 | - |
| CMYK | 0 | 0.5 | 0.27 | 0.34 |
| HSL | 332.14º | 0.33% | 0.49% | - |
| HSV(B) | 332.14º | 0.5% | 0.66% | - |
| XYZ | 22.89 | 16.1 | 20.64 | - |
| YUV | 113.56 | 133.33 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 123 | 0 | 0.5 | 0.27 | 0.34 | 332.14 | 0.33 | 0.49 |
| Hex | A8 | 54 | 7B | 0 | 32 | 1B | 22 | 14C | 21 | 31 |
| Octal | 250 | 124 | 173 | 0 | 62 | 33 | 42 | 514 | 41 | 61 |
| Binary | 10101000 | 1010100 | 1111011 | 0 | 110010 | 11011 | 100010 | 101001100 | 100001 | 110001 |
Color Harmonies of #A8547B
Complementary color
Monochromatic Colors of #A8547B
Black with #A8547B
Text Example
Text Example
White with #A8547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8547B; }
p { color: rgb(168,84,123); }
H1.HeaderClassName
{
color: #A8547B;
}
.AnyTagClassName
{
color: #A8547B;
}
</style>
background-color css
<style>
a { background-color: #A8547B; }
a { background-color: rgb(168,84,123); }
div.DivClassName
{
background-color: #A8547B;
}
.BgClassName
{
background-color: #A8547B;
}
</style>
border-color css
<style>
span { border-color: #A8547B; }
span { border-color: rgb(168,84,123); }
td.TdClassName
{
border-color: #A8547B;
}
.TagClassName
{
border-color: #A8547B;
}
</style>