Shades of Royal Heath #AC477B
Tints of Royal Heath #AC477B
RGB
CMYK
RGB Variations
Color information
#AC477B (or 0xAC477B) is known color: Royal Heath. HEX triplet: AC, 47 and 7B. RGB value is (172,71,123). Sum of RGB (Red+Green+Blue) = 172+71+123=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC477B is #53B884. Grayscale: #6B6B6B. Windows color (decimal): -5486725 or 8079276. OLE color: 8079276.
HSL color Cylindrical-coordinate representation of color #AC477B: hue angle of 329.11º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC477B is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 71 | 123 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.33 |
| HSL | 329.11º | 0.42% | 0.48% | - |
| HSV(B) | 329.11º | 0.59% | 0.67% | - |
| XYZ | 22.84 | 14.71 | 20.37 | - |
| YUV | 107.13 | 136.96 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 123 | 0 | 0.59 | 0.28 | 0.33 | 329.11 | 0.42 | 0.48 |
| Hex | AC | 47 | 7B | 0 | 3B | 1C | 21 | 149 | 2A | 30 |
| Octal | 254 | 107 | 173 | 0 | 73 | 34 | 41 | 511 | 52 | 60 |
| Binary | 10101100 | 1000111 | 1111011 | 0 | 111011 | 11100 | 100001 | 101001001 | 101010 | 110000 |
Color Harmonies of #AC477B
Complementary color
Monochromatic Colors of #AC477B
Black with #AC477B
Text Example
Text Example
White with #AC477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC477B; }
p { color: rgb(172,71,123); }
H1.HeaderClassName
{
color: #AC477B;
}
.AnyTagClassName
{
color: #AC477B;
}
</style>
background-color css
<style>
a { background-color: #AC477B; }
a { background-color: rgb(172,71,123); }
div.DivClassName
{
background-color: #AC477B;
}
.BgClassName
{
background-color: #AC477B;
}
</style>
border-color css
<style>
span { border-color: #AC477B; }
span { border-color: rgb(172,71,123); }
td.TdClassName
{
border-color: #AC477B;
}
.TagClassName
{
border-color: #AC477B;
}
</style>