Shades of Royal Heath #AC4D7F
Tints of Royal Heath #AC4D7F
RGB
CMYK
RGB Variations
Color information
#AC4D7F (or 0xAC4D7F) is known color: Royal Heath. HEX triplet: AC, 4D and 7F. RGB value is (172,77,127). Sum of RGB (Red+Green+Blue) = 172+77+127=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4D7F is #53B280. Grayscale: #6F6F6F. Windows color (decimal): -5485185 or 8342956. OLE color: 8342956.
HSL color Cylindrical-coordinate representation of color #AC4D7F: hue angle of 328.42º 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 #AC4D7F is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 77 | 127 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.33 |
| HSL | 328.42º | 0.38% | 0.49% | - |
| HSV(B) | 328.42º | 0.55% | 0.67% | - |
| XYZ | 23.5 | 15.61 | 21.85 | - |
| YUV | 111.11 | 136.97 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 127 | 0 | 0.55 | 0.26 | 0.33 | 328.42 | 0.38 | 0.49 |
| Hex | AC | 4D | 7F | 0 | 37 | 1A | 21 | 148 | 26 | 31 |
| Octal | 254 | 115 | 177 | 0 | 67 | 32 | 41 | 510 | 46 | 61 |
| Binary | 10101100 | 1001101 | 1111111 | 0 | 110111 | 11010 | 100001 | 101001000 | 100110 | 110001 |
Color Harmonies of #AC4D7F
Complementary color
Monochromatic Colors of #AC4D7F
Black with #AC4D7F
Text Example
Text Example
White with #AC4D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4D7F; }
p { color: rgb(172,77,127); }
H1.HeaderClassName
{
color: #AC4D7F;
}
.AnyTagClassName
{
color: #AC4D7F;
}
</style>
background-color css
<style>
a { background-color: #AC4D7F; }
a { background-color: rgb(172,77,127); }
div.DivClassName
{
background-color: #AC4D7F;
}
.BgClassName
{
background-color: #AC4D7F;
}
</style>
border-color css
<style>
span { border-color: #AC4D7F; }
span { border-color: rgb(172,77,127); }
td.TdClassName
{
border-color: #AC4D7F;
}
.TagClassName
{
border-color: #AC4D7F;
}
</style>