Shades of Royal Heath #AA3C76
Tints of Royal Heath #AA3C76
RGB
CMYK
RGB Variations
Color information
#AA3C76 (or 0xAA3C76) is known color: Royal Heath. HEX triplet: AA, 3C and 76. RGB value is (170,60,118). Sum of RGB (Red+Green+Blue) = 170+60+118=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3C76 is #55C389. Grayscale: #636363. Windows color (decimal): -5620618 or 7748778. OLE color: 7748778.
HSL color Cylindrical-coordinate representation of color #AA3C76: hue angle of 328.36º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3C76 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 118 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.33 |
| HSL | 328.36º | 0.48% | 0.45% | - |
| HSV(B) | 328.36º | 0.65% | 0.67% | - |
| XYZ | 21.46 | 13.09 | 18.53 | - |
| YUV | 99.5 | 138.44 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 118 | 0 | 0.65 | 0.31 | 0.33 | 328.36 | 0.48 | 0.45 |
| Hex | AA | 3C | 76 | 0 | 41 | 1F | 21 | 148 | 30 | 2D |
| Octal | 252 | 74 | 166 | 0 | 101 | 37 | 41 | 510 | 60 | 55 |
| Binary | 10101010 | 111100 | 1110110 | 0 | 1000001 | 11111 | 100001 | 101001000 | 110000 | 101101 |
Color Harmonies of #AA3C76
Complementary color
Monochromatic Colors of #AA3C76
Black with #AA3C76
Text Example
Text Example
White with #AA3C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C76; }
p { color: rgb(170,60,118); }
H1.HeaderClassName
{
color: #AA3C76;
}
.AnyTagClassName
{
color: #AA3C76;
}
</style>
background-color css
<style>
a { background-color: #AA3C76; }
a { background-color: rgb(170,60,118); }
div.DivClassName
{
background-color: #AA3C76;
}
.BgClassName
{
background-color: #AA3C76;
}
</style>
border-color css
<style>
span { border-color: #AA3C76; }
span { border-color: rgb(170,60,118); }
td.TdClassName
{
border-color: #AA3C76;
}
.TagClassName
{
border-color: #AA3C76;
}
</style>