Shades of Royal Heath #AC4C7C
Tints of Royal Heath #AC4C7C
RGB
CMYK
RGB Variations
Color information
#AC4C7C (or 0xAC4C7C) is known color: Royal Heath. HEX triplet: AC, 4C and 7C. RGB value is (172,76,124). Sum of RGB (Red+Green+Blue) = 172+76+124=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4C7C is #53B383. Grayscale: #6E6E6E. Windows color (decimal): -5485444 or 8146092. OLE color: 8146092.
HSL color Cylindrical-coordinate representation of color #AC4C7C: hue angle of 330º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4C7C is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 76 | 124 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.33 |
| HSL | 330º | 0.39% | 0.49% | - |
| HSV(B) | 330º | 0.56% | 0.67% | - |
| XYZ | 23.24 | 15.39 | 20.82 | - |
| YUV | 110.18 | 135.8 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 124 | 0 | 0.56 | 0.28 | 0.33 | 330 | 0.39 | 0.49 |
| Hex | AC | 4C | 7C | 0 | 38 | 1C | 21 | 14A | 27 | 31 |
| Octal | 254 | 114 | 174 | 0 | 70 | 34 | 41 | 512 | 47 | 61 |
| Binary | 10101100 | 1001100 | 1111100 | 0 | 111000 | 11100 | 100001 | 101001010 | 100111 | 110001 |
Color Harmonies of #AC4C7C
Complementary color
Monochromatic Colors of #AC4C7C
Black with #AC4C7C
Text Example
Text Example
White with #AC4C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4C7C; }
p { color: rgb(172,76,124); }
H1.HeaderClassName
{
color: #AC4C7C;
}
.AnyTagClassName
{
color: #AC4C7C;
}
</style>
background-color css
<style>
a { background-color: #AC4C7C; }
a { background-color: rgb(172,76,124); }
div.DivClassName
{
background-color: #AC4C7C;
}
.BgClassName
{
background-color: #AC4C7C;
}
</style>
border-color css
<style>
span { border-color: #AC4C7C; }
span { border-color: rgb(172,76,124); }
td.TdClassName
{
border-color: #AC4C7C;
}
.TagClassName
{
border-color: #AC4C7C;
}
</style>