Shades of Royal Heath #AC4C74
Tints of Royal Heath #AC4C74
RGB
CMYK
RGB Variations
Color information
#AC4C74 (or 0xAC4C74) is known color: Royal Heath. HEX triplet: AC, 4C and 74. RGB value is (172,76,116). Sum of RGB (Red+Green+Blue) = 172+76+116=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4C74 is #53B38B. Grayscale: #6D6D6D. Windows color (decimal): -5485452 or 7621804. OLE color: 7621804.
HSL color Cylindrical-coordinate representation of color #AC4C74: hue angle of 335º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4C74 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 76 | 116 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.33 |
| HSL | 335º | 0.39% | 0.49% | - |
| HSV(B) | 335º | 0.56% | 0.67% | - |
| XYZ | 22.75 | 15.2 | 18.26 | - |
| YUV | 109.26 | 131.8 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 116 | 0 | 0.56 | 0.33 | 0.33 | 335 | 0.39 | 0.49 |
| Hex | AC | 4C | 74 | 0 | 38 | 21 | 21 | 14F | 27 | 31 |
| Octal | 254 | 114 | 164 | 0 | 70 | 41 | 41 | 517 | 47 | 61 |
| Binary | 10101100 | 1001100 | 1110100 | 0 | 111000 | 100001 | 100001 | 101001111 | 100111 | 110001 |
Color Harmonies of #AC4C74
Complementary color
Monochromatic Colors of #AC4C74
Black with #AC4C74
Text Example
Text Example
White with #AC4C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4C74; }
p { color: rgb(172,76,116); }
H1.HeaderClassName
{
color: #AC4C74;
}
.AnyTagClassName
{
color: #AC4C74;
}
</style>
background-color css
<style>
a { background-color: #AC4C74; }
a { background-color: rgb(172,76,116); }
div.DivClassName
{
background-color: #AC4C74;
}
.BgClassName
{
background-color: #AC4C74;
}
</style>
border-color css
<style>
span { border-color: #AC4C74; }
span { border-color: rgb(172,76,116); }
td.TdClassName
{
border-color: #AC4C74;
}
.TagClassName
{
border-color: #AC4C74;
}
</style>