Shades of Royal Heath #AC4E7D
Tints of Royal Heath #AC4E7D
RGB
CMYK
RGB Variations
Color information
#AC4E7D (or 0xAC4E7D) is known color: Royal Heath. HEX triplet: AC, 4E and 7D. RGB value is (172,78,125). Sum of RGB (Red+Green+Blue) = 172+78+125=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4E7D is #53B182. Grayscale: #6F6F6F. Windows color (decimal): -5484931 or 8212140. OLE color: 8212140.
HSL color Cylindrical-coordinate representation of color #AC4E7D: hue angle of 330º 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 #AC4E7D is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 78 | 125 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.33 |
| HSL | 330º | 0.38% | 0.49% | - |
| HSV(B) | 330º | 0.55% | 0.67% | - |
| XYZ | 23.44 | 15.7 | 21.2 | - |
| YUV | 111.46 | 135.64 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 125 | 0 | 0.55 | 0.27 | 0.33 | 330 | 0.38 | 0.49 |
| Hex | AC | 4E | 7D | 0 | 37 | 1B | 21 | 14A | 26 | 31 |
| Octal | 254 | 116 | 175 | 0 | 67 | 33 | 41 | 512 | 46 | 61 |
| Binary | 10101100 | 1001110 | 1111101 | 0 | 110111 | 11011 | 100001 | 101001010 | 100110 | 110001 |
Color Harmonies of #AC4E7D
Complementary color
Monochromatic Colors of #AC4E7D
Black with #AC4E7D
Text Example
Text Example
White with #AC4E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4E7D; }
p { color: rgb(172,78,125); }
H1.HeaderClassName
{
color: #AC4E7D;
}
.AnyTagClassName
{
color: #AC4E7D;
}
</style>
background-color css
<style>
a { background-color: #AC4E7D; }
a { background-color: rgb(172,78,125); }
div.DivClassName
{
background-color: #AC4E7D;
}
.BgClassName
{
background-color: #AC4E7D;
}
</style>
border-color css
<style>
span { border-color: #AC4E7D; }
span { border-color: rgb(172,78,125); }
td.TdClassName
{
border-color: #AC4E7D;
}
.TagClassName
{
border-color: #AC4E7D;
}
</style>