Shades of Royal Heath #A1487B
Tints of Royal Heath #A1487B
RGB
CMYK
RGB Variations
Color information
#A1487B (or 0xA1487B) is known color: Royal Heath. HEX triplet: A1, 48 and 7B. RGB value is (161,72,123). Sum of RGB (Red+Green+Blue) = 161+72+123=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A1487B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1487B is #5EB784. Grayscale: #686868. Windows color (decimal): -6207365 or 8079521. OLE color: 8079521.
HSL color Cylindrical-coordinate representation of color #A1487B: hue angle of 325.62º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1487B is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 72 | 123 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.37 |
| HSL | 325.62º | 0.38% | 0.46% | - |
| HSV(B) | 325.62º | 0.55% | 0.63% | - |
| XYZ | 20.59 | 13.64 | 20.29 | - |
| YUV | 104.43 | 138.49 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 72 | 123 | 0 | 0.55 | 0.24 | 0.37 | 325.62 | 0.38 | 0.46 |
| Hex | A1 | 48 | 7B | 0 | 37 | 18 | 25 | 146 | 26 | 2E |
| Octal | 241 | 110 | 173 | 0 | 67 | 30 | 45 | 506 | 46 | 56 |
| Binary | 10100001 | 1001000 | 1111011 | 0 | 110111 | 11000 | 100101 | 101000110 | 100110 | 101110 |
Color Harmonies of #A1487B
Complementary color
Monochromatic Colors of #A1487B
Black with #A1487B
Text Example
Text Example
White with #A1487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1487B; }
p { color: rgb(161,72,123); }
H1.HeaderClassName
{
color: #A1487B;
}
.AnyTagClassName
{
color: #A1487B;
}
</style>
background-color css
<style>
a { background-color: #A1487B; }
a { background-color: rgb(161,72,123); }
div.DivClassName
{
background-color: #A1487B;
}
.BgClassName
{
background-color: #A1487B;
}
</style>
border-color css
<style>
span { border-color: #A1487B; }
span { border-color: rgb(161,72,123); }
td.TdClassName
{
border-color: #A1487B;
}
.TagClassName
{
border-color: #A1487B;
}
</style>