Shades of Royal Heath #A8467C
Tints of Royal Heath #A8467C
RGB
CMYK
RGB Variations
Color information
#A8467C (or 0xA8467C) is known color: Royal Heath. HEX triplet: A8, 46 and 7C. RGB value is (168,70,124). Sum of RGB (Red+Green+Blue) = 168+70+124=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A8467C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8467C is #57B983. Grayscale: #696969. Windows color (decimal): -5749124 or 8144552. OLE color: 8144552.
HSL color Cylindrical-coordinate representation of color #A8467C: hue angle of 326.94º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8467C is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 70 | 124 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.34 |
| HSL | 326.94º | 0.41% | 0.47% | - |
| HSV(B) | 326.94º | 0.58% | 0.66% | - |
| XYZ | 21.98 | 14.16 | 20.64 | - |
| YUV | 105.46 | 138.47 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 124 | 0 | 0.58 | 0.26 | 0.34 | 326.94 | 0.41 | 0.47 |
| Hex | A8 | 46 | 7C | 0 | 3A | 1A | 22 | 147 | 29 | 2F |
| Octal | 250 | 106 | 174 | 0 | 72 | 32 | 42 | 507 | 51 | 57 |
| Binary | 10101000 | 1000110 | 1111100 | 0 | 111010 | 11010 | 100010 | 101000111 | 101001 | 101111 |
Color Harmonies of #A8467C
Complementary color
Monochromatic Colors of #A8467C
Black with #A8467C
Text Example
Text Example
White with #A8467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8467C; }
p { color: rgb(168,70,124); }
H1.HeaderClassName
{
color: #A8467C;
}
.AnyTagClassName
{
color: #A8467C;
}
</style>
background-color css
<style>
a { background-color: #A8467C; }
a { background-color: rgb(168,70,124); }
div.DivClassName
{
background-color: #A8467C;
}
.BgClassName
{
background-color: #A8467C;
}
</style>
border-color css
<style>
span { border-color: #A8467C; }
span { border-color: rgb(168,70,124); }
td.TdClassName
{
border-color: #A8467C;
}
.TagClassName
{
border-color: #A8467C;
}
</style>