Shades of Royal Heath #A04E7A
Tints of Royal Heath #A04E7A
RGB
CMYK
RGB Variations
Color information
#A04E7A (or 0xA04E7A) is known color: Royal Heath. HEX triplet: A0, 4E and 7A. RGB value is (160,78,122). Sum of RGB (Red+Green+Blue) = 160+78+122=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04E7A is #5FB185. Grayscale: #6B6B6B. Windows color (decimal): -6271366 or 8015520. OLE color: 8015520.
HSL color Cylindrical-coordinate representation of color #A04E7A: hue angle of 327.8º 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 #A04E7A is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 122 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.37 |
| HSL | 327.8º | 0.34% | 0.47% | - |
| HSV(B) | 327.8º | 0.51% | 0.63% | - |
| XYZ | 20.73 | 14.33 | 20.09 | - |
| YUV | 107.53 | 136.17 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 122 | 0 | 0.51 | 0.24 | 0.37 | 327.8 | 0.34 | 0.47 |
| Hex | A0 | 4E | 7A | 0 | 33 | 18 | 25 | 148 | 22 | 2F |
| Octal | 240 | 116 | 172 | 0 | 63 | 30 | 45 | 510 | 42 | 57 |
| Binary | 10100000 | 1001110 | 1111010 | 0 | 110011 | 11000 | 100101 | 101001000 | 100010 | 101111 |
Color Harmonies of #A04E7A
Complementary color
Monochromatic Colors of #A04E7A
Black with #A04E7A
Text Example
Text Example
White with #A04E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E7A; }
p { color: rgb(160,78,122); }
H1.HeaderClassName
{
color: #A04E7A;
}
.AnyTagClassName
{
color: #A04E7A;
}
</style>
background-color css
<style>
a { background-color: #A04E7A; }
a { background-color: rgb(160,78,122); }
div.DivClassName
{
background-color: #A04E7A;
}
.BgClassName
{
background-color: #A04E7A;
}
</style>
border-color css
<style>
span { border-color: #A04E7A; }
span { border-color: rgb(160,78,122); }
td.TdClassName
{
border-color: #A04E7A;
}
.TagClassName
{
border-color: #A04E7A;
}
</style>