Shades of Royal Heath #A04D7F
Tints of Royal Heath #A04D7F
RGB
CMYK
RGB Variations
Color information
#A04D7F (or 0xA04D7F) is known color: Royal Heath. HEX triplet: A0, 4D and 7F. RGB value is (160,77,127). Sum of RGB (Red+Green+Blue) = 160+77+127=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04D7F is #5FB280. Grayscale: #6B6B6B. Windows color (decimal): -6271617 or 8342944. OLE color: 8342944.
HSL color Cylindrical-coordinate representation of color #A04D7F: hue angle of 323.86º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A04D7F is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 127 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.37 |
| HSL | 323.86º | 0.35% | 0.46% | - |
| HSV(B) | 323.86º | 0.52% | 0.63% | - |
| XYZ | 20.98 | 14.31 | 21.74 | - |
| YUV | 107.52 | 139 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 127 | 0 | 0.52 | 0.21 | 0.37 | 323.86 | 0.35 | 0.46 |
| Hex | A0 | 4D | 7F | 0 | 34 | 15 | 25 | 144 | 23 | 2E |
| Octal | 240 | 115 | 177 | 0 | 64 | 25 | 45 | 504 | 43 | 56 |
| Binary | 10100000 | 1001101 | 1111111 | 0 | 110100 | 10101 | 100101 | 101000100 | 100011 | 101110 |
Color Harmonies of #A04D7F
Complementary color
Monochromatic Colors of #A04D7F
Black with #A04D7F
Text Example
Text Example
White with #A04D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D7F; }
p { color: rgb(160,77,127); }
H1.HeaderClassName
{
color: #A04D7F;
}
.AnyTagClassName
{
color: #A04D7F;
}
</style>
background-color css
<style>
a { background-color: #A04D7F; }
a { background-color: rgb(160,77,127); }
div.DivClassName
{
background-color: #A04D7F;
}
.BgClassName
{
background-color: #A04D7F;
}
</style>
border-color css
<style>
span { border-color: #A04D7F; }
span { border-color: rgb(160,77,127); }
td.TdClassName
{
border-color: #A04D7F;
}
.TagClassName
{
border-color: #A04D7F;
}
</style>