Shades of Royal Heath #A04E7E
Tints of Royal Heath #A04E7E
RGB
CMYK
RGB Variations
Color information
#A04E7E (or 0xA04E7E) is known color: Royal Heath. HEX triplet: A0, 4E and 7E. RGB value is (160,78,126). Sum of RGB (Red+Green+Blue) = 160+78+126=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04E7E is #5FB181. Grayscale: #6B6B6B. Windows color (decimal): -6271362 or 8277664. OLE color: 8277664.
HSL color Cylindrical-coordinate representation of color #A04E7E: hue angle of 324.88º 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 #A04E7E is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 126 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.37 |
| HSL | 324.88º | 0.34% | 0.47% | - |
| HSV(B) | 324.88º | 0.51% | 0.63% | - |
| XYZ | 20.99 | 14.43 | 21.42 | - |
| YUV | 107.99 | 138.17 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 126 | 0 | 0.51 | 0.21 | 0.37 | 324.88 | 0.34 | 0.47 |
| Hex | A0 | 4E | 7E | 0 | 33 | 15 | 25 | 145 | 22 | 2F |
| Octal | 240 | 116 | 176 | 0 | 63 | 25 | 45 | 505 | 42 | 57 |
| Binary | 10100000 | 1001110 | 1111110 | 0 | 110011 | 10101 | 100101 | 101000101 | 100010 | 101111 |
Color Harmonies of #A04E7E
Complementary color
Monochromatic Colors of #A04E7E
Black with #A04E7E
Text Example
Text Example
White with #A04E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E7E; }
p { color: rgb(160,78,126); }
H1.HeaderClassName
{
color: #A04E7E;
}
.AnyTagClassName
{
color: #A04E7E;
}
</style>
background-color css
<style>
a { background-color: #A04E7E; }
a { background-color: rgb(160,78,126); }
div.DivClassName
{
background-color: #A04E7E;
}
.BgClassName
{
background-color: #A04E7E;
}
</style>
border-color css
<style>
span { border-color: #A04E7E; }
span { border-color: rgb(160,78,126); }
td.TdClassName
{
border-color: #A04E7E;
}
.TagClassName
{
border-color: #A04E7E;
}
</style>