Shades of Royal Heath #A04E7F
Tints of Royal Heath #A04E7F
RGB
CMYK
RGB Variations
Color information
#A04E7F (or 0xA04E7F) is known color: Royal Heath. HEX triplet: A0, 4E and 7F. RGB value is (160,78,127). Sum of RGB (Red+Green+Blue) = 160+78+127=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04E7F is #5FB180. Grayscale: #6B6B6B. Windows color (decimal): -6271361 or 8343200. OLE color: 8343200.
HSL color Cylindrical-coordinate representation of color #A04E7F: hue angle of 324.15º 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 #A04E7F is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 127 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.37 |
| HSL | 324.15º | 0.34% | 0.47% | - |
| HSV(B) | 324.15º | 0.51% | 0.63% | - |
| XYZ | 21.05 | 14.45 | 21.76 | - |
| YUV | 108.1 | 138.67 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 127 | 0 | 0.51 | 0.21 | 0.37 | 324.15 | 0.34 | 0.47 |
| Hex | A0 | 4E | 7F | 0 | 33 | 15 | 25 | 144 | 22 | 2F |
| Octal | 240 | 116 | 177 | 0 | 63 | 25 | 45 | 504 | 42 | 57 |
| Binary | 10100000 | 1001110 | 1111111 | 0 | 110011 | 10101 | 100101 | 101000100 | 100010 | 101111 |
Color Harmonies of #A04E7F
Complementary color
Monochromatic Colors of #A04E7F
Black with #A04E7F
Text Example
Text Example
White with #A04E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E7F; }
p { color: rgb(160,78,127); }
H1.HeaderClassName
{
color: #A04E7F;
}
.AnyTagClassName
{
color: #A04E7F;
}
</style>
background-color css
<style>
a { background-color: #A04E7F; }
a { background-color: rgb(160,78,127); }
div.DivClassName
{
background-color: #A04E7F;
}
.BgClassName
{
background-color: #A04E7F;
}
</style>
border-color css
<style>
span { border-color: #A04E7F; }
span { border-color: rgb(160,78,127); }
td.TdClassName
{
border-color: #A04E7F;
}
.TagClassName
{
border-color: #A04E7F;
}
</style>