Shades of Royal Heath #A8567F
Tints of Royal Heath #A8567F
RGB
CMYK
RGB Variations
Color information
#A8567F (or 0xA8567F) is known color: Royal Heath. HEX triplet: A8, 56 and 7F. RGB value is (168,86,127). Sum of RGB (Red+Green+Blue) = 168+86+127=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A8567F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8567F is #57A980. Grayscale: #737373. Windows color (decimal): -5745025 or 8345256. OLE color: 8345256.
HSL color Cylindrical-coordinate representation of color #A8567F: hue angle of 330º 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 #A8567F is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 86 | 127 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.34 |
| HSL | 330º | 0.32% | 0.5% | - |
| HSV(B) | 330º | 0.49% | 0.66% | - |
| XYZ | 23.31 | 16.51 | 22.04 | - |
| YUV | 115.19 | 134.67 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 127 | 0 | 0.49 | 0.24 | 0.34 | 330 | 0.32 | 0.5 |
| Hex | A8 | 56 | 7F | 0 | 31 | 18 | 22 | 14A | 20 | 32 |
| Octal | 250 | 126 | 177 | 0 | 61 | 30 | 42 | 512 | 40 | 62 |
| Binary | 10101000 | 1010110 | 1111111 | 0 | 110001 | 11000 | 100010 | 101001010 | 100000 | 110010 |
Color Harmonies of #A8567F
Complementary color
Monochromatic Colors of #A8567F
Black with #A8567F
Text Example
Text Example
White with #A8567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8567F; }
p { color: rgb(168,86,127); }
H1.HeaderClassName
{
color: #A8567F;
}
.AnyTagClassName
{
color: #A8567F;
}
</style>
background-color css
<style>
a { background-color: #A8567F; }
a { background-color: rgb(168,86,127); }
div.DivClassName
{
background-color: #A8567F;
}
.BgClassName
{
background-color: #A8567F;
}
</style>
border-color css
<style>
span { border-color: #A8567F; }
span { border-color: rgb(168,86,127); }
td.TdClassName
{
border-color: #A8567F;
}
.TagClassName
{
border-color: #A8567F;
}
</style>