Shades of Royal Heath #AC5A80
Tints of Royal Heath #AC5A80
RGB
CMYK
RGB Variations
Color information
#AC5A80 (or 0xAC5A80) is known color: Royal Heath. HEX triplet: AC, 5A and 80. RGB value is (172,90,128). Sum of RGB (Red+Green+Blue) = 172+90+128=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5A80 is #53A57F. Grayscale: #767676. Windows color (decimal): -5481856 or 8411820. OLE color: 8411820.
HSL color Cylindrical-coordinate representation of color #AC5A80: hue angle of 332.2º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC5A80 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 90 | 128 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.33 |
| HSL | 332.2º | 0.33% | 0.51% | - |
| HSV(B) | 332.2º | 0.48% | 0.67% | - |
| XYZ | 24.57 | 17.64 | 22.53 | - |
| YUV | 118.85 | 133.17 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 90 | 128 | 0 | 0.48 | 0.26 | 0.33 | 332.2 | 0.33 | 0.51 |
| Hex | AC | 5A | 80 | 0 | 30 | 1A | 21 | 14C | 21 | 33 |
| Octal | 254 | 132 | 200 | 0 | 60 | 32 | 41 | 514 | 41 | 63 |
| Binary | 10101100 | 1011010 | 10000000 | 0 | 110000 | 11010 | 100001 | 101001100 | 100001 | 110011 |
Color Harmonies of #AC5A80
Complementary color
Monochromatic Colors of #AC5A80
Black with #AC5A80
Text Example
Text Example
White with #AC5A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5A80; }
p { color: rgb(172,90,128); }
H1.HeaderClassName
{
color: #AC5A80;
}
.AnyTagClassName
{
color: #AC5A80;
}
</style>
background-color css
<style>
a { background-color: #AC5A80; }
a { background-color: rgb(172,90,128); }
div.DivClassName
{
background-color: #AC5A80;
}
.BgClassName
{
background-color: #AC5A80;
}
</style>
border-color css
<style>
span { border-color: #AC5A80; }
span { border-color: rgb(172,90,128); }
td.TdClassName
{
border-color: #AC5A80;
}
.TagClassName
{
border-color: #AC5A80;
}
</style>