Shades of Royal Heath #A04E7C
Tints of Royal Heath #A04E7C
RGB
CMYK
RGB Variations
Color information
#A04E7C (or 0xA04E7C) is known color: Royal Heath. HEX triplet: A0, 4E and 7C. RGB value is (160,78,124). Sum of RGB (Red+Green+Blue) = 160+78+124=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04E7C is #5FB183. Grayscale: #6B6B6B. Windows color (decimal): -6271364 or 8146592. OLE color: 8146592.
HSL color Cylindrical-coordinate representation of color #A04E7C: hue angle of 326.34º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A04E7C is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 124 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.37 |
| HSL | 326.34º | 0.34% | 0.47% | - |
| HSV(B) | 326.34º | 0.51% | 0.63% | - |
| XYZ | 20.86 | 14.38 | 20.74 | - |
| YUV | 107.76 | 137.17 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 124 | 0 | 0.51 | 0.22 | 0.37 | 326.34 | 0.34 | 0.47 |
| Hex | A0 | 4E | 7C | 0 | 33 | 16 | 25 | 146 | 22 | 2F |
| Octal | 240 | 116 | 174 | 0 | 63 | 26 | 45 | 506 | 42 | 57 |
| Binary | 10100000 | 1001110 | 1111100 | 0 | 110011 | 10110 | 100101 | 101000110 | 100010 | 101111 |
Color Harmonies of #A04E7C
Complementary color
Monochromatic Colors of #A04E7C
Black with #A04E7C
Text Example
Text Example
White with #A04E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E7C; }
p { color: rgb(160,78,124); }
H1.HeaderClassName
{
color: #A04E7C;
}
.AnyTagClassName
{
color: #A04E7C;
}
</style>
background-color css
<style>
a { background-color: #A04E7C; }
a { background-color: rgb(160,78,124); }
div.DivClassName
{
background-color: #A04E7C;
}
.BgClassName
{
background-color: #A04E7C;
}
</style>
border-color css
<style>
span { border-color: #A04E7C; }
span { border-color: rgb(160,78,124); }
td.TdClassName
{
border-color: #A04E7C;
}
.TagClassName
{
border-color: #A04E7C;
}
</style>