Shades of Royal Heath #AC5681
Tints of Royal Heath #AC5681
RGB
CMYK
RGB Variations
Color information
#AC5681 (or 0xAC5681) is known color: Royal Heath. HEX triplet: AC, 56 and 81. RGB value is (172,86,129). Sum of RGB (Red+Green+Blue) = 172+86+129=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5681 is #53A97E. Grayscale: #747474. Windows color (decimal): -5482879 or 8476332. OLE color: 8476332.
HSL color Cylindrical-coordinate representation of color #AC5681: hue angle of 330º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC5681 is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 129 | - |
| CMYK | 0 | 0.5 | 0.25 | 0.33 |
| HSL | 330º | 0.34% | 0.51% | - |
| HSV(B) | 330º | 0.5% | 0.67% | - |
| XYZ | 24.3 | 17.01 | 22.77 | - |
| YUV | 116.62 | 134.99 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 129 | 0 | 0.5 | 0.25 | 0.33 | 330 | 0.34 | 0.51 |
| Hex | AC | 56 | 81 | 0 | 32 | 19 | 21 | 14A | 22 | 33 |
| Octal | 254 | 126 | 201 | 0 | 62 | 31 | 41 | 512 | 42 | 63 |
| Binary | 10101100 | 1010110 | 10000001 | 0 | 110010 | 11001 | 100001 | 101001010 | 100010 | 110011 |
Color Harmonies of #AC5681
Complementary color
Monochromatic Colors of #AC5681
Black with #AC5681
Text Example
Text Example
White with #AC5681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5681; }
p { color: rgb(172,86,129); }
H1.HeaderClassName
{
color: #AC5681;
}
.AnyTagClassName
{
color: #AC5681;
}
</style>
background-color css
<style>
a { background-color: #AC5681; }
a { background-color: rgb(172,86,129); }
div.DivClassName
{
background-color: #AC5681;
}
.BgClassName
{
background-color: #AC5681;
}
</style>
border-color css
<style>
span { border-color: #AC5681; }
span { border-color: rgb(172,86,129); }
td.TdClassName
{
border-color: #AC5681;
}
.TagClassName
{
border-color: #AC5681;
}
</style>