Shades of Royal Heath #A04D7E
Tints of Royal Heath #A04D7E
RGB
CMYK
RGB Variations
Color information
#A04D7E (or 0xA04D7E) is known color: Royal Heath. HEX triplet: A0, 4D and 7E. RGB value is (160,77,126). Sum of RGB (Red+Green+Blue) = 160+77+126=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04D7E is #5FB281. Grayscale: #6B6B6B. Windows color (decimal): -6271618 or 8277408. OLE color: 8277408.
HSL color Cylindrical-coordinate representation of color #A04D7E: hue angle of 324.58º 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 #A04D7E is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 126 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.37 |
| HSL | 324.58º | 0.35% | 0.46% | - |
| HSV(B) | 324.58º | 0.52% | 0.63% | - |
| XYZ | 20.92 | 14.29 | 21.39 | - |
| YUV | 107.4 | 138.5 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 126 | 0 | 0.52 | 0.21 | 0.37 | 324.58 | 0.35 | 0.46 |
| Hex | A0 | 4D | 7E | 0 | 34 | 15 | 25 | 145 | 23 | 2E |
| Octal | 240 | 115 | 176 | 0 | 64 | 25 | 45 | 505 | 43 | 56 |
| Binary | 10100000 | 1001101 | 1111110 | 0 | 110100 | 10101 | 100101 | 101000101 | 100011 | 101110 |
Color Harmonies of #A04D7E
Complementary color
Monochromatic Colors of #A04D7E
Black with #A04D7E
Text Example
Text Example
White with #A04D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D7E; }
p { color: rgb(160,77,126); }
H1.HeaderClassName
{
color: #A04D7E;
}
.AnyTagClassName
{
color: #A04D7E;
}
</style>
background-color css
<style>
a { background-color: #A04D7E; }
a { background-color: rgb(160,77,126); }
div.DivClassName
{
background-color: #A04D7E;
}
.BgClassName
{
background-color: #A04D7E;
}
</style>
border-color css
<style>
span { border-color: #A04D7E; }
span { border-color: rgb(160,77,126); }
td.TdClassName
{
border-color: #A04D7E;
}
.TagClassName
{
border-color: #A04D7E;
}
</style>