Shades of Royal Heath #AC457B
Tints of Royal Heath #AC457B
RGB
CMYK
RGB Variations
Color information
#AC457B (or 0xAC457B) is known color: Royal Heath. HEX triplet: AC, 45 and 7B. RGB value is (172,69,123). Sum of RGB (Red+Green+Blue) = 172+69+123=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC457B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC457B is #53BA84. Grayscale: #696969. Windows color (decimal): -5487237 or 8078764. OLE color: 8078764.
HSL color Cylindrical-coordinate representation of color #AC457B: hue angle of 328.54º 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 #AC457B is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 69 | 123 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.33 |
| HSL | 328.54º | 0.43% | 0.47% | - |
| HSV(B) | 328.54º | 0.6% | 0.67% | - |
| XYZ | 22.72 | 14.46 | 20.33 | - |
| YUV | 105.95 | 137.62 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 123 | 0 | 0.60 | 0.28 | 0.33 | 328.54 | 0.43 | 0.47 |
| Hex | AC | 45 | 7B | 0 | 3C | 1C | 21 | 149 | 2B | 2F |
| Octal | 254 | 105 | 173 | 0 | 74 | 34 | 41 | 511 | 53 | 57 |
| Binary | 10101100 | 1000101 | 1111011 | 0 | 111100 | 11100 | 100001 | 101001001 | 101011 | 101111 |
Color Harmonies of #AC457B
Complementary color
Monochromatic Colors of #AC457B
Black with #AC457B
Text Example
Text Example
White with #AC457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC457B; }
p { color: rgb(172,69,123); }
H1.HeaderClassName
{
color: #AC457B;
}
.AnyTagClassName
{
color: #AC457B;
}
</style>
background-color css
<style>
a { background-color: #AC457B; }
a { background-color: rgb(172,69,123); }
div.DivClassName
{
background-color: #AC457B;
}
.BgClassName
{
background-color: #AC457B;
}
</style>
border-color css
<style>
span { border-color: #AC457B; }
span { border-color: rgb(172,69,123); }
td.TdClassName
{
border-color: #AC457B;
}
.TagClassName
{
border-color: #AC457B;
}
</style>