Shades of Royal Heath #AC5779
Tints of Royal Heath #AC5779
RGB
CMYK
RGB Variations
Color information
#AC5779 (or 0xAC5779) is known color: Royal Heath. HEX triplet: AC, 57 and 79. RGB value is (172,87,121). Sum of RGB (Red+Green+Blue) = 172+87+121=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5779 is #53A886. Grayscale: #747474. Windows color (decimal): -5482631 or 7952300. OLE color: 7952300.
HSL color Cylindrical-coordinate representation of color #AC5779: hue angle of 336º 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 #AC5779 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 87 | 121 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.33 |
| HSL | 336º | 0.34% | 0.51% | - |
| HSV(B) | 336º | 0.49% | 0.67% | - |
| XYZ | 23.87 | 16.97 | 20.11 | - |
| YUV | 116.29 | 130.66 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 87 | 121 | 0 | 0.49 | 0.30 | 0.33 | 336 | 0.34 | 0.51 |
| Hex | AC | 57 | 79 | 0 | 31 | 1E | 21 | 150 | 22 | 33 |
| Octal | 254 | 127 | 171 | 0 | 61 | 36 | 41 | 520 | 42 | 63 |
| Binary | 10101100 | 1010111 | 1111001 | 0 | 110001 | 11110 | 100001 | 101010000 | 100010 | 110011 |
Color Harmonies of #AC5779
Complementary color
Monochromatic Colors of #AC5779
Black with #AC5779
Text Example
Text Example
White with #AC5779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5779; }
p { color: rgb(172,87,121); }
H1.HeaderClassName
{
color: #AC5779;
}
.AnyTagClassName
{
color: #AC5779;
}
</style>
background-color css
<style>
a { background-color: #AC5779; }
a { background-color: rgb(172,87,121); }
div.DivClassName
{
background-color: #AC5779;
}
.BgClassName
{
background-color: #AC5779;
}
</style>
border-color css
<style>
span { border-color: #AC5779; }
span { border-color: rgb(172,87,121); }
td.TdClassName
{
border-color: #AC5779;
}
.TagClassName
{
border-color: #AC5779;
}
</style>