Shades of Royal Heath #AC457F
Tints of Royal Heath #AC457F
RGB
CMYK
RGB Variations
Color information
#AC457F (or 0xAC457F) is known color: Royal Heath. HEX triplet: AC, 45 and 7F. RGB value is (172,69,127). Sum of RGB (Red+Green+Blue) = 172+69+127=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC457F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC457F is #53BA80. Grayscale: #6A6A6A. Windows color (decimal): -5487233 or 8340908. OLE color: 8340908.
HSL color Cylindrical-coordinate representation of color #AC457F: hue angle of 326.21º 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 #AC457F is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 69 | 127 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.33 |
| HSL | 326.21º | 0.43% | 0.47% | - |
| HSV(B) | 326.21º | 0.6% | 0.67% | - |
| XYZ | 22.97 | 14.56 | 21.68 | - |
| YUV | 106.41 | 139.62 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 127 | 0 | 0.60 | 0.26 | 0.33 | 326.21 | 0.43 | 0.47 |
| Hex | AC | 45 | 7F | 0 | 3C | 1A | 21 | 146 | 2B | 2F |
| Octal | 254 | 105 | 177 | 0 | 74 | 32 | 41 | 506 | 53 | 57 |
| Binary | 10101100 | 1000101 | 1111111 | 0 | 111100 | 11010 | 100001 | 101000110 | 101011 | 101111 |
Color Harmonies of #AC457F
Complementary color
Monochromatic Colors of #AC457F
Black with #AC457F
Text Example
Text Example
White with #AC457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC457F; }
p { color: rgb(172,69,127); }
H1.HeaderClassName
{
color: #AC457F;
}
.AnyTagClassName
{
color: #AC457F;
}
</style>
background-color css
<style>
a { background-color: #AC457F; }
a { background-color: rgb(172,69,127); }
div.DivClassName
{
background-color: #AC457F;
}
.BgClassName
{
background-color: #AC457F;
}
</style>
border-color css
<style>
span { border-color: #AC457F; }
span { border-color: rgb(172,69,127); }
td.TdClassName
{
border-color: #AC457F;
}
.TagClassName
{
border-color: #AC457F;
}
</style>