Shades of Royal Heath #AC4470
Tints of Royal Heath #AC4470
RGB
CMYK
RGB Variations
Color information
#AC4470 (or 0xAC4470) is known color: Royal Heath. HEX triplet: AC, 44 and 70. RGB value is (172,68,112). Sum of RGB (Red+Green+Blue) = 172+68+112=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4470 is #53BB8F. Grayscale: #686868. Windows color (decimal): -5487504 or 7357612. OLE color: 7357612.
HSL color Cylindrical-coordinate representation of color #AC4470: hue angle of 334.62º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4470 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 112 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.33 |
| HSL | 334.62º | 0.43% | 0.47% | - |
| HSV(B) | 334.62º | 0.6% | 0.67% | - |
| XYZ | 22.01 | 14.07 | 16.89 | - |
| YUV | 104.11 | 132.46 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 112 | 0 | 0.60 | 0.35 | 0.33 | 334.62 | 0.43 | 0.47 |
| Hex | AC | 44 | 70 | 0 | 3C | 23 | 21 | 14F | 2B | 2F |
| Octal | 254 | 104 | 160 | 0 | 74 | 43 | 41 | 517 | 53 | 57 |
| Binary | 10101100 | 1000100 | 1110000 | 0 | 111100 | 100011 | 100001 | 101001111 | 101011 | 101111 |
Color Harmonies of #AC4470
Complementary color
Monochromatic Colors of #AC4470
Black with #AC4470
Text Example
Text Example
White with #AC4470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4470; }
p { color: rgb(172,68,112); }
H1.HeaderClassName
{
color: #AC4470;
}
.AnyTagClassName
{
color: #AC4470;
}
</style>
background-color css
<style>
a { background-color: #AC4470; }
a { background-color: rgb(172,68,112); }
div.DivClassName
{
background-color: #AC4470;
}
.BgClassName
{
background-color: #AC4470;
}
</style>
border-color css
<style>
span { border-color: #AC4470; }
span { border-color: rgb(172,68,112); }
td.TdClassName
{
border-color: #AC4470;
}
.TagClassName
{
border-color: #AC4470;
}
</style>