Shades of Royal Heath #A84578
Tints of Royal Heath #A84578
RGB
CMYK
RGB Variations
Color information
#A84578 (or 0xA84578) is known color: Royal Heath. HEX triplet: A8, 45 and 78. RGB value is (168,69,120). Sum of RGB (Red+Green+Blue) = 168+69+120=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A84578 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84578 is #57BA87. Grayscale: #686868. Windows color (decimal): -5749384 or 7882152. OLE color: 7882152.
HSL color Cylindrical-coordinate representation of color #A84578: hue angle of 329.09º 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 #A84578 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 120 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.34 |
| HSL | 329.09º | 0.42% | 0.46% | - |
| HSV(B) | 329.09º | 0.59% | 0.66% | - |
| XYZ | 21.67 | 13.94 | 19.32 | - |
| YUV | 104.42 | 136.8 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 120 | 0 | 0.59 | 0.29 | 0.34 | 329.09 | 0.42 | 0.46 |
| Hex | A8 | 45 | 78 | 0 | 3B | 1D | 22 | 149 | 2A | 2E |
| Octal | 250 | 105 | 170 | 0 | 73 | 35 | 42 | 511 | 52 | 56 |
| Binary | 10101000 | 1000101 | 1111000 | 0 | 111011 | 11101 | 100010 | 101001001 | 101010 | 101110 |
Color Harmonies of #A84578
Complementary color
Monochromatic Colors of #A84578
Black with #A84578
Text Example
Text Example
White with #A84578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84578; }
p { color: rgb(168,69,120); }
H1.HeaderClassName
{
color: #A84578;
}
.AnyTagClassName
{
color: #A84578;
}
</style>
background-color css
<style>
a { background-color: #A84578; }
a { background-color: rgb(168,69,120); }
div.DivClassName
{
background-color: #A84578;
}
.BgClassName
{
background-color: #A84578;
}
</style>
border-color css
<style>
span { border-color: #A84578; }
span { border-color: rgb(168,69,120); }
td.TdClassName
{
border-color: #A84578;
}
.TagClassName
{
border-color: #A84578;
}
</style>