Shades of Royal Heath #A54578
Tints of Royal Heath #A54578
RGB
CMYK
RGB Variations
Color information
#A54578 (or 0xA54578) is known color: Royal Heath. HEX triplet: A5, 45 and 78. RGB value is (165,69,120). Sum of RGB (Red+Green+Blue) = 165+69+120=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A54578 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54578 is #5ABA87. Grayscale: #676767. Windows color (decimal): -5945992 or 7882149. OLE color: 7882149.
HSL color Cylindrical-coordinate representation of color #A54578: hue angle of 328.12º degrees, saturation: 0.41, 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 #A54578 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 69 | 120 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.35 |
| HSL | 328.13º | 0.41% | 0.46% | - |
| HSV(B) | 328.13º | 0.58% | 0.65% | - |
| XYZ | 21.04 | 13.61 | 19.29 | - |
| YUV | 103.52 | 137.3 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 69 | 120 | 0 | 0.58 | 0.27 | 0.35 | 328.13 | 0.41 | 0.46 |
| Hex | A5 | 45 | 78 | 0 | 3A | 1B | 23 | 148 | 29 | 2E |
| Octal | 245 | 105 | 170 | 0 | 72 | 33 | 43 | 510 | 51 | 56 |
| Binary | 10100101 | 1000101 | 1111000 | 0 | 111010 | 11011 | 100011 | 101001000 | 101001 | 101110 |
Color Harmonies of #A54578
Complementary color
Monochromatic Colors of #A54578
Black with #A54578
Text Example
Text Example
White with #A54578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54578; }
p { color: rgb(165,69,120); }
H1.HeaderClassName
{
color: #A54578;
}
.AnyTagClassName
{
color: #A54578;
}
</style>
background-color css
<style>
a { background-color: #A54578; }
a { background-color: rgb(165,69,120); }
div.DivClassName
{
background-color: #A54578;
}
.BgClassName
{
background-color: #A54578;
}
</style>
border-color css
<style>
span { border-color: #A54578; }
span { border-color: rgb(165,69,120); }
td.TdClassName
{
border-color: #A54578;
}
.TagClassName
{
border-color: #A54578;
}
</style>