Shades of Royal Heath #A73D76
Tints of Royal Heath #A73D76
RGB
CMYK
RGB Variations
Color information
#A73D76 (or 0xA73D76) is known color: Royal Heath. HEX triplet: A7, 3D and 76. RGB value is (167,61,118). Sum of RGB (Red+Green+Blue) = 167+61+118=346 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.27% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 167 - color contains mainly: red. Hex color #A73D76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73D76 is #58C289. Grayscale: #636363. Windows color (decimal): -5816970 or 7749031. OLE color: 7749031.
HSL color Cylindrical-coordinate representation of color #A73D76: hue angle of 327.74º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A73D76 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 61 | 118 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.35 |
| HSL | 327.74º | 0.46% | 0.45% | - |
| HSV(B) | 327.74º | 0.63% | 0.65% | - |
| XYZ | 20.88 | 12.86 | 18.52 | - |
| YUV | 99.19 | 138.62 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 61 | 118 | 0 | 0.63 | 0.29 | 0.35 | 327.74 | 0.46 | 0.45 |
| Hex | A7 | 3D | 76 | 0 | 3F | 1D | 23 | 148 | 2E | 2D |
| Octal | 247 | 75 | 166 | 0 | 77 | 35 | 43 | 510 | 56 | 55 |
| Binary | 10100111 | 111101 | 1110110 | 0 | 111111 | 11101 | 100011 | 101001000 | 101110 | 101101 |
Color Harmonies of #A73D76
Complementary color
Monochromatic Colors of #A73D76
Black with #A73D76
Text Example
Text Example
White with #A73D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73D76; }
p { color: rgb(167,61,118); }
H1.HeaderClassName
{
color: #A73D76;
}
.AnyTagClassName
{
color: #A73D76;
}
</style>
background-color css
<style>
a { background-color: #A73D76; }
a { background-color: rgb(167,61,118); }
div.DivClassName
{
background-color: #A73D76;
}
.BgClassName
{
background-color: #A73D76;
}
</style>
border-color css
<style>
span { border-color: #A73D76; }
span { border-color: rgb(167,61,118); }
td.TdClassName
{
border-color: #A73D76;
}
.TagClassName
{
border-color: #A73D76;
}
</style>