Shades of Royal Heath #A1487F
Tints of Royal Heath #A1487F
RGB
CMYK
RGB Variations
Color information
#A1487F (or 0xA1487F) is known color: Royal Heath. HEX triplet: A1, 48 and 7F. RGB value is (161,72,127). Sum of RGB (Red+Green+Blue) = 161+72+127=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A1487F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1487F is #5EB780. Grayscale: #686868. Windows color (decimal): -6207361 or 8341665. OLE color: 8341665.
HSL color Cylindrical-coordinate representation of color #A1487F: hue angle of 322.92º 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 #A1487F is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 72 | 127 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.37 |
| HSL | 322.92º | 0.38% | 0.46% | - |
| HSV(B) | 322.92º | 0.55% | 0.63% | - |
| XYZ | 20.85 | 13.74 | 21.63 | - |
| YUV | 104.88 | 140.49 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 72 | 127 | 0 | 0.55 | 0.21 | 0.37 | 322.92 | 0.38 | 0.46 |
| Hex | A1 | 48 | 7F | 0 | 37 | 15 | 25 | 143 | 26 | 2E |
| Octal | 241 | 110 | 177 | 0 | 67 | 25 | 45 | 503 | 46 | 56 |
| Binary | 10100001 | 1001000 | 1111111 | 0 | 110111 | 10101 | 100101 | 101000011 | 100110 | 101110 |
Color Harmonies of #A1487F
Complementary color
Monochromatic Colors of #A1487F
Black with #A1487F
Text Example
Text Example
White with #A1487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1487F; }
p { color: rgb(161,72,127); }
H1.HeaderClassName
{
color: #A1487F;
}
.AnyTagClassName
{
color: #A1487F;
}
</style>
background-color css
<style>
a { background-color: #A1487F; }
a { background-color: rgb(161,72,127); }
div.DivClassName
{
background-color: #A1487F;
}
.BgClassName
{
background-color: #A1487F;
}
</style>
border-color css
<style>
span { border-color: #A1487F; }
span { border-color: rgb(161,72,127); }
td.TdClassName
{
border-color: #A1487F;
}
.TagClassName
{
border-color: #A1487F;
}
</style>