Shades of Royal Heath #A54C85
Tints of Royal Heath #A54C85
RGB
CMYK
RGB Variations
Color information
#A54C85 (or 0xA54C85) is known color: Royal Heath. HEX triplet: A5, 4C and 85. RGB value is (165,76,133). Sum of RGB (Red+Green+Blue) = 165+76+133=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54C85 is #5AB37A. Grayscale: #6C6C6C. Windows color (decimal): -5944187 or 8735909. OLE color: 8735909.
HSL color Cylindrical-coordinate representation of color #A54C85: hue angle of 321.57º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A54C85 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 76 | 133 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.35 |
| HSL | 321.57º | 0.37% | 0.47% | - |
| HSV(B) | 321.57º | 0.54% | 0.65% | - |
| XYZ | 22.34 | 14.86 | 23.88 | - |
| YUV | 109.11 | 141.49 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 76 | 133 | 0 | 0.54 | 0.19 | 0.35 | 321.57 | 0.37 | 0.47 |
| Hex | A5 | 4C | 85 | 0 | 36 | 13 | 23 | 142 | 25 | 2F |
| Octal | 245 | 114 | 205 | 0 | 66 | 23 | 43 | 502 | 45 | 57 |
| Binary | 10100101 | 1001100 | 10000101 | 0 | 110110 | 10011 | 100011 | 101000010 | 100101 | 101111 |
Color Harmonies of #A54C85
Complementary color
Monochromatic Colors of #A54C85
Black with #A54C85
Text Example
Text Example
White with #A54C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54C85; }
p { color: rgb(165,76,133); }
H1.HeaderClassName
{
color: #A54C85;
}
.AnyTagClassName
{
color: #A54C85;
}
</style>
background-color css
<style>
a { background-color: #A54C85; }
a { background-color: rgb(165,76,133); }
div.DivClassName
{
background-color: #A54C85;
}
.BgClassName
{
background-color: #A54C85;
}
</style>
border-color css
<style>
span { border-color: #A54C85; }
span { border-color: rgb(165,76,133); }
td.TdClassName
{
border-color: #A54C85;
}
.TagClassName
{
border-color: #A54C85;
}
</style>