Shades of Royal Heath #AC5D7E
Tints of Royal Heath #AC5D7E
RGB
CMYK
RGB Variations
Color information
#AC5D7E (or 0xAC5D7E) is known color: Royal Heath. HEX triplet: AC, 5D and 7E. RGB value is (172,93,126). Sum of RGB (Red+Green+Blue) = 172+93+126=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5D7E is #53A281. Grayscale: #787878. Windows color (decimal): -5481090 or 8281516. OLE color: 8281516.
HSL color Cylindrical-coordinate representation of color #AC5D7E: hue angle of 334.94º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC5D7E is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 93 | 126 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.33 |
| HSL | 334.94º | 0.32% | 0.52% | - |
| HSV(B) | 334.94º | 0.46% | 0.67% | - |
| XYZ | 24.69 | 18.11 | 21.93 | - |
| YUV | 120.38 | 131.17 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 126 | 0 | 0.46 | 0.27 | 0.33 | 334.94 | 0.32 | 0.52 |
| Hex | AC | 5D | 7E | 0 | 2E | 1B | 21 | 14F | 20 | 34 |
| Octal | 254 | 135 | 176 | 0 | 56 | 33 | 41 | 517 | 40 | 64 |
| Binary | 10101100 | 1011101 | 1111110 | 0 | 101110 | 11011 | 100001 | 101001111 | 100000 | 110100 |
Color Harmonies of #AC5D7E
Complementary color
Monochromatic Colors of #AC5D7E
Black with #AC5D7E
Text Example
Text Example
White with #AC5D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5D7E; }
p { color: rgb(172,93,126); }
H1.HeaderClassName
{
color: #AC5D7E;
}
.AnyTagClassName
{
color: #AC5D7E;
}
</style>
background-color css
<style>
a { background-color: #AC5D7E; }
a { background-color: rgb(172,93,126); }
div.DivClassName
{
background-color: #AC5D7E;
}
.BgClassName
{
background-color: #AC5D7E;
}
</style>
border-color css
<style>
span { border-color: #AC5D7E; }
span { border-color: rgb(172,93,126); }
td.TdClassName
{
border-color: #AC5D7E;
}
.TagClassName
{
border-color: #AC5D7E;
}
</style>