Shades of Royal Heath #AC517F
Tints of Royal Heath #AC517F
RGB
CMYK
RGB Variations
Color information
#AC517F (or 0xAC517F) is known color: Royal Heath. HEX triplet: AC, 51 and 7F. RGB value is (172,81,127). Sum of RGB (Red+Green+Blue) = 172+81+127=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC517F is #53AE80. Grayscale: #717171. Windows color (decimal): -5484161 or 8343980. OLE color: 8343980.
HSL color Cylindrical-coordinate representation of color #AC517F: hue angle of 329.67º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC517F is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 127 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.33 |
| HSL | 329.67º | 0.36% | 0.5% | - |
| HSV(B) | 329.67º | 0.53% | 0.67% | - |
| XYZ | 23.79 | 16.19 | 21.95 | - |
| YUV | 113.45 | 135.65 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 127 | 0 | 0.53 | 0.26 | 0.33 | 329.67 | 0.36 | 0.5 |
| Hex | AC | 51 | 7F | 0 | 35 | 1A | 21 | 14A | 24 | 32 |
| Octal | 254 | 121 | 177 | 0 | 65 | 32 | 41 | 512 | 44 | 62 |
| Binary | 10101100 | 1010001 | 1111111 | 0 | 110101 | 11010 | 100001 | 101001010 | 100100 | 110010 |
Color Harmonies of #AC517F
Complementary color
Monochromatic Colors of #AC517F
Black with #AC517F
Text Example
Text Example
White with #AC517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC517F; }
p { color: rgb(172,81,127); }
H1.HeaderClassName
{
color: #AC517F;
}
.AnyTagClassName
{
color: #AC517F;
}
</style>
background-color css
<style>
a { background-color: #AC517F; }
a { background-color: rgb(172,81,127); }
div.DivClassName
{
background-color: #AC517F;
}
.BgClassName
{
background-color: #AC517F;
}
</style>
border-color css
<style>
span { border-color: #AC517F; }
span { border-color: rgb(172,81,127); }
td.TdClassName
{
border-color: #AC517F;
}
.TagClassName
{
border-color: #AC517F;
}
</style>