Shades of Royal Heath #AC3E77
Tints of Royal Heath #AC3E77
RGB
CMYK
RGB Variations
Color information
#AC3E77 (or 0xAC3E77) is known color: Royal Heath. HEX triplet: AC, 3E and 77. RGB value is (172,62,119). Sum of RGB (Red+Green+Blue) = 172+62+119=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3E77 is #53C188. Grayscale: #656565. Windows color (decimal): -5489033 or 7814828. OLE color: 7814828.
HSL color Cylindrical-coordinate representation of color #AC3E77: hue angle of 328.91º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC3E77 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 62 | 119 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.33 |
| HSL | 328.91º | 0.47% | 0.46% | - |
| HSV(B) | 328.91º | 0.64% | 0.67% | - |
| XYZ | 22.07 | 13.55 | 18.9 | - |
| YUV | 101.39 | 137.94 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 62 | 119 | 0 | 0.64 | 0.31 | 0.33 | 328.91 | 0.47 | 0.46 |
| Hex | AC | 3E | 77 | 0 | 40 | 1F | 21 | 149 | 2F | 2E |
| Octal | 254 | 76 | 167 | 0 | 100 | 37 | 41 | 511 | 57 | 56 |
| Binary | 10101100 | 111110 | 1110111 | 0 | 1000000 | 11111 | 100001 | 101001001 | 101111 | 101110 |
Color Harmonies of #AC3E77
Complementary color
Monochromatic Colors of #AC3E77
Black with #AC3E77
Text Example
Text Example
White with #AC3E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3E77; }
p { color: rgb(172,62,119); }
H1.HeaderClassName
{
color: #AC3E77;
}
.AnyTagClassName
{
color: #AC3E77;
}
</style>
background-color css
<style>
a { background-color: #AC3E77; }
a { background-color: rgb(172,62,119); }
div.DivClassName
{
background-color: #AC3E77;
}
.BgClassName
{
background-color: #AC3E77;
}
</style>
border-color css
<style>
span { border-color: #AC3E77; }
span { border-color: rgb(172,62,119); }
td.TdClassName
{
border-color: #AC3E77;
}
.TagClassName
{
border-color: #AC3E77;
}
</style>