Shades of Royal Heath #AC587F
Tints of Royal Heath #AC587F
RGB
CMYK
RGB Variations
Color information
#AC587F (or 0xAC587F) is known color: Royal Heath. HEX triplet: AC, 58 and 7F. RGB value is (172,88,127). Sum of RGB (Red+Green+Blue) = 172+88+127=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC587F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC587F is #53A780. Grayscale: #757575. Windows color (decimal): -5482369 or 8345772. OLE color: 8345772.
HSL color Cylindrical-coordinate representation of color #AC587F: hue angle of 332.14º 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 #AC587F is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 127 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.33 |
| HSL | 332.14º | 0.34% | 0.51% | - |
| HSV(B) | 332.14º | 0.49% | 0.67% | - |
| XYZ | 24.33 | 17.28 | 22.13 | - |
| YUV | 117.56 | 133.33 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 127 | 0 | 0.49 | 0.26 | 0.33 | 332.14 | 0.34 | 0.51 |
| Hex | AC | 58 | 7F | 0 | 31 | 1A | 21 | 14C | 22 | 33 |
| Octal | 254 | 130 | 177 | 0 | 61 | 32 | 41 | 514 | 42 | 63 |
| Binary | 10101100 | 1011000 | 1111111 | 0 | 110001 | 11010 | 100001 | 101001100 | 100010 | 110011 |
Color Harmonies of #AC587F
Complementary color
Monochromatic Colors of #AC587F
Black with #AC587F
Text Example
Text Example
White with #AC587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC587F; }
p { color: rgb(172,88,127); }
H1.HeaderClassName
{
color: #AC587F;
}
.AnyTagClassName
{
color: #AC587F;
}
</style>
background-color css
<style>
a { background-color: #AC587F; }
a { background-color: rgb(172,88,127); }
div.DivClassName
{
background-color: #AC587F;
}
.BgClassName
{
background-color: #AC587F;
}
</style>
border-color css
<style>
span { border-color: #AC587F; }
span { border-color: rgb(172,88,127); }
td.TdClassName
{
border-color: #AC587F;
}
.TagClassName
{
border-color: #AC587F;
}
</style>