Shades of Royal Heath #AC527B
Tints of Royal Heath #AC527B
RGB
CMYK
RGB Variations
Color information
#AC527B (or 0xAC527B) is known color: Royal Heath. HEX triplet: AC, 52 and 7B. RGB value is (172,82,123). Sum of RGB (Red+Green+Blue) = 172+82+123=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC527B is #53AD84. Grayscale: #717171. Windows color (decimal): -5483909 or 8082092. OLE color: 8082092.
HSL color Cylindrical-coordinate representation of color #AC527B: hue angle of 332.67º 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 #AC527B is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 123 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.33 |
| HSL | 332.67º | 0.35% | 0.5% | - |
| HSV(B) | 332.67º | 0.52% | 0.67% | - |
| XYZ | 23.61 | 16.24 | 20.63 | - |
| YUV | 113.58 | 133.32 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 123 | 0 | 0.52 | 0.28 | 0.33 | 332.67 | 0.35 | 0.5 |
| Hex | AC | 52 | 7B | 0 | 34 | 1C | 21 | 14D | 23 | 32 |
| Octal | 254 | 122 | 173 | 0 | 64 | 34 | 41 | 515 | 43 | 62 |
| Binary | 10101100 | 1010010 | 1111011 | 0 | 110100 | 11100 | 100001 | 101001101 | 100011 | 110010 |
Color Harmonies of #AC527B
Complementary color
Monochromatic Colors of #AC527B
Black with #AC527B
Text Example
Text Example
White with #AC527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC527B; }
p { color: rgb(172,82,123); }
H1.HeaderClassName
{
color: #AC527B;
}
.AnyTagClassName
{
color: #AC527B;
}
</style>
background-color css
<style>
a { background-color: #AC527B; }
a { background-color: rgb(172,82,123); }
div.DivClassName
{
background-color: #AC527B;
}
.BgClassName
{
background-color: #AC527B;
}
</style>
border-color css
<style>
span { border-color: #AC527B; }
span { border-color: rgb(172,82,123); }
td.TdClassName
{
border-color: #AC527B;
}
.TagClassName
{
border-color: #AC527B;
}
</style>