Shades of Royal Heath #AC4F7F
Tints of Royal Heath #AC4F7F
RGB
CMYK
RGB Variations
Color information
#AC4F7F (or 0xAC4F7F) is known color: Royal Heath. HEX triplet: AC, 4F and 7F. RGB value is (172,79,127). Sum of RGB (Red+Green+Blue) = 172+79+127=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4F7F is #53B080. Grayscale: #707070. Windows color (decimal): -5484673 or 8343468. OLE color: 8343468.
HSL color Cylindrical-coordinate representation of color #AC4F7F: hue angle of 329.03º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC4F7F is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 79 | 127 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.33 |
| HSL | 329.03º | 0.37% | 0.49% | - |
| HSV(B) | 329.03º | 0.54% | 0.67% | - |
| XYZ | 23.64 | 15.89 | 21.9 | - |
| YUV | 112.28 | 136.31 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 79 | 127 | 0 | 0.54 | 0.26 | 0.33 | 329.03 | 0.37 | 0.49 |
| Hex | AC | 4F | 7F | 0 | 36 | 1A | 21 | 149 | 25 | 31 |
| Octal | 254 | 117 | 177 | 0 | 66 | 32 | 41 | 511 | 45 | 61 |
| Binary | 10101100 | 1001111 | 1111111 | 0 | 110110 | 11010 | 100001 | 101001001 | 100101 | 110001 |
Color Harmonies of #AC4F7F
Complementary color
Monochromatic Colors of #AC4F7F
Black with #AC4F7F
Text Example
Text Example
White with #AC4F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4F7F; }
p { color: rgb(172,79,127); }
H1.HeaderClassName
{
color: #AC4F7F;
}
.AnyTagClassName
{
color: #AC4F7F;
}
</style>
background-color css
<style>
a { background-color: #AC4F7F; }
a { background-color: rgb(172,79,127); }
div.DivClassName
{
background-color: #AC4F7F;
}
.BgClassName
{
background-color: #AC4F7F;
}
</style>
border-color css
<style>
span { border-color: #AC4F7F; }
span { border-color: rgb(172,79,127); }
td.TdClassName
{
border-color: #AC4F7F;
}
.TagClassName
{
border-color: #AC4F7F;
}
</style>