Shades of Royal Heath #AC517B
Tints of Royal Heath #AC517B
RGB
CMYK
RGB Variations
Color information
#AC517B (or 0xAC517B) is known color: Royal Heath. HEX triplet: AC, 51 and 7B. RGB value is (172,81,123). Sum of RGB (Red+Green+Blue) = 172+81+123=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC517B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC517B is #53AE84. Grayscale: #707070. Windows color (decimal): -5484165 or 8081836. OLE color: 8081836.
HSL color Cylindrical-coordinate representation of color #AC517B: hue angle of 332.31º 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 #AC517B is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 123 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.33 |
| HSL | 332.31º | 0.36% | 0.5% | - |
| HSV(B) | 332.31º | 0.53% | 0.67% | - |
| XYZ | 23.53 | 16.09 | 20.6 | - |
| YUV | 113 | 133.65 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 123 | 0 | 0.53 | 0.28 | 0.33 | 332.31 | 0.36 | 0.5 |
| Hex | AC | 51 | 7B | 0 | 35 | 1C | 21 | 14C | 24 | 32 |
| Octal | 254 | 121 | 173 | 0 | 65 | 34 | 41 | 514 | 44 | 62 |
| Binary | 10101100 | 1010001 | 1111011 | 0 | 110101 | 11100 | 100001 | 101001100 | 100100 | 110010 |
Color Harmonies of #AC517B
Complementary color
Monochromatic Colors of #AC517B
Black with #AC517B
Text Example
Text Example
White with #AC517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC517B; }
p { color: rgb(172,81,123); }
H1.HeaderClassName
{
color: #AC517B;
}
.AnyTagClassName
{
color: #AC517B;
}
</style>
background-color css
<style>
a { background-color: #AC517B; }
a { background-color: rgb(172,81,123); }
div.DivClassName
{
background-color: #AC517B;
}
.BgClassName
{
background-color: #AC517B;
}
</style>
border-color css
<style>
span { border-color: #AC517B; }
span { border-color: rgb(172,81,123); }
td.TdClassName
{
border-color: #AC517B;
}
.TagClassName
{
border-color: #AC517B;
}
</style>