Shades of Royal Heath #A04874
Tints of Royal Heath #A04874
RGB
CMYK
RGB Variations
Color information
#A04874 (or 0xA04874) is known color: Royal Heath. HEX triplet: A0, 48 and 74. RGB value is (160,72,116). Sum of RGB (Red+Green+Blue) = 160+72+116=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A04874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04874 is #5FB78B. Grayscale: #676767. Windows color (decimal): -6272908 or 7620768. OLE color: 7620768.
HSL color Cylindrical-coordinate representation of color #A04874: hue angle of 330º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A04874 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 116 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.37 |
| HSL | 330º | 0.38% | 0.45% | - |
| HSV(B) | 330º | 0.55% | 0.63% | - |
| XYZ | 19.97 | 13.37 | 18.05 | - |
| YUV | 103.33 | 135.15 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 116 | 0 | 0.55 | 0.28 | 0.37 | 330 | 0.38 | 0.45 |
| Hex | A0 | 48 | 74 | 0 | 37 | 1C | 25 | 14A | 26 | 2D |
| Octal | 240 | 110 | 164 | 0 | 67 | 34 | 45 | 512 | 46 | 55 |
| Binary | 10100000 | 1001000 | 1110100 | 0 | 110111 | 11100 | 100101 | 101001010 | 100110 | 101101 |
Color Harmonies of #A04874
Complementary color
Monochromatic Colors of #A04874
Black with #A04874
Text Example
Text Example
White with #A04874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04874; }
p { color: rgb(160,72,116); }
H1.HeaderClassName
{
color: #A04874;
}
.AnyTagClassName
{
color: #A04874;
}
</style>
background-color css
<style>
a { background-color: #A04874; }
a { background-color: rgb(160,72,116); }
div.DivClassName
{
background-color: #A04874;
}
.BgClassName
{
background-color: #A04874;
}
</style>
border-color css
<style>
span { border-color: #A04874; }
span { border-color: rgb(160,72,116); }
td.TdClassName
{
border-color: #A04874;
}
.TagClassName
{
border-color: #A04874;
}
</style>