Shades of Royal Heath #A54C80
Tints of Royal Heath #A54C80
RGB
CMYK
RGB Variations
Color information
#A54C80 (or 0xA54C80) is known color: Royal Heath. HEX triplet: A5, 4C and 80. RGB value is (165,76,128). Sum of RGB (Red+Green+Blue) = 165+76+128=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54C80 is #5AB37F. Grayscale: #6C6C6C. Windows color (decimal): -5944192 or 8408229. OLE color: 8408229.
HSL color Cylindrical-coordinate representation of color #A54C80: hue angle of 324.94º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A54C80 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 76 | 128 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.35 |
| HSL | 324.94º | 0.37% | 0.47% | - |
| HSV(B) | 324.94º | 0.54% | 0.65% | - |
| XYZ | 22 | 14.73 | 22.11 | - |
| YUV | 108.54 | 138.99 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 76 | 128 | 0 | 0.54 | 0.22 | 0.35 | 324.94 | 0.37 | 0.47 |
| Hex | A5 | 4C | 80 | 0 | 36 | 16 | 23 | 145 | 25 | 2F |
| Octal | 245 | 114 | 200 | 0 | 66 | 26 | 43 | 505 | 45 | 57 |
| Binary | 10100101 | 1001100 | 10000000 | 0 | 110110 | 10110 | 100011 | 101000101 | 100101 | 101111 |
Color Harmonies of #A54C80
Complementary color
Monochromatic Colors of #A54C80
Black with #A54C80
Text Example
Text Example
White with #A54C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54C80; }
p { color: rgb(165,76,128); }
H1.HeaderClassName
{
color: #A54C80;
}
.AnyTagClassName
{
color: #A54C80;
}
</style>
background-color css
<style>
a { background-color: #A54C80; }
a { background-color: rgb(165,76,128); }
div.DivClassName
{
background-color: #A54C80;
}
.BgClassName
{
background-color: #A54C80;
}
</style>
border-color css
<style>
span { border-color: #A54C80; }
span { border-color: rgb(165,76,128); }
td.TdClassName
{
border-color: #A54C80;
}
.TagClassName
{
border-color: #A54C80;
}
</style>