Shades of Royal Heath #AC3F77
Tints of Royal Heath #AC3F77
RGB
CMYK
RGB Variations
Color information
#AC3F77 (or 0xAC3F77) is known color: Royal Heath. HEX triplet: AC, 3F and 77. RGB value is (172,63,119). Sum of RGB (Red+Green+Blue) = 172+63+119=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3F77 is #53C088. Grayscale: #656565. Windows color (decimal): -5488777 or 7815084. OLE color: 7815084.
HSL color Cylindrical-coordinate representation of color #AC3F77: hue angle of 329.17º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC3F77 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 119 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.33 |
| HSL | 329.17º | 0.46% | 0.46% | - |
| HSV(B) | 329.17º | 0.63% | 0.67% | - |
| XYZ | 22.12 | 13.66 | 18.92 | - |
| YUV | 101.98 | 137.61 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 119 | 0 | 0.63 | 0.31 | 0.33 | 329.17 | 0.46 | 0.46 |
| Hex | AC | 3F | 77 | 0 | 3F | 1F | 21 | 149 | 2E | 2E |
| Octal | 254 | 77 | 167 | 0 | 77 | 37 | 41 | 511 | 56 | 56 |
| Binary | 10101100 | 111111 | 1110111 | 0 | 111111 | 11111 | 100001 | 101001001 | 101110 | 101110 |
Color Harmonies of #AC3F77
Complementary color
Monochromatic Colors of #AC3F77
Black with #AC3F77
Text Example
Text Example
White with #AC3F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F77; }
p { color: rgb(172,63,119); }
H1.HeaderClassName
{
color: #AC3F77;
}
.AnyTagClassName
{
color: #AC3F77;
}
</style>
background-color css
<style>
a { background-color: #AC3F77; }
a { background-color: rgb(172,63,119); }
div.DivClassName
{
background-color: #AC3F77;
}
.BgClassName
{
background-color: #AC3F77;
}
</style>
border-color css
<style>
span { border-color: #AC3F77; }
span { border-color: rgb(172,63,119); }
td.TdClassName
{
border-color: #AC3F77;
}
.TagClassName
{
border-color: #AC3F77;
}
</style>