Shades of Royal Heath #AC527F
Tints of Royal Heath #AC527F
RGB
CMYK
RGB Variations
Color information
#AC527F (or 0xAC527F) is known color: Royal Heath. HEX triplet: AC, 52 and 7F. RGB value is (172,82,127). Sum of RGB (Red+Green+Blue) = 172+82+127=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC527F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC527F is #53AD80. Grayscale: #717171. Windows color (decimal): -5483905 or 8344236. OLE color: 8344236.
HSL color Cylindrical-coordinate representation of color #AC527F: hue angle of 330º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC527F is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 127 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.33 |
| HSL | 330º | 0.35% | 0.5% | - |
| HSV(B) | 330º | 0.52% | 0.67% | - |
| XYZ | 23.86 | 16.34 | 21.97 | - |
| YUV | 114.04 | 135.32 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 127 | 0 | 0.52 | 0.26 | 0.33 | 330 | 0.35 | 0.5 |
| Hex | AC | 52 | 7F | 0 | 34 | 1A | 21 | 14A | 23 | 32 |
| Octal | 254 | 122 | 177 | 0 | 64 | 32 | 41 | 512 | 43 | 62 |
| Binary | 10101100 | 1010010 | 1111111 | 0 | 110100 | 11010 | 100001 | 101001010 | 100011 | 110010 |
Color Harmonies of #AC527F
Complementary color
Monochromatic Colors of #AC527F
Black with #AC527F
Text Example
Text Example
White with #AC527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC527F; }
p { color: rgb(172,82,127); }
H1.HeaderClassName
{
color: #AC527F;
}
.AnyTagClassName
{
color: #AC527F;
}
</style>
background-color css
<style>
a { background-color: #AC527F; }
a { background-color: rgb(172,82,127); }
div.DivClassName
{
background-color: #AC527F;
}
.BgClassName
{
background-color: #AC527F;
}
</style>
border-color css
<style>
span { border-color: #AC527F; }
span { border-color: rgb(172,82,127); }
td.TdClassName
{
border-color: #AC527F;
}
.TagClassName
{
border-color: #AC527F;
}
</style>