Shades of Royal Heath #AC5A81
Tints of Royal Heath #AC5A81
RGB
CMYK
RGB Variations
Color information
#AC5A81 (or 0xAC5A81) is known color: Royal Heath. HEX triplet: AC, 5A and 81. RGB value is (172,90,129). Sum of RGB (Red+Green+Blue) = 172+90+129=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5A81 is #53A57E. Grayscale: #767676. Windows color (decimal): -5481855 or 8477356. OLE color: 8477356.
HSL color Cylindrical-coordinate representation of color #AC5A81: hue angle of 331.46º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC5A81 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 90 | 129 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.33 |
| HSL | 331.46º | 0.33% | 0.51% | - |
| HSV(B) | 331.46º | 0.48% | 0.67% | - |
| XYZ | 24.63 | 17.67 | 22.88 | - |
| YUV | 118.96 | 133.67 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 90 | 129 | 0 | 0.48 | 0.25 | 0.33 | 331.46 | 0.33 | 0.51 |
| Hex | AC | 5A | 81 | 0 | 30 | 19 | 21 | 14B | 21 | 33 |
| Octal | 254 | 132 | 201 | 0 | 60 | 31 | 41 | 513 | 41 | 63 |
| Binary | 10101100 | 1011010 | 10000001 | 0 | 110000 | 11001 | 100001 | 101001011 | 100001 | 110011 |
Color Harmonies of #AC5A81
Complementary color
Monochromatic Colors of #AC5A81
Black with #AC5A81
Text Example
Text Example
White with #AC5A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5A81; }
p { color: rgb(172,90,129); }
H1.HeaderClassName
{
color: #AC5A81;
}
.AnyTagClassName
{
color: #AC5A81;
}
</style>
background-color css
<style>
a { background-color: #AC5A81; }
a { background-color: rgb(172,90,129); }
div.DivClassName
{
background-color: #AC5A81;
}
.BgClassName
{
background-color: #AC5A81;
}
</style>
border-color css
<style>
span { border-color: #AC5A81; }
span { border-color: rgb(172,90,129); }
td.TdClassName
{
border-color: #AC5A81;
}
.TagClassName
{
border-color: #AC5A81;
}
</style>