Shades of Royal Heath #A8567A
Tints of Royal Heath #A8567A
RGB
CMYK
RGB Variations
Color information
#A8567A (or 0xA8567A) is known color: Royal Heath. HEX triplet: A8, 56 and 7A. RGB value is (168,86,122). Sum of RGB (Red+Green+Blue) = 168+86+122=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A8567A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8567A is #57A985. Grayscale: #727272. Windows color (decimal): -5745030 or 8017576. OLE color: 8017576.
HSL color Cylindrical-coordinate representation of color #A8567A: hue angle of 333.66º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8567A is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 86 | 122 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.34 |
| HSL | 333.66º | 0.32% | 0.5% | - |
| HSV(B) | 333.66º | 0.49% | 0.66% | - |
| XYZ | 22.99 | 16.39 | 20.36 | - |
| YUV | 114.62 | 132.17 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 122 | 0 | 0.49 | 0.27 | 0.34 | 333.66 | 0.32 | 0.5 |
| Hex | A8 | 56 | 7A | 0 | 31 | 1B | 22 | 14E | 20 | 32 |
| Octal | 250 | 126 | 172 | 0 | 61 | 33 | 42 | 516 | 40 | 62 |
| Binary | 10101000 | 1010110 | 1111010 | 0 | 110001 | 11011 | 100010 | 101001110 | 100000 | 110010 |
Color Harmonies of #A8567A
Complementary color
Monochromatic Colors of #A8567A
Black with #A8567A
Text Example
Text Example
White with #A8567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8567A; }
p { color: rgb(168,86,122); }
H1.HeaderClassName
{
color: #A8567A;
}
.AnyTagClassName
{
color: #A8567A;
}
</style>
background-color css
<style>
a { background-color: #A8567A; }
a { background-color: rgb(168,86,122); }
div.DivClassName
{
background-color: #A8567A;
}
.BgClassName
{
background-color: #A8567A;
}
</style>
border-color css
<style>
span { border-color: #A8567A; }
span { border-color: rgb(168,86,122); }
td.TdClassName
{
border-color: #A8567A;
}
.TagClassName
{
border-color: #A8567A;
}
</style>