Shades of Royal Heath #A14675
Tints of Royal Heath #A14675
RGB
CMYK
RGB Variations
Color information
#A14675 (or 0xA14675) is known color: Royal Heath. HEX triplet: A1, 46 and 75. RGB value is (161,70,117). Sum of RGB (Red+Green+Blue) = 161+70+117=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A14675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14675 is #5EB98A. Grayscale: #666666. Windows color (decimal): -6207883 or 7685793. OLE color: 7685793.
HSL color Cylindrical-coordinate representation of color #A14675: hue angle of 329.01º 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 #A14675 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 117 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.37 |
| HSL | 329.01º | 0.39% | 0.45% | - |
| HSV(B) | 329.01º | 0.57% | 0.63% | - |
| XYZ | 20.1 | 13.24 | 18.33 | - |
| YUV | 102.57 | 136.15 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 117 | 0 | 0.57 | 0.27 | 0.37 | 329.01 | 0.39 | 0.45 |
| Hex | A1 | 46 | 75 | 0 | 39 | 1B | 25 | 149 | 27 | 2D |
| Octal | 241 | 106 | 165 | 0 | 71 | 33 | 45 | 511 | 47 | 55 |
| Binary | 10100001 | 1000110 | 1110101 | 0 | 111001 | 11011 | 100101 | 101001001 | 100111 | 101101 |
Color Harmonies of #A14675
Complementary color
Monochromatic Colors of #A14675
Black with #A14675
Text Example
Text Example
White with #A14675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14675; }
p { color: rgb(161,70,117); }
H1.HeaderClassName
{
color: #A14675;
}
.AnyTagClassName
{
color: #A14675;
}
</style>
background-color css
<style>
a { background-color: #A14675; }
a { background-color: rgb(161,70,117); }
div.DivClassName
{
background-color: #A14675;
}
.BgClassName
{
background-color: #A14675;
}
</style>
border-color css
<style>
span { border-color: #A14675; }
span { border-color: rgb(161,70,117); }
td.TdClassName
{
border-color: #A14675;
}
.TagClassName
{
border-color: #A14675;
}
</style>