Shades of Royal Heath #A63F76
Tints of Royal Heath #A63F76
RGB
CMYK
RGB Variations
Color information
#A63F76 (or 0xA63F76) is known color: Royal Heath. HEX triplet: A6, 3F and 76. RGB value is (166,63,118). Sum of RGB (Red+Green+Blue) = 166+63+118=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63F76 is #59C089. Grayscale: #636363. Windows color (decimal): -5881994 or 7749542. OLE color: 7749542.
HSL color Cylindrical-coordinate representation of color #A63F76: hue angle of 327.96º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A63F76 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 63 | 118 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.35 |
| HSL | 327.96º | 0.45% | 0.45% | - |
| HSV(B) | 327.96º | 0.62% | 0.65% | - |
| XYZ | 20.77 | 12.97 | 18.55 | - |
| YUV | 100.07 | 138.12 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 63 | 118 | 0 | 0.62 | 0.29 | 0.35 | 327.96 | 0.45 | 0.45 |
| Hex | A6 | 3F | 76 | 0 | 3E | 1D | 23 | 148 | 2D | 2D |
| Octal | 246 | 77 | 166 | 0 | 76 | 35 | 43 | 510 | 55 | 55 |
| Binary | 10100110 | 111111 | 1110110 | 0 | 111110 | 11101 | 100011 | 101001000 | 101101 | 101101 |
Color Harmonies of #A63F76
Complementary color
Monochromatic Colors of #A63F76
Black with #A63F76
Text Example
Text Example
White with #A63F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63F76; }
p { color: rgb(166,63,118); }
H1.HeaderClassName
{
color: #A63F76;
}
.AnyTagClassName
{
color: #A63F76;
}
</style>
background-color css
<style>
a { background-color: #A63F76; }
a { background-color: rgb(166,63,118); }
div.DivClassName
{
background-color: #A63F76;
}
.BgClassName
{
background-color: #A63F76;
}
</style>
border-color css
<style>
span { border-color: #A63F76; }
span { border-color: rgb(166,63,118); }
td.TdClassName
{
border-color: #A63F76;
}
.TagClassName
{
border-color: #A63F76;
}
</style>