Shades of Royal Heath #A54972
Tints of Royal Heath #A54972
RGB
CMYK
RGB Variations
Color information
#A54972 (or 0xA54972) is known color: Royal Heath. HEX triplet: A5, 49 and 72. RGB value is (165,73,114). Sum of RGB (Red+Green+Blue) = 165+73+114=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A54972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54972 is #5AB68D. Grayscale: #696969. Windows color (decimal): -5944974 or 7489957. OLE color: 7489957.
HSL color Cylindrical-coordinate representation of color #A54972: hue angle of 333.26º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A54972 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 73 | 114 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.35 |
| HSL | 333.26º | 0.39% | 0.47% | - |
| HSV(B) | 333.26º | 0.56% | 0.65% | - |
| XYZ | 20.94 | 13.98 | 17.51 | - |
| YUV | 105.18 | 132.98 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 73 | 114 | 0 | 0.56 | 0.31 | 0.35 | 333.26 | 0.39 | 0.47 |
| Hex | A5 | 49 | 72 | 0 | 38 | 1F | 23 | 14D | 27 | 2F |
| Octal | 245 | 111 | 162 | 0 | 70 | 37 | 43 | 515 | 47 | 57 |
| Binary | 10100101 | 1001001 | 1110010 | 0 | 111000 | 11111 | 100011 | 101001101 | 100111 | 101111 |
Color Harmonies of #A54972
Complementary color
Monochromatic Colors of #A54972
Black with #A54972
Text Example
Text Example
White with #A54972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54972; }
p { color: rgb(165,73,114); }
H1.HeaderClassName
{
color: #A54972;
}
.AnyTagClassName
{
color: #A54972;
}
</style>
background-color css
<style>
a { background-color: #A54972; }
a { background-color: rgb(165,73,114); }
div.DivClassName
{
background-color: #A54972;
}
.BgClassName
{
background-color: #A54972;
}
</style>
border-color css
<style>
span { border-color: #A54972; }
span { border-color: rgb(165,73,114); }
td.TdClassName
{
border-color: #A54972;
}
.TagClassName
{
border-color: #A54972;
}
</style>