Shades of Royal Heath #A54672
Tints of Royal Heath #A54672
RGB
CMYK
RGB Variations
Color information
#A54672 (or 0xA54672) is known color: Royal Heath. HEX triplet: A5, 46 and 72. RGB value is (165,70,114). Sum of RGB (Red+Green+Blue) = 165+70+114=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A54672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54672 is #5AB98D. Grayscale: #676767. Windows color (decimal): -5945742 or 7489189. OLE color: 7489189.
HSL color Cylindrical-coordinate representation of color #A54672: hue angle of 332.21º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A54672 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 70 | 114 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.35 |
| HSL | 332.21º | 0.4% | 0.46% | - |
| HSV(B) | 332.21º | 0.58% | 0.65% | - |
| XYZ | 20.74 | 13.59 | 17.45 | - |
| YUV | 103.42 | 133.97 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 70 | 114 | 0 | 0.58 | 0.31 | 0.35 | 332.21 | 0.4 | 0.46 |
| Hex | A5 | 46 | 72 | 0 | 3A | 1F | 23 | 14C | 28 | 2E |
| Octal | 245 | 106 | 162 | 0 | 72 | 37 | 43 | 514 | 50 | 56 |
| Binary | 10100101 | 1000110 | 1110010 | 0 | 111010 | 11111 | 100011 | 101001100 | 101000 | 101110 |
Color Harmonies of #A54672
Complementary color
Monochromatic Colors of #A54672
Black with #A54672
Text Example
Text Example
White with #A54672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54672; }
p { color: rgb(165,70,114); }
H1.HeaderClassName
{
color: #A54672;
}
.AnyTagClassName
{
color: #A54672;
}
</style>
background-color css
<style>
a { background-color: #A54672; }
a { background-color: rgb(165,70,114); }
div.DivClassName
{
background-color: #A54672;
}
.BgClassName
{
background-color: #A54672;
}
</style>
border-color css
<style>
span { border-color: #A54672; }
span { border-color: rgb(165,70,114); }
td.TdClassName
{
border-color: #A54672;
}
.TagClassName
{
border-color: #A54672;
}
</style>