Shades of Royal Heath #AC497B
Tints of Royal Heath #AC497B
RGB
CMYK
RGB Variations
Color information
#AC497B (or 0xAC497B) is known color: Royal Heath. HEX triplet: AC, 49 and 7B. RGB value is (172,73,123). Sum of RGB (Red+Green+Blue) = 172+73+123=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC497B is #53B684. Grayscale: #6C6C6C. Windows color (decimal): -5486213 or 8079788. OLE color: 8079788.
HSL color Cylindrical-coordinate representation of color #AC497B: hue angle of 329.7º 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 #AC497B is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 123 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.33 |
| HSL | 329.7º | 0.4% | 0.48% | - |
| HSV(B) | 329.7º | 0.58% | 0.67% | - |
| XYZ | 22.97 | 14.97 | 20.42 | - |
| YUV | 108.3 | 136.3 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 123 | 0 | 0.58 | 0.28 | 0.33 | 329.7 | 0.4 | 0.48 |
| Hex | AC | 49 | 7B | 0 | 3A | 1C | 21 | 14A | 28 | 30 |
| Octal | 254 | 111 | 173 | 0 | 72 | 34 | 41 | 512 | 50 | 60 |
| Binary | 10101100 | 1001001 | 1111011 | 0 | 111010 | 11100 | 100001 | 101001010 | 101000 | 110000 |
Color Harmonies of #AC497B
Complementary color
Monochromatic Colors of #AC497B
Black with #AC497B
Text Example
Text Example
White with #AC497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC497B; }
p { color: rgb(172,73,123); }
H1.HeaderClassName
{
color: #AC497B;
}
.AnyTagClassName
{
color: #AC497B;
}
</style>
background-color css
<style>
a { background-color: #AC497B; }
a { background-color: rgb(172,73,123); }
div.DivClassName
{
background-color: #AC497B;
}
.BgClassName
{
background-color: #AC497B;
}
</style>
border-color css
<style>
span { border-color: #AC497B; }
span { border-color: rgb(172,73,123); }
td.TdClassName
{
border-color: #AC497B;
}
.TagClassName
{
border-color: #AC497B;
}
</style>