Shades of Royal Heath #AC4E74
Tints of Royal Heath #AC4E74
RGB
CMYK
RGB Variations
Color information
#AC4E74 (or 0xAC4E74) is known color: Royal Heath. HEX triplet: AC, 4E and 74. RGB value is (172,78,116). Sum of RGB (Red+Green+Blue) = 172+78+116=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4E74 is #53B18B. Grayscale: #6E6E6E. Windows color (decimal): -5484940 or 7622316. OLE color: 7622316.
HSL color Cylindrical-coordinate representation of color #AC4E74: hue angle of 335.74º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC4E74 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 78 | 116 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.33 |
| HSL | 335.74º | 0.38% | 0.49% | - |
| HSV(B) | 335.74º | 0.55% | 0.67% | - |
| XYZ | 22.89 | 15.48 | 18.3 | - |
| YUV | 110.44 | 131.14 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 116 | 0 | 0.55 | 0.33 | 0.33 | 335.74 | 0.38 | 0.49 |
| Hex | AC | 4E | 74 | 0 | 37 | 21 | 21 | 150 | 26 | 31 |
| Octal | 254 | 116 | 164 | 0 | 67 | 41 | 41 | 520 | 46 | 61 |
| Binary | 10101100 | 1001110 | 1110100 | 0 | 110111 | 100001 | 100001 | 101010000 | 100110 | 110001 |
Color Harmonies of #AC4E74
Complementary color
Monochromatic Colors of #AC4E74
Black with #AC4E74
Text Example
Text Example
White with #AC4E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4E74; }
p { color: rgb(172,78,116); }
H1.HeaderClassName
{
color: #AC4E74;
}
.AnyTagClassName
{
color: #AC4E74;
}
</style>
background-color css
<style>
a { background-color: #AC4E74; }
a { background-color: rgb(172,78,116); }
div.DivClassName
{
background-color: #AC4E74;
}
.BgClassName
{
background-color: #AC4E74;
}
</style>
border-color css
<style>
span { border-color: #AC4E74; }
span { border-color: rgb(172,78,116); }
td.TdClassName
{
border-color: #AC4E74;
}
.TagClassName
{
border-color: #AC4E74;
}
</style>