Shades of Royal Heath #AC577E
Tints of Royal Heath #AC577E
RGB
CMYK
RGB Variations
Color information
#AC577E (or 0xAC577E) is known color: Royal Heath. HEX triplet: AC, 57 and 7E. RGB value is (172,87,126). Sum of RGB (Red+Green+Blue) = 172+87+126=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC577E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC577E is #53A881. Grayscale: #747474. Windows color (decimal): -5482626 or 8279980. OLE color: 8279980.
HSL color Cylindrical-coordinate representation of color #AC577E: hue angle of 332.47º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC577E is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 87 | 126 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.33 |
| HSL | 332.47º | 0.34% | 0.51% | - |
| HSV(B) | 332.47º | 0.49% | 0.67% | - |
| XYZ | 24.19 | 17.09 | 21.76 | - |
| YUV | 116.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 87 | 126 | 0 | 0.49 | 0.27 | 0.33 | 332.47 | 0.34 | 0.51 |
| Hex | AC | 57 | 7E | 0 | 31 | 1B | 21 | 14C | 22 | 33 |
| Octal | 254 | 127 | 176 | 0 | 61 | 33 | 41 | 514 | 42 | 63 |
| Binary | 10101100 | 1010111 | 1111110 | 0 | 110001 | 11011 | 100001 | 101001100 | 100010 | 110011 |
Color Harmonies of #AC577E
Complementary color
Monochromatic Colors of #AC577E
Black with #AC577E
Text Example
Text Example
White with #AC577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC577E; }
p { color: rgb(172,87,126); }
H1.HeaderClassName
{
color: #AC577E;
}
.AnyTagClassName
{
color: #AC577E;
}
</style>
background-color css
<style>
a { background-color: #AC577E; }
a { background-color: rgb(172,87,126); }
div.DivClassName
{
background-color: #AC577E;
}
.BgClassName
{
background-color: #AC577E;
}
</style>
border-color css
<style>
span { border-color: #AC577E; }
span { border-color: rgb(172,87,126); }
td.TdClassName
{
border-color: #AC577E;
}
.TagClassName
{
border-color: #AC577E;
}
</style>