Shades of Royal Heath #AC5C78
Tints of Royal Heath #AC5C78
RGB
CMYK
RGB Variations
Color information
#AC5C78 (or 0xAC5C78) is known color: Royal Heath. HEX triplet: AC, 5C and 78. RGB value is (172,92,120). Sum of RGB (Red+Green+Blue) = 172+92+120=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C78 is #53A387. Grayscale: #777777. Windows color (decimal): -5481352 or 7888044. OLE color: 7888044.
HSL color Cylindrical-coordinate representation of color #AC5C78: hue angle of 339º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC5C78 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 120 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.33 |
| HSL | 339º | 0.33% | 0.52% | - |
| HSV(B) | 339º | 0.47% | 0.67% | - |
| XYZ | 24.23 | 17.78 | 19.92 | - |
| YUV | 119.11 | 128.5 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 120 | 0 | 0.47 | 0.30 | 0.33 | 339 | 0.33 | 0.52 |
| Hex | AC | 5C | 78 | 0 | 2F | 1E | 21 | 153 | 21 | 34 |
| Octal | 254 | 134 | 170 | 0 | 57 | 36 | 41 | 523 | 41 | 64 |
| Binary | 10101100 | 1011100 | 1111000 | 0 | 101111 | 11110 | 100001 | 101010011 | 100001 | 110100 |
Color Harmonies of #AC5C78
Complementary color
Monochromatic Colors of #AC5C78
Black with #AC5C78
Text Example
Text Example
White with #AC5C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C78; }
p { color: rgb(172,92,120); }
H1.HeaderClassName
{
color: #AC5C78;
}
.AnyTagClassName
{
color: #AC5C78;
}
</style>
background-color css
<style>
a { background-color: #AC5C78; }
a { background-color: rgb(172,92,120); }
div.DivClassName
{
background-color: #AC5C78;
}
.BgClassName
{
background-color: #AC5C78;
}
</style>
border-color css
<style>
span { border-color: #AC5C78; }
span { border-color: rgb(172,92,120); }
td.TdClassName
{
border-color: #AC5C78;
}
.TagClassName
{
border-color: #AC5C78;
}
</style>