Shades of Royal Heath #A84179
Tints of Royal Heath #A84179
RGB
CMYK
RGB Variations
Color information
#A84179 (or 0xA84179) is known color: Royal Heath. HEX triplet: A8, 41 and 79. RGB value is (168,65,121). Sum of RGB (Red+Green+Blue) = 168+65+121=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A84179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84179 is #57BE86. Grayscale: #666666. Windows color (decimal): -5750407 or 7946664. OLE color: 7946664.
HSL color Cylindrical-coordinate representation of color #A84179: hue angle of 327.38º 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 #A84179 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 121 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.34 |
| HSL | 327.38º | 0.44% | 0.46% | - |
| HSV(B) | 327.38º | 0.61% | 0.66% | - |
| XYZ | 21.49 | 13.49 | 19.56 | - |
| YUV | 102.18 | 138.62 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 121 | 0 | 0.61 | 0.28 | 0.34 | 327.38 | 0.44 | 0.46 |
| Hex | A8 | 41 | 79 | 0 | 3D | 1C | 22 | 147 | 2C | 2E |
| Octal | 250 | 101 | 171 | 0 | 75 | 34 | 42 | 507 | 54 | 56 |
| Binary | 10101000 | 1000001 | 1111001 | 0 | 111101 | 11100 | 100010 | 101000111 | 101100 | 101110 |
Color Harmonies of #A84179
Complementary color
Monochromatic Colors of #A84179
Black with #A84179
Text Example
Text Example
White with #A84179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84179; }
p { color: rgb(168,65,121); }
H1.HeaderClassName
{
color: #A84179;
}
.AnyTagClassName
{
color: #A84179;
}
</style>
background-color css
<style>
a { background-color: #A84179; }
a { background-color: rgb(168,65,121); }
div.DivClassName
{
background-color: #A84179;
}
.BgClassName
{
background-color: #A84179;
}
</style>
border-color css
<style>
span { border-color: #A84179; }
span { border-color: rgb(168,65,121); }
td.TdClassName
{
border-color: #A84179;
}
.TagClassName
{
border-color: #A84179;
}
</style>