Shades of Royal Heath #AC557D
Tints of Royal Heath #AC557D
RGB
CMYK
RGB Variations
Color information
#AC557D (or 0xAC557D) is known color: Royal Heath. HEX triplet: AC, 55 and 7D. RGB value is (172,85,125). Sum of RGB (Red+Green+Blue) = 172+85+125=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC557D is #53AA82. Grayscale: #737373. Windows color (decimal): -5483139 or 8213932. OLE color: 8213932.
HSL color Cylindrical-coordinate representation of color #AC557D: hue angle of 332.41º degrees, saturation: 0.34, 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 #AC557D is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 125 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.33 |
| HSL | 332.41º | 0.34% | 0.5% | - |
| HSV(B) | 332.41º | 0.51% | 0.67% | - |
| XYZ | 23.96 | 16.75 | 21.37 | - |
| YUV | 115.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 125 | 0 | 0.51 | 0.27 | 0.33 | 332.41 | 0.34 | 0.5 |
| Hex | AC | 55 | 7D | 0 | 33 | 1B | 21 | 14C | 22 | 32 |
| Octal | 254 | 125 | 175 | 0 | 63 | 33 | 41 | 514 | 42 | 62 |
| Binary | 10101100 | 1010101 | 1111101 | 0 | 110011 | 11011 | 100001 | 101001100 | 100010 | 110010 |
Color Harmonies of #AC557D
Complementary color
Monochromatic Colors of #AC557D
Black with #AC557D
Text Example
Text Example
White with #AC557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC557D; }
p { color: rgb(172,85,125); }
H1.HeaderClassName
{
color: #AC557D;
}
.AnyTagClassName
{
color: #AC557D;
}
</style>
background-color css
<style>
a { background-color: #AC557D; }
a { background-color: rgb(172,85,125); }
div.DivClassName
{
background-color: #AC557D;
}
.BgClassName
{
background-color: #AC557D;
}
</style>
border-color css
<style>
span { border-color: #AC557D; }
span { border-color: rgb(172,85,125); }
td.TdClassName
{
border-color: #AC557D;
}
.TagClassName
{
border-color: #AC557D;
}
</style>