Shades of Royal Heath #AC4D7B
Tints of Royal Heath #AC4D7B
RGB
CMYK
RGB Variations
Color information
#AC4D7B (or 0xAC4D7B) is known color: Royal Heath. HEX triplet: AC, 4D and 7B. RGB value is (172,77,123). Sum of RGB (Red+Green+Blue) = 172+77+123=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4D7B is #53B284. Grayscale: #6E6E6E. Windows color (decimal): -5485189 or 8080812. OLE color: 8080812.
HSL color Cylindrical-coordinate representation of color #AC4D7B: hue angle of 330.95º 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 #AC4D7B is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 77 | 123 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.33 |
| HSL | 330.95º | 0.38% | 0.49% | - |
| HSV(B) | 330.95º | 0.55% | 0.67% | - |
| XYZ | 23.24 | 15.51 | 20.51 | - |
| YUV | 110.65 | 134.97 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 123 | 0 | 0.55 | 0.28 | 0.33 | 330.95 | 0.38 | 0.49 |
| Hex | AC | 4D | 7B | 0 | 37 | 1C | 21 | 14B | 26 | 31 |
| Octal | 254 | 115 | 173 | 0 | 67 | 34 | 41 | 513 | 46 | 61 |
| Binary | 10101100 | 1001101 | 1111011 | 0 | 110111 | 11100 | 100001 | 101001011 | 100110 | 110001 |
Color Harmonies of #AC4D7B
Complementary color
Monochromatic Colors of #AC4D7B
Black with #AC4D7B
Text Example
Text Example
White with #AC4D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4D7B; }
p { color: rgb(172,77,123); }
H1.HeaderClassName
{
color: #AC4D7B;
}
.AnyTagClassName
{
color: #AC4D7B;
}
</style>
background-color css
<style>
a { background-color: #AC4D7B; }
a { background-color: rgb(172,77,123); }
div.DivClassName
{
background-color: #AC4D7B;
}
.BgClassName
{
background-color: #AC4D7B;
}
</style>
border-color css
<style>
span { border-color: #AC4D7B; }
span { border-color: rgb(172,77,123); }
td.TdClassName
{
border-color: #AC4D7B;
}
.TagClassName
{
border-color: #AC4D7B;
}
</style>