Shades of Royal Heath #A65172
Tints of Royal Heath #A65172
RGB
CMYK
RGB Variations
Color information
#A65172 (or 0xA65172) is known color: Royal Heath. HEX triplet: A6, 51 and 72. RGB value is (166,81,114). Sum of RGB (Red+Green+Blue) = 166+81+114=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A65172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65172 is #59AE8D. Grayscale: #6E6E6E. Windows color (decimal): -5877390 or 7492006. OLE color: 7492006.
HSL color Cylindrical-coordinate representation of color #A65172: hue angle of 336.71º 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 #A65172 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 81 | 114 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.35 |
| HSL | 336.71º | 0.34% | 0.48% | - |
| HSV(B) | 336.71º | 0.51% | 0.65% | - |
| XYZ | 21.71 | 15.21 | 17.71 | - |
| YUV | 110.18 | 130.16 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 81 | 114 | 0 | 0.51 | 0.31 | 0.35 | 336.71 | 0.34 | 0.48 |
| Hex | A6 | 51 | 72 | 0 | 33 | 1F | 23 | 151 | 22 | 30 |
| Octal | 246 | 121 | 162 | 0 | 63 | 37 | 43 | 521 | 42 | 60 |
| Binary | 10100110 | 1010001 | 1110010 | 0 | 110011 | 11111 | 100011 | 101010001 | 100010 | 110000 |
Color Harmonies of #A65172
Complementary color
Monochromatic Colors of #A65172
Black with #A65172
Text Example
Text Example
White with #A65172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65172; }
p { color: rgb(166,81,114); }
H1.HeaderClassName
{
color: #A65172;
}
.AnyTagClassName
{
color: #A65172;
}
</style>
background-color css
<style>
a { background-color: #A65172; }
a { background-color: rgb(166,81,114); }
div.DivClassName
{
background-color: #A65172;
}
.BgClassName
{
background-color: #A65172;
}
</style>
border-color css
<style>
span { border-color: #A65172; }
span { border-color: rgb(166,81,114); }
td.TdClassName
{
border-color: #A65172;
}
.TagClassName
{
border-color: #A65172;
}
</style>