Shades of Royal Heath #AC477A
Tints of Royal Heath #AC477A
RGB
CMYK
RGB Variations
Color information
#AC477A (or 0xAC477A) is known color: Royal Heath. HEX triplet: AC, 47 and 7A. RGB value is (172,71,122). Sum of RGB (Red+Green+Blue) = 172+71+122=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC477A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC477A is #53B885. Grayscale: #6A6A6A. Windows color (decimal): -5486726 or 8013740. OLE color: 8013740.
HSL color Cylindrical-coordinate representation of color #AC477A: hue angle of 329.7º 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 #AC477A is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 71 | 122 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.33 |
| HSL | 329.7º | 0.42% | 0.48% | - |
| HSV(B) | 329.7º | 0.59% | 0.67% | - |
| XYZ | 22.78 | 14.68 | 20.05 | - |
| YUV | 107.01 | 136.46 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 122 | 0 | 0.59 | 0.29 | 0.33 | 329.7 | 0.42 | 0.48 |
| Hex | AC | 47 | 7A | 0 | 3B | 1D | 21 | 14A | 2A | 30 |
| Octal | 254 | 107 | 172 | 0 | 73 | 35 | 41 | 512 | 52 | 60 |
| Binary | 10101100 | 1000111 | 1111010 | 0 | 111011 | 11101 | 100001 | 101001010 | 101010 | 110000 |
Color Harmonies of #AC477A
Complementary color
Monochromatic Colors of #AC477A
Black with #AC477A
Text Example
Text Example
White with #AC477A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC477A; }
p { color: rgb(172,71,122); }
H1.HeaderClassName
{
color: #AC477A;
}
.AnyTagClassName
{
color: #AC477A;
}
</style>
background-color css
<style>
a { background-color: #AC477A; }
a { background-color: rgb(172,71,122); }
div.DivClassName
{
background-color: #AC477A;
}
.BgClassName
{
background-color: #AC477A;
}
</style>
border-color css
<style>
span { border-color: #AC477A; }
span { border-color: rgb(172,71,122); }
td.TdClassName
{
border-color: #AC477A;
}
.TagClassName
{
border-color: #AC477A;
}
</style>