Shades of Royal Heath #AC577D
Tints of Royal Heath #AC577D
RGB
CMYK
RGB Variations
Color information
#AC577D (or 0xAC577D) is known color: Royal Heath. HEX triplet: AC, 57 and 7D. RGB value is (172,87,125). Sum of RGB (Red+Green+Blue) = 172+87+125=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC577D is #53A882. Grayscale: #747474. Windows color (decimal): -5482627 or 8214444. OLE color: 8214444.
HSL color Cylindrical-coordinate representation of color #AC577D: hue angle of 333.18º 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 #AC577D is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 87 | 125 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.33 |
| HSL | 333.18º | 0.34% | 0.51% | - |
| HSV(B) | 333.18º | 0.49% | 0.67% | - |
| XYZ | 24.12 | 17.07 | 21.43 | - |
| YUV | 116.75 | 132.66 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 87 | 125 | 0 | 0.49 | 0.27 | 0.33 | 333.18 | 0.34 | 0.51 |
| Hex | AC | 57 | 7D | 0 | 31 | 1B | 21 | 14D | 22 | 33 |
| Octal | 254 | 127 | 175 | 0 | 61 | 33 | 41 | 515 | 42 | 63 |
| Binary | 10101100 | 1010111 | 1111101 | 0 | 110001 | 11011 | 100001 | 101001101 | 100010 | 110011 |
Color Harmonies of #AC577D
Complementary color
Monochromatic Colors of #AC577D
Black with #AC577D
Text Example
Text Example
White with #AC577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC577D; }
p { color: rgb(172,87,125); }
H1.HeaderClassName
{
color: #AC577D;
}
.AnyTagClassName
{
color: #AC577D;
}
</style>
background-color css
<style>
a { background-color: #AC577D; }
a { background-color: rgb(172,87,125); }
div.DivClassName
{
background-color: #AC577D;
}
.BgClassName
{
background-color: #AC577D;
}
</style>
border-color css
<style>
span { border-color: #AC577D; }
span { border-color: rgb(172,87,125); }
td.TdClassName
{
border-color: #AC577D;
}
.TagClassName
{
border-color: #AC577D;
}
</style>