Shades of Royal Heath #AC4978
Tints of Royal Heath #AC4978
RGB
CMYK
RGB Variations
Color information
#AC4978 (or 0xAC4978) is known color: Royal Heath. HEX triplet: AC, 49 and 78. RGB value is (172,73,120). Sum of RGB (Red+Green+Blue) = 172+73+120=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4978 is #53B687. Grayscale: #6B6B6B. Windows color (decimal): -5486216 or 7883180. OLE color: 7883180.
HSL color Cylindrical-coordinate representation of color #AC4978: hue angle of 331.52º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC4978 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 120 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.33 |
| HSL | 331.52º | 0.4% | 0.48% | - |
| HSV(B) | 331.52º | 0.58% | 0.67% | - |
| XYZ | 22.79 | 14.89 | 19.44 | - |
| YUV | 107.96 | 134.8 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 120 | 0 | 0.58 | 0.30 | 0.33 | 331.52 | 0.4 | 0.48 |
| Hex | AC | 49 | 78 | 0 | 3A | 1E | 21 | 14C | 28 | 30 |
| Octal | 254 | 111 | 170 | 0 | 72 | 36 | 41 | 514 | 50 | 60 |
| Binary | 10101100 | 1001001 | 1111000 | 0 | 111010 | 11110 | 100001 | 101001100 | 101000 | 110000 |
Color Harmonies of #AC4978
Complementary color
Monochromatic Colors of #AC4978
Black with #AC4978
Text Example
Text Example
White with #AC4978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4978; }
p { color: rgb(172,73,120); }
H1.HeaderClassName
{
color: #AC4978;
}
.AnyTagClassName
{
color: #AC4978;
}
</style>
background-color css
<style>
a { background-color: #AC4978; }
a { background-color: rgb(172,73,120); }
div.DivClassName
{
background-color: #AC4978;
}
.BgClassName
{
background-color: #AC4978;
}
</style>
border-color css
<style>
span { border-color: #AC4978; }
span { border-color: rgb(172,73,120); }
td.TdClassName
{
border-color: #AC4978;
}
.TagClassName
{
border-color: #AC4978;
}
</style>