Shades of Royal Heath #A54179
Tints of Royal Heath #A54179
RGB
CMYK
RGB Variations
Color information
#A54179 (or 0xA54179) is known color: Royal Heath. HEX triplet: A5, 41 and 79. RGB value is (165,65,121). Sum of RGB (Red+Green+Blue) = 165+65+121=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A54179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54179 is #5ABE86. Grayscale: #656565. Windows color (decimal): -5947015 or 7946661. OLE color: 7946661.
HSL color Cylindrical-coordinate representation of color #A54179: hue angle of 326.4º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A54179 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 65 | 121 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.35 |
| HSL | 326.4º | 0.43% | 0.45% | - |
| HSV(B) | 326.4º | 0.61% | 0.65% | - |
| XYZ | 20.86 | 13.16 | 19.53 | - |
| YUV | 101.28 | 139.13 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 65 | 121 | 0 | 0.61 | 0.27 | 0.35 | 326.4 | 0.43 | 0.45 |
| Hex | A5 | 41 | 79 | 0 | 3D | 1B | 23 | 146 | 2B | 2D |
| Octal | 245 | 101 | 171 | 0 | 75 | 33 | 43 | 506 | 53 | 55 |
| Binary | 10100101 | 1000001 | 1111001 | 0 | 111101 | 11011 | 100011 | 101000110 | 101011 | 101101 |
Color Harmonies of #A54179
Complementary color
Monochromatic Colors of #A54179
Black with #A54179
Text Example
Text Example
White with #A54179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54179; }
p { color: rgb(165,65,121); }
H1.HeaderClassName
{
color: #A54179;
}
.AnyTagClassName
{
color: #A54179;
}
</style>
background-color css
<style>
a { background-color: #A54179; }
a { background-color: rgb(165,65,121); }
div.DivClassName
{
background-color: #A54179;
}
.BgClassName
{
background-color: #A54179;
}
</style>
border-color css
<style>
span { border-color: #A54179; }
span { border-color: rgb(165,65,121); }
td.TdClassName
{
border-color: #A54179;
}
.TagClassName
{
border-color: #A54179;
}
</style>