Shades of Royal Heath #A54678
Tints of Royal Heath #A54678
RGB
CMYK
RGB Variations
Color information
#A54678 (or 0xA54678) is known color: Royal Heath. HEX triplet: A5, 46 and 78. RGB value is (165,70,120). Sum of RGB (Red+Green+Blue) = 165+70+120=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A54678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54678 is #5AB987. Grayscale: #686868. Windows color (decimal): -5945736 or 7882405. OLE color: 7882405.
HSL color Cylindrical-coordinate representation of color #A54678: hue angle of 328.42º degrees, saturation: 0.4, 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 #A54678 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 70 | 120 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.35 |
| HSL | 328.42º | 0.4% | 0.46% | - |
| HSV(B) | 328.42º | 0.58% | 0.65% | - |
| XYZ | 21.1 | 13.74 | 19.31 | - |
| YUV | 104.11 | 136.97 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 70 | 120 | 0 | 0.58 | 0.27 | 0.35 | 328.42 | 0.4 | 0.46 |
| Hex | A5 | 46 | 78 | 0 | 3A | 1B | 23 | 148 | 28 | 2E |
| Octal | 245 | 106 | 170 | 0 | 72 | 33 | 43 | 510 | 50 | 56 |
| Binary | 10100101 | 1000110 | 1111000 | 0 | 111010 | 11011 | 100011 | 101001000 | 101000 | 101110 |
Color Harmonies of #A54678
Complementary color
Monochromatic Colors of #A54678
Black with #A54678
Text Example
Text Example
White with #A54678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54678; }
p { color: rgb(165,70,120); }
H1.HeaderClassName
{
color: #A54678;
}
.AnyTagClassName
{
color: #A54678;
}
</style>
background-color css
<style>
a { background-color: #A54678; }
a { background-color: rgb(165,70,120); }
div.DivClassName
{
background-color: #A54678;
}
.BgClassName
{
background-color: #A54678;
}
</style>
border-color css
<style>
span { border-color: #A54678; }
span { border-color: rgb(165,70,120); }
td.TdClassName
{
border-color: #A54678;
}
.TagClassName
{
border-color: #A54678;
}
</style>