Shades of Royal Heath #AC547B
Tints of Royal Heath #AC547B
RGB
CMYK
RGB Variations
Color information
#AC547B (or 0xAC547B) is known color: Royal Heath. HEX triplet: AC, 54 and 7B. RGB value is (172,84,123). Sum of RGB (Red+Green+Blue) = 172+84+123=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC547B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC547B is #53AB84. Grayscale: #727272. Windows color (decimal): -5483397 or 8082604. OLE color: 8082604.
HSL color Cylindrical-coordinate representation of color #AC547B: hue angle of 333.41º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC547B is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 123 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.33 |
| HSL | 333.41º | 0.35% | 0.5% | - |
| HSV(B) | 333.41º | 0.51% | 0.67% | - |
| XYZ | 23.76 | 16.54 | 20.68 | - |
| YUV | 114.76 | 132.65 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 123 | 0 | 0.51 | 0.28 | 0.33 | 333.41 | 0.35 | 0.5 |
| Hex | AC | 54 | 7B | 0 | 33 | 1C | 21 | 14D | 23 | 32 |
| Octal | 254 | 124 | 173 | 0 | 63 | 34 | 41 | 515 | 43 | 62 |
| Binary | 10101100 | 1010100 | 1111011 | 0 | 110011 | 11100 | 100001 | 101001101 | 100011 | 110010 |
Color Harmonies of #AC547B
Complementary color
Monochromatic Colors of #AC547B
Black with #AC547B
Text Example
Text Example
White with #AC547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC547B; }
p { color: rgb(172,84,123); }
H1.HeaderClassName
{
color: #AC547B;
}
.AnyTagClassName
{
color: #AC547B;
}
</style>
background-color css
<style>
a { background-color: #AC547B; }
a { background-color: rgb(172,84,123); }
div.DivClassName
{
background-color: #AC547B;
}
.BgClassName
{
background-color: #AC547B;
}
</style>
border-color css
<style>
span { border-color: #AC547B; }
span { border-color: rgb(172,84,123); }
td.TdClassName
{
border-color: #AC547B;
}
.TagClassName
{
border-color: #AC547B;
}
</style>