Shades of Royal Heath #AC4071
Tints of Royal Heath #AC4071
RGB
CMYK
RGB Variations
Color information
#AC4071 (or 0xAC4071) is known color: Royal Heath. HEX triplet: AC, 40 and 71. RGB value is (172,64,113). Sum of RGB (Red+Green+Blue) = 172+64+113=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4071 is #53BF8E. Grayscale: #656565. Windows color (decimal): -5488527 or 7422124. OLE color: 7422124.
HSL color Cylindrical-coordinate representation of color #AC4071: hue angle of 332.78º 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 #AC4071 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 113 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.33 |
| HSL | 332.78º | 0.46% | 0.46% | - |
| HSV(B) | 332.78º | 0.63% | 0.67% | - |
| XYZ | 21.83 | 13.63 | 17.1 | - |
| YUV | 101.88 | 134.28 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 113 | 0 | 0.63 | 0.34 | 0.33 | 332.78 | 0.46 | 0.46 |
| Hex | AC | 40 | 71 | 0 | 3F | 22 | 21 | 14D | 2E | 2E |
| Octal | 254 | 100 | 161 | 0 | 77 | 42 | 41 | 515 | 56 | 56 |
| Binary | 10101100 | 1000000 | 1110001 | 0 | 111111 | 100010 | 100001 | 101001101 | 101110 | 101110 |
Color Harmonies of #AC4071
Complementary color
Monochromatic Colors of #AC4071
Black with #AC4071
Text Example
Text Example
White with #AC4071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4071; }
p { color: rgb(172,64,113); }
H1.HeaderClassName
{
color: #AC4071;
}
.AnyTagClassName
{
color: #AC4071;
}
</style>
background-color css
<style>
a { background-color: #AC4071; }
a { background-color: rgb(172,64,113); }
div.DivClassName
{
background-color: #AC4071;
}
.BgClassName
{
background-color: #AC4071;
}
</style>
border-color css
<style>
span { border-color: #AC4071; }
span { border-color: rgb(172,64,113); }
td.TdClassName
{
border-color: #AC4071;
}
.TagClassName
{
border-color: #AC4071;
}
</style>