Shades of Royal Heath #A0487A
Tints of Royal Heath #A0487A
RGB
CMYK
RGB Variations
Color information
#A0487A (or 0xA0487A) is known color: Royal Heath. HEX triplet: A0, 48 and 7A. RGB value is (160,72,122). Sum of RGB (Red+Green+Blue) = 160+72+122=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A0487A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0487A is #5FB785. Grayscale: #676767. Windows color (decimal): -6272902 or 8013984. OLE color: 8013984.
HSL color Cylindrical-coordinate representation of color #A0487A: hue angle of 325.91º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0487A is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 122 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.37 |
| HSL | 325.91º | 0.38% | 0.45% | - |
| HSV(B) | 325.91º | 0.55% | 0.63% | - |
| XYZ | 20.33 | 13.51 | 19.95 | - |
| YUV | 104.01 | 138.15 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 122 | 0 | 0.55 | 0.24 | 0.37 | 325.91 | 0.38 | 0.45 |
| Hex | A0 | 48 | 7A | 0 | 37 | 18 | 25 | 146 | 26 | 2D |
| Octal | 240 | 110 | 172 | 0 | 67 | 30 | 45 | 506 | 46 | 55 |
| Binary | 10100000 | 1001000 | 1111010 | 0 | 110111 | 11000 | 100101 | 101000110 | 100110 | 101101 |
Color Harmonies of #A0487A
Complementary color
Monochromatic Colors of #A0487A
Black with #A0487A
Text Example
Text Example
White with #A0487A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0487A; }
p { color: rgb(160,72,122); }
H1.HeaderClassName
{
color: #A0487A;
}
.AnyTagClassName
{
color: #A0487A;
}
</style>
background-color css
<style>
a { background-color: #A0487A; }
a { background-color: rgb(160,72,122); }
div.DivClassName
{
background-color: #A0487A;
}
.BgClassName
{
background-color: #A0487A;
}
</style>
border-color css
<style>
span { border-color: #A0487A; }
span { border-color: rgb(160,72,122); }
td.TdClassName
{
border-color: #A0487A;
}
.TagClassName
{
border-color: #A0487A;
}
</style>