Shades of Royal Heath #AC5485
Tints of Royal Heath #AC5485
RGB
CMYK
RGB Variations
Color information
#AC5485 (or 0xAC5485) is known color: Royal Heath. HEX triplet: AC, 54 and 85. RGB value is (172,84,133). Sum of RGB (Red+Green+Blue) = 172+84+133=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5485 is #53AB7A. Grayscale: #737373. Windows color (decimal): -5483387 or 8737964. OLE color: 8737964.
HSL color Cylindrical-coordinate representation of color #AC5485: hue angle of 326.59º degrees, saturation: 0.35, 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 #AC5485 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 133 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.33 |
| HSL | 326.59º | 0.35% | 0.5% | - |
| HSV(B) | 326.59º | 0.51% | 0.67% | - |
| XYZ | 24.42 | 16.8 | 24.15 | - |
| YUV | 115.9 | 137.65 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 133 | 0 | 0.51 | 0.23 | 0.33 | 326.59 | 0.35 | 0.5 |
| Hex | AC | 54 | 85 | 0 | 33 | 17 | 21 | 147 | 23 | 32 |
| Octal | 254 | 124 | 205 | 0 | 63 | 27 | 41 | 507 | 43 | 62 |
| Binary | 10101100 | 1010100 | 10000101 | 0 | 110011 | 10111 | 100001 | 101000111 | 100011 | 110010 |
Color Harmonies of #AC5485
Complementary color
Monochromatic Colors of #AC5485
Black with #AC5485
Text Example
Text Example
White with #AC5485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5485; }
p { color: rgb(172,84,133); }
H1.HeaderClassName
{
color: #AC5485;
}
.AnyTagClassName
{
color: #AC5485;
}
</style>
background-color css
<style>
a { background-color: #AC5485; }
a { background-color: rgb(172,84,133); }
div.DivClassName
{
background-color: #AC5485;
}
.BgClassName
{
background-color: #AC5485;
}
</style>
border-color css
<style>
span { border-color: #AC5485; }
span { border-color: rgb(172,84,133); }
td.TdClassName
{
border-color: #AC5485;
}
.TagClassName
{
border-color: #AC5485;
}
</style>