Shades of Royal Heath #AC5080
Tints of Royal Heath #AC5080
RGB
CMYK
RGB Variations
Color information
#AC5080 (or 0xAC5080) is known color: Royal Heath. HEX triplet: AC, 50 and 80. RGB value is (172,80,128). Sum of RGB (Red+Green+Blue) = 172+80+128=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5080 is #53AF7F. Grayscale: #707070. Windows color (decimal): -5484416 or 8409260. OLE color: 8409260.
HSL color Cylindrical-coordinate representation of color #AC5080: hue angle of 328.7º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC5080 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 128 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.33 |
| HSL | 328.7º | 0.37% | 0.49% | - |
| HSV(B) | 328.7º | 0.53% | 0.67% | - |
| XYZ | 23.78 | 16.07 | 22.27 | - |
| YUV | 112.98 | 136.48 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 128 | 0 | 0.53 | 0.26 | 0.33 | 328.7 | 0.37 | 0.49 |
| Hex | AC | 50 | 80 | 0 | 35 | 1A | 21 | 149 | 25 | 31 |
| Octal | 254 | 120 | 200 | 0 | 65 | 32 | 41 | 511 | 45 | 61 |
| Binary | 10101100 | 1010000 | 10000000 | 0 | 110101 | 11010 | 100001 | 101001001 | 100101 | 110001 |
Color Harmonies of #AC5080
Complementary color
Monochromatic Colors of #AC5080
Black with #AC5080
Text Example
Text Example
White with #AC5080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5080; }
p { color: rgb(172,80,128); }
H1.HeaderClassName
{
color: #AC5080;
}
.AnyTagClassName
{
color: #AC5080;
}
</style>
background-color css
<style>
a { background-color: #AC5080; }
a { background-color: rgb(172,80,128); }
div.DivClassName
{
background-color: #AC5080;
}
.BgClassName
{
background-color: #AC5080;
}
</style>
border-color css
<style>
span { border-color: #AC5080; }
span { border-color: rgb(172,80,128); }
td.TdClassName
{
border-color: #AC5080;
}
.TagClassName
{
border-color: #AC5080;
}
</style>