Shades of Royal Heath #AC5781
Tints of Royal Heath #AC5781
RGB
CMYK
RGB Variations
Color information
#AC5781 (or 0xAC5781) is known color: Royal Heath. HEX triplet: AC, 57 and 81. RGB value is (172,87,129). Sum of RGB (Red+Green+Blue) = 172+87+129=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5781 is #53A87E. Grayscale: #757575. Windows color (decimal): -5482623 or 8476588. OLE color: 8476588.
HSL color Cylindrical-coordinate representation of color #AC5781: hue angle of 330.35º 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 #AC5781 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 87 | 129 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.33 |
| HSL | 330.35º | 0.34% | 0.51% | - |
| HSV(B) | 330.35º | 0.49% | 0.67% | - |
| XYZ | 24.38 | 17.17 | 22.8 | - |
| YUV | 117.2 | 134.66 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 87 | 129 | 0 | 0.49 | 0.25 | 0.33 | 330.35 | 0.34 | 0.51 |
| Hex | AC | 57 | 81 | 0 | 31 | 19 | 21 | 14A | 22 | 33 |
| Octal | 254 | 127 | 201 | 0 | 61 | 31 | 41 | 512 | 42 | 63 |
| Binary | 10101100 | 1010111 | 10000001 | 0 | 110001 | 11001 | 100001 | 101001010 | 100010 | 110011 |
Color Harmonies of #AC5781
Complementary color
Monochromatic Colors of #AC5781
Black with #AC5781
Text Example
Text Example
White with #AC5781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5781; }
p { color: rgb(172,87,129); }
H1.HeaderClassName
{
color: #AC5781;
}
.AnyTagClassName
{
color: #AC5781;
}
</style>
background-color css
<style>
a { background-color: #AC5781; }
a { background-color: rgb(172,87,129); }
div.DivClassName
{
background-color: #AC5781;
}
.BgClassName
{
background-color: #AC5781;
}
</style>
border-color css
<style>
span { border-color: #AC5781; }
span { border-color: rgb(172,87,129); }
td.TdClassName
{
border-color: #AC5781;
}
.TagClassName
{
border-color: #AC5781;
}
</style>