Shades of Royal Heath #A94172
Tints of Royal Heath #A94172
RGB
CMYK
RGB Variations
Color information
#A94172 (or 0xA94172) is known color: Royal Heath. HEX triplet: A9, 41 and 72. RGB value is (169,65,114). Sum of RGB (Red+Green+Blue) = 169+65+114=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 169 - color contains mainly: red. Hex color #A94172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94172 is #56BE8D. Grayscale: #656565. Windows color (decimal): -5684878 or 7487913. OLE color: 7487913.
HSL color Cylindrical-coordinate representation of color #A94172: hue angle of 331.73º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A94172 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 65 | 114 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.34 |
| HSL | 331.73º | 0.44% | 0.46% | - |
| HSV(B) | 331.73º | 0.62% | 0.66% | - |
| XYZ | 21.29 | 13.43 | 17.39 | - |
| YUV | 101.68 | 134.96 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 65 | 114 | 0 | 0.62 | 0.33 | 0.34 | 331.73 | 0.44 | 0.46 |
| Hex | A9 | 41 | 72 | 0 | 3E | 21 | 22 | 14C | 2C | 2E |
| Octal | 251 | 101 | 162 | 0 | 76 | 41 | 42 | 514 | 54 | 56 |
| Binary | 10101001 | 1000001 | 1110010 | 0 | 111110 | 100001 | 100010 | 101001100 | 101100 | 101110 |
Color Harmonies of #A94172
Complementary color
Monochromatic Colors of #A94172
Black with #A94172
Text Example
Text Example
White with #A94172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94172; }
p { color: rgb(169,65,114); }
H1.HeaderClassName
{
color: #A94172;
}
.AnyTagClassName
{
color: #A94172;
}
</style>
background-color css
<style>
a { background-color: #A94172; }
a { background-color: rgb(169,65,114); }
div.DivClassName
{
background-color: #A94172;
}
.BgClassName
{
background-color: #A94172;
}
</style>
border-color css
<style>
span { border-color: #A94172; }
span { border-color: rgb(169,65,114); }
td.TdClassName
{
border-color: #A94172;
}
.TagClassName
{
border-color: #A94172;
}
</style>