Shades of Royal Heath #A1467F
Tints of Royal Heath #A1467F
RGB
CMYK
RGB Variations
Color information
#A1467F (or 0xA1467F) is known color: Royal Heath. HEX triplet: A1, 46 and 7F. RGB value is (161,70,127). Sum of RGB (Red+Green+Blue) = 161+70+127=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A1467F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1467F is #5EB980. Grayscale: #676767. Windows color (decimal): -6207873 or 8341153. OLE color: 8341153.
HSL color Cylindrical-coordinate representation of color #A1467F: hue angle of 322.42º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1467F is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 127 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.37 |
| HSL | 322.42º | 0.39% | 0.45% | - |
| HSV(B) | 322.42º | 0.57% | 0.63% | - |
| XYZ | 20.72 | 13.49 | 21.59 | - |
| YUV | 103.71 | 141.15 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 127 | 0 | 0.57 | 0.21 | 0.37 | 322.42 | 0.39 | 0.45 |
| Hex | A1 | 46 | 7F | 0 | 39 | 15 | 25 | 142 | 27 | 2D |
| Octal | 241 | 106 | 177 | 0 | 71 | 25 | 45 | 502 | 47 | 55 |
| Binary | 10100001 | 1000110 | 1111111 | 0 | 111001 | 10101 | 100101 | 101000010 | 100111 | 101101 |
Color Harmonies of #A1467F
Complementary color
Monochromatic Colors of #A1467F
Black with #A1467F
Text Example
Text Example
White with #A1467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1467F; }
p { color: rgb(161,70,127); }
H1.HeaderClassName
{
color: #A1467F;
}
.AnyTagClassName
{
color: #A1467F;
}
</style>
background-color css
<style>
a { background-color: #A1467F; }
a { background-color: rgb(161,70,127); }
div.DivClassName
{
background-color: #A1467F;
}
.BgClassName
{
background-color: #A1467F;
}
</style>
border-color css
<style>
span { border-color: #A1467F; }
span { border-color: rgb(161,70,127); }
td.TdClassName
{
border-color: #A1467F;
}
.TagClassName
{
border-color: #A1467F;
}
</style>