Shades of Royal Heath #AC5880
Tints of Royal Heath #AC5880
RGB
CMYK
RGB Variations
Color information
#AC5880 (or 0xAC5880) is known color: Royal Heath. HEX triplet: AC, 58 and 80. RGB value is (172,88,128). Sum of RGB (Red+Green+Blue) = 172+88+128=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5880 is #53A77F. Grayscale: #757575. Windows color (decimal): -5482368 or 8411308. OLE color: 8411308.
HSL color Cylindrical-coordinate representation of color #AC5880: hue angle of 331.43º 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 #AC5880 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 128 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.33 |
| HSL | 331.43º | 0.34% | 0.51% | - |
| HSV(B) | 331.43º | 0.49% | 0.67% | - |
| XYZ | 24.4 | 17.31 | 22.48 | - |
| YUV | 117.68 | 133.83 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 128 | 0 | 0.49 | 0.26 | 0.33 | 331.43 | 0.34 | 0.51 |
| Hex | AC | 58 | 80 | 0 | 31 | 1A | 21 | 14B | 22 | 33 |
| Octal | 254 | 130 | 200 | 0 | 61 | 32 | 41 | 513 | 42 | 63 |
| Binary | 10101100 | 1011000 | 10000000 | 0 | 110001 | 11010 | 100001 | 101001011 | 100010 | 110011 |
Color Harmonies of #AC5880
Complementary color
Monochromatic Colors of #AC5880
Black with #AC5880
Text Example
Text Example
White with #AC5880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5880; }
p { color: rgb(172,88,128); }
H1.HeaderClassName
{
color: #AC5880;
}
.AnyTagClassName
{
color: #AC5880;
}
</style>
background-color css
<style>
a { background-color: #AC5880; }
a { background-color: rgb(172,88,128); }
div.DivClassName
{
background-color: #AC5880;
}
.BgClassName
{
background-color: #AC5880;
}
</style>
border-color css
<style>
span { border-color: #AC5880; }
span { border-color: rgb(172,88,128); }
td.TdClassName
{
border-color: #AC5880;
}
.TagClassName
{
border-color: #AC5880;
}
</style>