Shades of Royal Heath #AC457A
Tints of Royal Heath #AC457A
RGB
CMYK
RGB Variations
Color information
#AC457A (or 0xAC457A) is known color: Royal Heath. HEX triplet: AC, 45 and 7A. RGB value is (172,69,122). Sum of RGB (Red+Green+Blue) = 172+69+122=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC457A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC457A is #53BA85. Grayscale: #696969. Windows color (decimal): -5487238 or 8013228. OLE color: 8013228.
HSL color Cylindrical-coordinate representation of color #AC457A: hue angle of 329.13º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC457A is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 69 | 122 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.33 |
| HSL | 329.13º | 0.43% | 0.47% | - |
| HSV(B) | 329.13º | 0.6% | 0.67% | - |
| XYZ | 22.65 | 14.43 | 20 | - |
| YUV | 105.84 | 137.12 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 122 | 0 | 0.60 | 0.29 | 0.33 | 329.13 | 0.43 | 0.47 |
| Hex | AC | 45 | 7A | 0 | 3C | 1D | 21 | 149 | 2B | 2F |
| Octal | 254 | 105 | 172 | 0 | 74 | 35 | 41 | 511 | 53 | 57 |
| Binary | 10101100 | 1000101 | 1111010 | 0 | 111100 | 11101 | 100001 | 101001001 | 101011 | 101111 |
Color Harmonies of #AC457A
Complementary color
Monochromatic Colors of #AC457A
Black with #AC457A
Text Example
Text Example
White with #AC457A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC457A; }
p { color: rgb(172,69,122); }
H1.HeaderClassName
{
color: #AC457A;
}
.AnyTagClassName
{
color: #AC457A;
}
</style>
background-color css
<style>
a { background-color: #AC457A; }
a { background-color: rgb(172,69,122); }
div.DivClassName
{
background-color: #AC457A;
}
.BgClassName
{
background-color: #AC457A;
}
</style>
border-color css
<style>
span { border-color: #AC457A; }
span { border-color: rgb(172,69,122); }
td.TdClassName
{
border-color: #AC457A;
}
.TagClassName
{
border-color: #AC457A;
}
</style>