Shades of Royal Heath #AC5A85
Tints of Royal Heath #AC5A85
RGB
CMYK
RGB Variations
Color information
#AC5A85 (or 0xAC5A85) is known color: Royal Heath. HEX triplet: AC, 5A and 85. RGB value is (172,90,133). Sum of RGB (Red+Green+Blue) = 172+90+133=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5A85 is #53A57A. Grayscale: #777777. Windows color (decimal): -5481851 or 8739500. OLE color: 8739500.
HSL color Cylindrical-coordinate representation of color #AC5A85: hue angle of 328.54º 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 #AC5A85 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 90 | 133 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.33 |
| HSL | 328.54º | 0.33% | 0.51% | - |
| HSV(B) | 328.54º | 0.48% | 0.67% | - |
| XYZ | 24.9 | 17.78 | 24.31 | - |
| YUV | 119.42 | 135.67 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 90 | 133 | 0 | 0.48 | 0.23 | 0.33 | 328.54 | 0.33 | 0.51 |
| Hex | AC | 5A | 85 | 0 | 30 | 17 | 21 | 149 | 21 | 33 |
| Octal | 254 | 132 | 205 | 0 | 60 | 27 | 41 | 511 | 41 | 63 |
| Binary | 10101100 | 1011010 | 10000101 | 0 | 110000 | 10111 | 100001 | 101001001 | 100001 | 110011 |
Color Harmonies of #AC5A85
Complementary color
Monochromatic Colors of #AC5A85
Black with #AC5A85
Text Example
Text Example
White with #AC5A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5A85; }
p { color: rgb(172,90,133); }
H1.HeaderClassName
{
color: #AC5A85;
}
.AnyTagClassName
{
color: #AC5A85;
}
</style>
background-color css
<style>
a { background-color: #AC5A85; }
a { background-color: rgb(172,90,133); }
div.DivClassName
{
background-color: #AC5A85;
}
.BgClassName
{
background-color: #AC5A85;
}
</style>
border-color css
<style>
span { border-color: #AC5A85; }
span { border-color: rgb(172,90,133); }
td.TdClassName
{
border-color: #AC5A85;
}
.TagClassName
{
border-color: #AC5A85;
}
</style>