Shades of Royal Heath #A84573
Tints of Royal Heath #A84573
RGB
CMYK
RGB Variations
Color information
#A84573 (or 0xA84573) is known color: Royal Heath. HEX triplet: A8, 45 and 73. RGB value is (168,69,115). Sum of RGB (Red+Green+Blue) = 168+69+115=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A84573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84573 is #57BA8C. Grayscale: #676767. Windows color (decimal): -5749389 or 7554472. OLE color: 7554472.
HSL color Cylindrical-coordinate representation of color #A84573: hue angle of 332.12º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A84573 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 115 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.34 |
| HSL | 332.12º | 0.42% | 0.46% | - |
| HSV(B) | 332.12º | 0.59% | 0.66% | - |
| XYZ | 21.37 | 13.82 | 17.76 | - |
| YUV | 103.85 | 134.3 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 115 | 0 | 0.59 | 0.32 | 0.34 | 332.12 | 0.42 | 0.46 |
| Hex | A8 | 45 | 73 | 0 | 3B | 20 | 22 | 14C | 2A | 2E |
| Octal | 250 | 105 | 163 | 0 | 73 | 40 | 42 | 514 | 52 | 56 |
| Binary | 10101000 | 1000101 | 1110011 | 0 | 111011 | 100000 | 100010 | 101001100 | 101010 | 101110 |
Color Harmonies of #A84573
Complementary color
Monochromatic Colors of #A84573
Black with #A84573
Text Example
Text Example
White with #A84573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84573; }
p { color: rgb(168,69,115); }
H1.HeaderClassName
{
color: #A84573;
}
.AnyTagClassName
{
color: #A84573;
}
</style>
background-color css
<style>
a { background-color: #A84573; }
a { background-color: rgb(168,69,115); }
div.DivClassName
{
background-color: #A84573;
}
.BgClassName
{
background-color: #A84573;
}
</style>
border-color css
<style>
span { border-color: #A84573; }
span { border-color: rgb(168,69,115); }
td.TdClassName
{
border-color: #A84573;
}
.TagClassName
{
border-color: #A84573;
}
</style>