Shades of Royal Heath #A84173
Tints of Royal Heath #A84173
RGB
CMYK
RGB Variations
Color information
#A84173 (or 0xA84173) is known color: Royal Heath. HEX triplet: A8, 41 and 73. RGB value is (168,65,115). Sum of RGB (Red+Green+Blue) = 168+65+115=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A84173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84173 is #57BE8C. Grayscale: #656565. Windows color (decimal): -5750413 or 7553448. OLE color: 7553448.
HSL color Cylindrical-coordinate representation of color #A84173: hue angle of 330.87º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A84173 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 115 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.34 |
| HSL | 330.87º | 0.44% | 0.46% | - |
| HSV(B) | 330.87º | 0.61% | 0.66% | - |
| XYZ | 21.13 | 13.34 | 17.68 | - |
| YUV | 101.5 | 135.62 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 115 | 0 | 0.61 | 0.32 | 0.34 | 330.87 | 0.44 | 0.46 |
| Hex | A8 | 41 | 73 | 0 | 3D | 20 | 22 | 14B | 2C | 2E |
| Octal | 250 | 101 | 163 | 0 | 75 | 40 | 42 | 513 | 54 | 56 |
| Binary | 10101000 | 1000001 | 1110011 | 0 | 111101 | 100000 | 100010 | 101001011 | 101100 | 101110 |
Color Harmonies of #A84173
Complementary color
Monochromatic Colors of #A84173
Black with #A84173
Text Example
Text Example
White with #A84173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84173; }
p { color: rgb(168,65,115); }
H1.HeaderClassName
{
color: #A84173;
}
.AnyTagClassName
{
color: #A84173;
}
</style>
background-color css
<style>
a { background-color: #A84173; }
a { background-color: rgb(168,65,115); }
div.DivClassName
{
background-color: #A84173;
}
.BgClassName
{
background-color: #A84173;
}
</style>
border-color css
<style>
span { border-color: #A84173; }
span { border-color: rgb(168,65,115); }
td.TdClassName
{
border-color: #A84173;
}
.TagClassName
{
border-color: #A84173;
}
</style>