Shades of Royal Heath #AC4680
Tints of Royal Heath #AC4680
RGB
CMYK
RGB Variations
Color information
#AC4680 (or 0xAC4680) is known color: Royal Heath. HEX triplet: AC, 46 and 80. RGB value is (172,70,128). Sum of RGB (Red+Green+Blue) = 172+70+128=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4680 is #53B97F. Grayscale: #6A6A6A. Windows color (decimal): -5486976 or 8406700. OLE color: 8406700.
HSL color Cylindrical-coordinate representation of color #AC4680: hue angle of 325.88º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC4680 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 128 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.33 |
| HSL | 325.88º | 0.42% | 0.47% | - |
| HSV(B) | 325.88º | 0.59% | 0.67% | - |
| XYZ | 23.1 | 14.71 | 22.04 | - |
| YUV | 107.11 | 139.79 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 128 | 0 | 0.59 | 0.26 | 0.33 | 325.88 | 0.42 | 0.47 |
| Hex | AC | 46 | 80 | 0 | 3B | 1A | 21 | 146 | 2A | 2F |
| Octal | 254 | 106 | 200 | 0 | 73 | 32 | 41 | 506 | 52 | 57 |
| Binary | 10101100 | 1000110 | 10000000 | 0 | 111011 | 11010 | 100001 | 101000110 | 101010 | 101111 |
Color Harmonies of #AC4680
Complementary color
Monochromatic Colors of #AC4680
Black with #AC4680
Text Example
Text Example
White with #AC4680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4680; }
p { color: rgb(172,70,128); }
H1.HeaderClassName
{
color: #AC4680;
}
.AnyTagClassName
{
color: #AC4680;
}
</style>
background-color css
<style>
a { background-color: #AC4680; }
a { background-color: rgb(172,70,128); }
div.DivClassName
{
background-color: #AC4680;
}
.BgClassName
{
background-color: #AC4680;
}
</style>
border-color css
<style>
span { border-color: #AC4680; }
span { border-color: rgb(172,70,128); }
td.TdClassName
{
border-color: #AC4680;
}
.TagClassName
{
border-color: #AC4680;
}
</style>