Shades of Royal Heath #AC4D78
Tints of Royal Heath #AC4D78
RGB
CMYK
RGB Variations
Color information
#AC4D78 (or 0xAC4D78) is known color: Royal Heath. HEX triplet: AC, 4D and 78. RGB value is (172,77,120). Sum of RGB (Red+Green+Blue) = 172+77+120=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4D78 is #53B287. Grayscale: #6E6E6E. Windows color (decimal): -5485192 or 7884204. OLE color: 7884204.
HSL color Cylindrical-coordinate representation of color #AC4D78: hue angle of 332.84º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC4D78 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 77 | 120 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.33 |
| HSL | 332.84º | 0.38% | 0.49% | - |
| HSV(B) | 332.84º | 0.55% | 0.67% | - |
| XYZ | 23.06 | 15.43 | 19.53 | - |
| YUV | 110.31 | 133.47 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 120 | 0 | 0.55 | 0.30 | 0.33 | 332.84 | 0.38 | 0.49 |
| Hex | AC | 4D | 78 | 0 | 37 | 1E | 21 | 14D | 26 | 31 |
| Octal | 254 | 115 | 170 | 0 | 67 | 36 | 41 | 515 | 46 | 61 |
| Binary | 10101100 | 1001101 | 1111000 | 0 | 110111 | 11110 | 100001 | 101001101 | 100110 | 110001 |
Color Harmonies of #AC4D78
Complementary color
Monochromatic Colors of #AC4D78
Black with #AC4D78
Text Example
Text Example
White with #AC4D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4D78; }
p { color: rgb(172,77,120); }
H1.HeaderClassName
{
color: #AC4D78;
}
.AnyTagClassName
{
color: #AC4D78;
}
</style>
background-color css
<style>
a { background-color: #AC4D78; }
a { background-color: rgb(172,77,120); }
div.DivClassName
{
background-color: #AC4D78;
}
.BgClassName
{
background-color: #AC4D78;
}
</style>
border-color css
<style>
span { border-color: #AC4D78; }
span { border-color: rgb(172,77,120); }
td.TdClassName
{
border-color: #AC4D78;
}
.TagClassName
{
border-color: #AC4D78;
}
</style>