Shades of Royal Heath #A54779
Tints of Royal Heath #A54779
RGB
CMYK
RGB Variations
Color information
#A54779 (or 0xA54779) is known color: Royal Heath. HEX triplet: A5, 47 and 79. RGB value is (165,71,121). Sum of RGB (Red+Green+Blue) = 165+71+121=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A54779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54779 is #5AB886. Grayscale: #686868. Windows color (decimal): -5945479 or 7948197. OLE color: 7948197.
HSL color Cylindrical-coordinate representation of color #A54779: hue angle of 328.09º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A54779 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 71 | 121 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.35 |
| HSL | 328.09º | 0.4% | 0.46% | - |
| HSV(B) | 328.09º | 0.57% | 0.65% | - |
| XYZ | 21.22 | 13.89 | 19.65 | - |
| YUV | 104.81 | 137.14 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 71 | 121 | 0 | 0.57 | 0.27 | 0.35 | 328.09 | 0.4 | 0.46 |
| Hex | A5 | 47 | 79 | 0 | 39 | 1B | 23 | 148 | 28 | 2E |
| Octal | 245 | 107 | 171 | 0 | 71 | 33 | 43 | 510 | 50 | 56 |
| Binary | 10100101 | 1000111 | 1111001 | 0 | 111001 | 11011 | 100011 | 101001000 | 101000 | 101110 |
Color Harmonies of #A54779
Complementary color
Monochromatic Colors of #A54779
Black with #A54779
Text Example
Text Example
White with #A54779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54779; }
p { color: rgb(165,71,121); }
H1.HeaderClassName
{
color: #A54779;
}
.AnyTagClassName
{
color: #A54779;
}
</style>
background-color css
<style>
a { background-color: #A54779; }
a { background-color: rgb(165,71,121); }
div.DivClassName
{
background-color: #A54779;
}
.BgClassName
{
background-color: #A54779;
}
</style>
border-color css
<style>
span { border-color: #A54779; }
span { border-color: rgb(165,71,121); }
td.TdClassName
{
border-color: #A54779;
}
.TagClassName
{
border-color: #A54779;
}
</style>