Shades of Royal Heath #A54B84
Tints of Royal Heath #A54B84
RGB
CMYK
RGB Variations
Color information
#A54B84 (or 0xA54B84) is known color: Royal Heath. HEX triplet: A5, 4B and 84. RGB value is (165,75,132). Sum of RGB (Red+Green+Blue) = 165+75+132=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54B84 is #5AB47B. Grayscale: #6C6C6C. Windows color (decimal): -5944444 or 8670117. OLE color: 8670117.
HSL color Cylindrical-coordinate representation of color #A54B84: hue angle of 322º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A54B84 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 75 | 132 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.35 |
| HSL | 322º | 0.38% | 0.47% | - |
| HSV(B) | 322º | 0.55% | 0.65% | - |
| XYZ | 22.2 | 14.7 | 23.5 | - |
| YUV | 108.41 | 141.32 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 75 | 132 | 0 | 0.55 | 0.20 | 0.35 | 322 | 0.38 | 0.47 |
| Hex | A5 | 4B | 84 | 0 | 37 | 14 | 23 | 142 | 26 | 2F |
| Octal | 245 | 113 | 204 | 0 | 67 | 24 | 43 | 502 | 46 | 57 |
| Binary | 10100101 | 1001011 | 10000100 | 0 | 110111 | 10100 | 100011 | 101000010 | 100110 | 101111 |
Color Harmonies of #A54B84
Complementary color
Monochromatic Colors of #A54B84
Black with #A54B84
Text Example
Text Example
White with #A54B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54B84; }
p { color: rgb(165,75,132); }
H1.HeaderClassName
{
color: #A54B84;
}
.AnyTagClassName
{
color: #A54B84;
}
</style>
background-color css
<style>
a { background-color: #A54B84; }
a { background-color: rgb(165,75,132); }
div.DivClassName
{
background-color: #A54B84;
}
.BgClassName
{
background-color: #A54B84;
}
</style>
border-color css
<style>
span { border-color: #A54B84; }
span { border-color: rgb(165,75,132); }
td.TdClassName
{
border-color: #A54B84;
}
.TagClassName
{
border-color: #A54B84;
}
</style>