Shades of Royal Heath #A65185
Tints of Royal Heath #A65185
RGB
CMYK
RGB Variations
Color information
#A65185 (or 0xA65185) is known color: Royal Heath. HEX triplet: A6, 51 and 85. RGB value is (166,81,133). Sum of RGB (Red+Green+Blue) = 166+81+133=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A65185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65185 is #59AE7A. Grayscale: #707070. Windows color (decimal): -5877371 or 8737190. OLE color: 8737190.
HSL color Cylindrical-coordinate representation of color #A65185: hue angle of 323.29º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A65185 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 81 | 133 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.35 |
| HSL | 323.29º | 0.34% | 0.48% | - |
| HSV(B) | 323.29º | 0.51% | 0.65% | - |
| XYZ | 22.9 | 15.69 | 24.01 | - |
| YUV | 112.34 | 139.66 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 81 | 133 | 0 | 0.51 | 0.20 | 0.35 | 323.29 | 0.34 | 0.48 |
| Hex | A6 | 51 | 85 | 0 | 33 | 14 | 23 | 143 | 22 | 30 |
| Octal | 246 | 121 | 205 | 0 | 63 | 24 | 43 | 503 | 42 | 60 |
| Binary | 10100110 | 1010001 | 10000101 | 0 | 110011 | 10100 | 100011 | 101000011 | 100010 | 110000 |
Color Harmonies of #A65185
Complementary color
Monochromatic Colors of #A65185
Black with #A65185
Text Example
Text Example
White with #A65185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65185; }
p { color: rgb(166,81,133); }
H1.HeaderClassName
{
color: #A65185;
}
.AnyTagClassName
{
color: #A65185;
}
</style>
background-color css
<style>
a { background-color: #A65185; }
a { background-color: rgb(166,81,133); }
div.DivClassName
{
background-color: #A65185;
}
.BgClassName
{
background-color: #A65185;
}
</style>
border-color css
<style>
span { border-color: #A65185; }
span { border-color: rgb(166,81,133); }
td.TdClassName
{
border-color: #A65185;
}
.TagClassName
{
border-color: #A65185;
}
</style>