Shades of Royal Heath #A0487E
Tints of Royal Heath #A0487E
RGB
CMYK
RGB Variations
Color information
#A0487E (or 0xA0487E) is known color: Royal Heath. HEX triplet: A0, 48 and 7E. RGB value is (160,72,126). Sum of RGB (Red+Green+Blue) = 160+72+126=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A0487E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0487E is #5FB781. Grayscale: #686868. Windows color (decimal): -6272898 or 8276128. OLE color: 8276128.
HSL color Cylindrical-coordinate representation of color #A0487E: hue angle of 323.18º 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 #A0487E is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 126 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.37 |
| HSL | 323.18º | 0.38% | 0.45% | - |
| HSV(B) | 323.18º | 0.55% | 0.63% | - |
| XYZ | 20.58 | 13.61 | 21.28 | - |
| YUV | 104.47 | 140.15 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 126 | 0 | 0.55 | 0.21 | 0.37 | 323.18 | 0.38 | 0.45 |
| Hex | A0 | 48 | 7E | 0 | 37 | 15 | 25 | 143 | 26 | 2D |
| Octal | 240 | 110 | 176 | 0 | 67 | 25 | 45 | 503 | 46 | 55 |
| Binary | 10100000 | 1001000 | 1111110 | 0 | 110111 | 10101 | 100101 | 101000011 | 100110 | 101101 |
Color Harmonies of #A0487E
Complementary color
Monochromatic Colors of #A0487E
Black with #A0487E
Text Example
Text Example
White with #A0487E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0487E; }
p { color: rgb(160,72,126); }
H1.HeaderClassName
{
color: #A0487E;
}
.AnyTagClassName
{
color: #A0487E;
}
</style>
background-color css
<style>
a { background-color: #A0487E; }
a { background-color: rgb(160,72,126); }
div.DivClassName
{
background-color: #A0487E;
}
.BgClassName
{
background-color: #A0487E;
}
</style>
border-color css
<style>
span { border-color: #A0487E; }
span { border-color: rgb(160,72,126); }
td.TdClassName
{
border-color: #A0487E;
}
.TagClassName
{
border-color: #A0487E;
}
</style>