Shades of Royal Heath #AC587D
Tints of Royal Heath #AC587D
RGB
CMYK
RGB Variations
Color information
#AC587D (or 0xAC587D) is known color: Royal Heath. HEX triplet: AC, 58 and 7D. RGB value is (172,88,125). Sum of RGB (Red+Green+Blue) = 172+88+125=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC587D is #53A782. Grayscale: #757575. Windows color (decimal): -5482371 or 8214700. OLE color: 8214700.
HSL color Cylindrical-coordinate representation of color #AC587D: hue angle of 333.57º 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 #AC587D is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 125 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.33 |
| HSL | 333.57º | 0.34% | 0.51% | - |
| HSV(B) | 333.57º | 0.49% | 0.67% | - |
| XYZ | 24.2 | 17.23 | 21.45 | - |
| YUV | 117.33 | 132.33 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 125 | 0 | 0.49 | 0.27 | 0.33 | 333.57 | 0.34 | 0.51 |
| Hex | AC | 58 | 7D | 0 | 31 | 1B | 21 | 14E | 22 | 33 |
| Octal | 254 | 130 | 175 | 0 | 61 | 33 | 41 | 516 | 42 | 63 |
| Binary | 10101100 | 1011000 | 1111101 | 0 | 110001 | 11011 | 100001 | 101001110 | 100010 | 110011 |
Color Harmonies of #AC587D
Complementary color
Monochromatic Colors of #AC587D
Black with #AC587D
Text Example
Text Example
White with #AC587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC587D; }
p { color: rgb(172,88,125); }
H1.HeaderClassName
{
color: #AC587D;
}
.AnyTagClassName
{
color: #AC587D;
}
</style>
background-color css
<style>
a { background-color: #AC587D; }
a { background-color: rgb(172,88,125); }
div.DivClassName
{
background-color: #AC587D;
}
.BgClassName
{
background-color: #AC587D;
}
</style>
border-color css
<style>
span { border-color: #AC587D; }
span { border-color: rgb(172,88,125); }
td.TdClassName
{
border-color: #AC587D;
}
.TagClassName
{
border-color: #AC587D;
}
</style>