Shades of Royal Heath #A84C7F
Tints of Royal Heath #A84C7F
RGB
CMYK
RGB Variations
Color information
#A84C7F (or 0xA84C7F) is known color: Royal Heath. HEX triplet: A8, 4C and 7F. RGB value is (168,76,127). Sum of RGB (Red+Green+Blue) = 168+76+127=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84C7F is #57B380. Grayscale: #6D6D6D. Windows color (decimal): -5747585 or 8342696. OLE color: 8342696.
HSL color Cylindrical-coordinate representation of color #A84C7F: hue angle of 326.74º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A84C7F is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 76 | 127 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.34 |
| HSL | 326.74º | 0.38% | 0.48% | - |
| HSV(B) | 326.74º | 0.55% | 0.66% | - |
| XYZ | 22.56 | 15.03 | 21.79 | - |
| YUV | 109.32 | 137.98 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 127 | 0 | 0.55 | 0.24 | 0.34 | 326.74 | 0.38 | 0.48 |
| Hex | A8 | 4C | 7F | 0 | 37 | 18 | 22 | 147 | 26 | 30 |
| Octal | 250 | 114 | 177 | 0 | 67 | 30 | 42 | 507 | 46 | 60 |
| Binary | 10101000 | 1001100 | 1111111 | 0 | 110111 | 11000 | 100010 | 101000111 | 100110 | 110000 |
Color Harmonies of #A84C7F
Complementary color
Monochromatic Colors of #A84C7F
Black with #A84C7F
Text Example
Text Example
White with #A84C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84C7F; }
p { color: rgb(168,76,127); }
H1.HeaderClassName
{
color: #A84C7F;
}
.AnyTagClassName
{
color: #A84C7F;
}
</style>
background-color css
<style>
a { background-color: #A84C7F; }
a { background-color: rgb(168,76,127); }
div.DivClassName
{
background-color: #A84C7F;
}
.BgClassName
{
background-color: #A84C7F;
}
</style>
border-color css
<style>
span { border-color: #A84C7F; }
span { border-color: rgb(168,76,127); }
td.TdClassName
{
border-color: #A84C7F;
}
.TagClassName
{
border-color: #A84C7F;
}
</style>