Shades of Royal Heath #AC5071
Tints of Royal Heath #AC5071
RGB
CMYK
RGB Variations
Color information
#AC5071 (or 0xAC5071) is known color: Royal Heath. HEX triplet: AC, 50 and 71. RGB value is (172,80,113). Sum of RGB (Red+Green+Blue) = 172+80+113=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5071 is #53AF8E. Grayscale: #6F6F6F. Windows color (decimal): -5484431 or 7426220. OLE color: 7426220.
HSL color Cylindrical-coordinate representation of color #AC5071: hue angle of 338.48º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC5071 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 113 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.33 |
| HSL | 338.48º | 0.37% | 0.49% | - |
| HSV(B) | 338.48º | 0.53% | 0.67% | - |
| XYZ | 22.86 | 15.7 | 17.45 | - |
| YUV | 111.27 | 128.98 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 113 | 0 | 0.53 | 0.34 | 0.33 | 338.48 | 0.37 | 0.49 |
| Hex | AC | 50 | 71 | 0 | 35 | 22 | 21 | 152 | 25 | 31 |
| Octal | 254 | 120 | 161 | 0 | 65 | 42 | 41 | 522 | 45 | 61 |
| Binary | 10101100 | 1010000 | 1110001 | 0 | 110101 | 100010 | 100001 | 101010010 | 100101 | 110001 |
Color Harmonies of #AC5071
Complementary color
Monochromatic Colors of #AC5071
Black with #AC5071
Text Example
Text Example
White with #AC5071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5071; }
p { color: rgb(172,80,113); }
H1.HeaderClassName
{
color: #AC5071;
}
.AnyTagClassName
{
color: #AC5071;
}
</style>
background-color css
<style>
a { background-color: #AC5071; }
a { background-color: rgb(172,80,113); }
div.DivClassName
{
background-color: #AC5071;
}
.BgClassName
{
background-color: #AC5071;
}
</style>
border-color css
<style>
span { border-color: #AC5071; }
span { border-color: rgb(172,80,113); }
td.TdClassName
{
border-color: #AC5071;
}
.TagClassName
{
border-color: #AC5071;
}
</style>