Shades of Royal Heath #A54F84
Tints of Royal Heath #A54F84
RGB
CMYK
RGB Variations
Color information
#A54F84 (or 0xA54F84) is known color: Royal Heath. HEX triplet: A5, 4F and 84. RGB value is (165,79,132). Sum of RGB (Red+Green+Blue) = 165+79+132=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54F84 is #5AB07B. Grayscale: #6E6E6E. Windows color (decimal): -5943420 or 8671141. OLE color: 8671141.
HSL color Cylindrical-coordinate representation of color #A54F84: hue angle of 323.02º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A54F84 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 79 | 132 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.35 |
| HSL | 323.02º | 0.35% | 0.48% | - |
| HSV(B) | 323.02º | 0.52% | 0.65% | - |
| XYZ | 22.48 | 15.26 | 23.59 | - |
| YUV | 110.76 | 139.99 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 79 | 132 | 0 | 0.52 | 0.20 | 0.35 | 323.02 | 0.35 | 0.48 |
| Hex | A5 | 4F | 84 | 0 | 34 | 14 | 23 | 143 | 23 | 30 |
| Octal | 245 | 117 | 204 | 0 | 64 | 24 | 43 | 503 | 43 | 60 |
| Binary | 10100101 | 1001111 | 10000100 | 0 | 110100 | 10100 | 100011 | 101000011 | 100011 | 110000 |
Color Harmonies of #A54F84
Complementary color
Monochromatic Colors of #A54F84
Black with #A54F84
Text Example
Text Example
White with #A54F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54F84; }
p { color: rgb(165,79,132); }
H1.HeaderClassName
{
color: #A54F84;
}
.AnyTagClassName
{
color: #A54F84;
}
</style>
background-color css
<style>
a { background-color: #A54F84; }
a { background-color: rgb(165,79,132); }
div.DivClassName
{
background-color: #A54F84;
}
.BgClassName
{
background-color: #A54F84;
}
</style>
border-color css
<style>
span { border-color: #A54F84; }
span { border-color: rgb(165,79,132); }
td.TdClassName
{
border-color: #A54F84;
}
.TagClassName
{
border-color: #A54F84;
}
</style>