Shades of Royal Heath #AC497E
Tints of Royal Heath #AC497E
RGB
CMYK
RGB Variations
Color information
#AC497E (or 0xAC497E) is known color: Royal Heath. HEX triplet: AC, 49 and 7E. RGB value is (172,73,126). Sum of RGB (Red+Green+Blue) = 172+73+126=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC497E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC497E is #53B681. Grayscale: #6C6C6C. Windows color (decimal): -5486210 or 8276396. OLE color: 8276396.
HSL color Cylindrical-coordinate representation of color #AC497E: hue angle of 327.88º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC497E is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 126 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.33 |
| HSL | 327.88º | 0.4% | 0.48% | - |
| HSV(B) | 327.88º | 0.58% | 0.67% | - |
| XYZ | 23.16 | 15.04 | 21.42 | - |
| YUV | 108.64 | 137.8 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 126 | 0 | 0.58 | 0.27 | 0.33 | 327.88 | 0.4 | 0.48 |
| Hex | AC | 49 | 7E | 0 | 3A | 1B | 21 | 148 | 28 | 30 |
| Octal | 254 | 111 | 176 | 0 | 72 | 33 | 41 | 510 | 50 | 60 |
| Binary | 10101100 | 1001001 | 1111110 | 0 | 111010 | 11011 | 100001 | 101001000 | 101000 | 110000 |
Color Harmonies of #AC497E
Complementary color
Monochromatic Colors of #AC497E
Black with #AC497E
Text Example
Text Example
White with #AC497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC497E; }
p { color: rgb(172,73,126); }
H1.HeaderClassName
{
color: #AC497E;
}
.AnyTagClassName
{
color: #AC497E;
}
</style>
background-color css
<style>
a { background-color: #AC497E; }
a { background-color: rgb(172,73,126); }
div.DivClassName
{
background-color: #AC497E;
}
.BgClassName
{
background-color: #AC497E;
}
</style>
border-color css
<style>
span { border-color: #AC497E; }
span { border-color: rgb(172,73,126); }
td.TdClassName
{
border-color: #AC497E;
}
.TagClassName
{
border-color: #AC497E;
}
</style>