Shades of Royal Heath #AC5582
Tints of Royal Heath #AC5582
RGB
CMYK
RGB Variations
Color information
#AC5582 (or 0xAC5582) is known color: Royal Heath. HEX triplet: AC, 55 and 82. RGB value is (172,85,130). Sum of RGB (Red+Green+Blue) = 172+85+130=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5582 is #53AA7D. Grayscale: #747474. Windows color (decimal): -5483134 or 8541612. OLE color: 8541612.
HSL color Cylindrical-coordinate representation of color #AC5582: hue angle of 328.97º degrees, saturation: 0.34, 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 #AC5582 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 130 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.33 |
| HSL | 328.97º | 0.34% | 0.5% | - |
| HSV(B) | 328.97º | 0.51% | 0.67% | - |
| XYZ | 24.29 | 16.88 | 23.1 | - |
| YUV | 116.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 130 | 0 | 0.51 | 0.24 | 0.33 | 328.97 | 0.34 | 0.5 |
| Hex | AC | 55 | 82 | 0 | 33 | 18 | 21 | 149 | 22 | 32 |
| Octal | 254 | 125 | 202 | 0 | 63 | 30 | 41 | 511 | 42 | 62 |
| Binary | 10101100 | 1010101 | 10000010 | 0 | 110011 | 11000 | 100001 | 101001001 | 100010 | 110010 |
Color Harmonies of #AC5582
Complementary color
Monochromatic Colors of #AC5582
Black with #AC5582
Text Example
Text Example
White with #AC5582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5582; }
p { color: rgb(172,85,130); }
H1.HeaderClassName
{
color: #AC5582;
}
.AnyTagClassName
{
color: #AC5582;
}
</style>
background-color css
<style>
a { background-color: #AC5582; }
a { background-color: rgb(172,85,130); }
div.DivClassName
{
background-color: #AC5582;
}
.BgClassName
{
background-color: #AC5582;
}
</style>
border-color css
<style>
span { border-color: #AC5582; }
span { border-color: rgb(172,85,130); }
td.TdClassName
{
border-color: #AC5582;
}
.TagClassName
{
border-color: #AC5582;
}
</style>