Shades of Royal Heath #A93C76
Tints of Royal Heath #A93C76
RGB
CMYK
RGB Variations
Color information
#A93C76 (or 0xA93C76) is known color: Royal Heath. HEX triplet: A9, 3C and 76. RGB value is (169,60,118). Sum of RGB (Red+Green+Blue) = 169+60+118=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93C76 is #56C389. Grayscale: #636363. Windows color (decimal): -5686154 or 7748777. OLE color: 7748777.
HSL color Cylindrical-coordinate representation of color #A93C76: hue angle of 328.07º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A93C76 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 60 | 118 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.34 |
| HSL | 328.07º | 0.48% | 0.45% | - |
| HSV(B) | 328.07º | 0.64% | 0.66% | - |
| XYZ | 21.25 | 12.97 | 18.52 | - |
| YUV | 99.2 | 138.61 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 60 | 118 | 0 | 0.64 | 0.30 | 0.34 | 328.07 | 0.48 | 0.45 |
| Hex | A9 | 3C | 76 | 0 | 40 | 1E | 22 | 148 | 30 | 2D |
| Octal | 251 | 74 | 166 | 0 | 100 | 36 | 42 | 510 | 60 | 55 |
| Binary | 10101001 | 111100 | 1110110 | 0 | 1000000 | 11110 | 100010 | 101001000 | 110000 | 101101 |
Color Harmonies of #A93C76
Complementary color
Monochromatic Colors of #A93C76
Black with #A93C76
Text Example
Text Example
White with #A93C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93C76; }
p { color: rgb(169,60,118); }
H1.HeaderClassName
{
color: #A93C76;
}
.AnyTagClassName
{
color: #A93C76;
}
</style>
background-color css
<style>
a { background-color: #A93C76; }
a { background-color: rgb(169,60,118); }
div.DivClassName
{
background-color: #A93C76;
}
.BgClassName
{
background-color: #A93C76;
}
</style>
border-color css
<style>
span { border-color: #A93C76; }
span { border-color: rgb(169,60,118); }
td.TdClassName
{
border-color: #A93C76;
}
.TagClassName
{
border-color: #A93C76;
}
</style>