Shades of Royal Heath #A0487B
Tints of Royal Heath #A0487B
RGB
CMYK
RGB Variations
Color information
#A0487B (or 0xA0487B) is known color: Royal Heath. HEX triplet: A0, 48 and 7B. RGB value is (160,72,123). Sum of RGB (Red+Green+Blue) = 160+72+123=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A0487B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0487B is #5FB784. Grayscale: #686868. Windows color (decimal): -6272901 or 8079520. OLE color: 8079520.
HSL color Cylindrical-coordinate representation of color #A0487B: hue angle of 325.23º 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 #A0487B is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 123 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.37 |
| HSL | 325.23º | 0.38% | 0.45% | - |
| HSV(B) | 325.23º | 0.55% | 0.63% | - |
| XYZ | 20.39 | 13.54 | 20.28 | - |
| YUV | 104.13 | 138.65 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 123 | 0 | 0.55 | 0.23 | 0.37 | 325.23 | 0.38 | 0.45 |
| Hex | A0 | 48 | 7B | 0 | 37 | 17 | 25 | 145 | 26 | 2D |
| Octal | 240 | 110 | 173 | 0 | 67 | 27 | 45 | 505 | 46 | 55 |
| Binary | 10100000 | 1001000 | 1111011 | 0 | 110111 | 10111 | 100101 | 101000101 | 100110 | 101101 |
Color Harmonies of #A0487B
Complementary color
Monochromatic Colors of #A0487B
Black with #A0487B
Text Example
Text Example
White with #A0487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0487B; }
p { color: rgb(160,72,123); }
H1.HeaderClassName
{
color: #A0487B;
}
.AnyTagClassName
{
color: #A0487B;
}
</style>
background-color css
<style>
a { background-color: #A0487B; }
a { background-color: rgb(160,72,123); }
div.DivClassName
{
background-color: #A0487B;
}
.BgClassName
{
background-color: #A0487B;
}
</style>
border-color css
<style>
span { border-color: #A0487B; }
span { border-color: rgb(160,72,123); }
td.TdClassName
{
border-color: #A0487B;
}
.TagClassName
{
border-color: #A0487B;
}
</style>