Shades of Royal Heath #AC577B
Tints of Royal Heath #AC577B
RGB
CMYK
RGB Variations
Color information
#AC577B (or 0xAC577B) is known color: Royal Heath. HEX triplet: AC, 57 and 7B. RGB value is (172,87,123). Sum of RGB (Red+Green+Blue) = 172+87+123=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC577B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC577B is #53A884. Grayscale: #747474. Windows color (decimal): -5482629 or 8083372. OLE color: 8083372.
HSL color Cylindrical-coordinate representation of color #AC577B: hue angle of 334.59º 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 #AC577B is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 87 | 123 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.33 |
| HSL | 334.59º | 0.34% | 0.51% | - |
| HSV(B) | 334.59º | 0.49% | 0.67% | - |
| XYZ | 24 | 17.02 | 20.76 | - |
| YUV | 116.52 | 131.66 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 87 | 123 | 0 | 0.49 | 0.28 | 0.33 | 334.59 | 0.34 | 0.51 |
| Hex | AC | 57 | 7B | 0 | 31 | 1C | 21 | 14F | 22 | 33 |
| Octal | 254 | 127 | 173 | 0 | 61 | 34 | 41 | 517 | 42 | 63 |
| Binary | 10101100 | 1010111 | 1111011 | 0 | 110001 | 11100 | 100001 | 101001111 | 100010 | 110011 |
Color Harmonies of #AC577B
Complementary color
Monochromatic Colors of #AC577B
Black with #AC577B
Text Example
Text Example
White with #AC577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC577B; }
p { color: rgb(172,87,123); }
H1.HeaderClassName
{
color: #AC577B;
}
.AnyTagClassName
{
color: #AC577B;
}
</style>
background-color css
<style>
a { background-color: #AC577B; }
a { background-color: rgb(172,87,123); }
div.DivClassName
{
background-color: #AC577B;
}
.BgClassName
{
background-color: #AC577B;
}
</style>
border-color css
<style>
span { border-color: #AC577B; }
span { border-color: rgb(172,87,123); }
td.TdClassName
{
border-color: #AC577B;
}
.TagClassName
{
border-color: #AC577B;
}
</style>