Shades of Royal Heath #A74176
Tints of Royal Heath #A74176
RGB
CMYK
RGB Variations
Color information
#A74176 (or 0xA74176) is known color: Royal Heath. HEX triplet: A7, 41 and 76. RGB value is (167,65,118). Sum of RGB (Red+Green+Blue) = 167+65+118=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A74176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74176 is #58BE89. Grayscale: #656565. Windows color (decimal): -5815946 or 7750055. OLE color: 7750055.
HSL color Cylindrical-coordinate representation of color #A74176: hue angle of 328.82º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A74176 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 65 | 118 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.35 |
| HSL | 328.82º | 0.44% | 0.45% | - |
| HSV(B) | 328.82º | 0.61% | 0.65% | - |
| XYZ | 21.1 | 13.3 | 18.6 | - |
| YUV | 101.54 | 137.29 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 65 | 118 | 0 | 0.61 | 0.29 | 0.35 | 328.82 | 0.44 | 0.45 |
| Hex | A7 | 41 | 76 | 0 | 3D | 1D | 23 | 149 | 2C | 2D |
| Octal | 247 | 101 | 166 | 0 | 75 | 35 | 43 | 511 | 54 | 55 |
| Binary | 10100111 | 1000001 | 1110110 | 0 | 111101 | 11101 | 100011 | 101001001 | 101100 | 101101 |
Color Harmonies of #A74176
Complementary color
Monochromatic Colors of #A74176
Black with #A74176
Text Example
Text Example
White with #A74176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74176; }
p { color: rgb(167,65,118); }
H1.HeaderClassName
{
color: #A74176;
}
.AnyTagClassName
{
color: #A74176;
}
</style>
background-color css
<style>
a { background-color: #A74176; }
a { background-color: rgb(167,65,118); }
div.DivClassName
{
background-color: #A74176;
}
.BgClassName
{
background-color: #A74176;
}
</style>
border-color css
<style>
span { border-color: #A74176; }
span { border-color: rgb(167,65,118); }
td.TdClassName
{
border-color: #A74176;
}
.TagClassName
{
border-color: #A74176;
}
</style>