Shades of Royal Heath #A94C7E
Tints of Royal Heath #A94C7E
RGB
CMYK
RGB Variations
Color information
#A94C7E (or 0xA94C7E) is known color: Royal Heath. HEX triplet: A9, 4C and 7E. RGB value is (169,76,126). Sum of RGB (Red+Green+Blue) = 169+76+126=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94C7E is #56B381. Grayscale: #6D6D6D. Windows color (decimal): -5682050 or 8277161. OLE color: 8277161.
HSL color Cylindrical-coordinate representation of color #A94C7E: hue angle of 327.74º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A94C7E is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 76 | 126 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.34 |
| HSL | 327.74º | 0.38% | 0.48% | - |
| HSV(B) | 327.74º | 0.55% | 0.66% | - |
| XYZ | 22.71 | 15.11 | 21.46 | - |
| YUV | 109.51 | 137.31 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 76 | 126 | 0 | 0.55 | 0.25 | 0.34 | 327.74 | 0.38 | 0.48 |
| Hex | A9 | 4C | 7E | 0 | 37 | 19 | 22 | 148 | 26 | 30 |
| Octal | 251 | 114 | 176 | 0 | 67 | 31 | 42 | 510 | 46 | 60 |
| Binary | 10101001 | 1001100 | 1111110 | 0 | 110111 | 11001 | 100010 | 101001000 | 100110 | 110000 |
Color Harmonies of #A94C7E
Complementary color
Monochromatic Colors of #A94C7E
Black with #A94C7E
Text Example
Text Example
White with #A94C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94C7E; }
p { color: rgb(169,76,126); }
H1.HeaderClassName
{
color: #A94C7E;
}
.AnyTagClassName
{
color: #A94C7E;
}
</style>
background-color css
<style>
a { background-color: #A94C7E; }
a { background-color: rgb(169,76,126); }
div.DivClassName
{
background-color: #A94C7E;
}
.BgClassName
{
background-color: #A94C7E;
}
</style>
border-color css
<style>
span { border-color: #A94C7E; }
span { border-color: rgb(169,76,126); }
td.TdClassName
{
border-color: #A94C7E;
}
.TagClassName
{
border-color: #A94C7E;
}
</style>