Shades of Royal Heath #AC437A
Tints of Royal Heath #AC437A
RGB
CMYK
RGB Variations
Color information
#AC437A (or 0xAC437A) is known color: Royal Heath. HEX triplet: AC, 43 and 7A. RGB value is (172,67,122). Sum of RGB (Red+Green+Blue) = 172+67+122=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC437A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC437A is #53BC85. Grayscale: #686868. Windows color (decimal): -5487750 or 8012716. OLE color: 8012716.
HSL color Cylindrical-coordinate representation of color #AC437A: hue angle of 328.57º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC437A is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 122 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.33 |
| HSL | 328.57º | 0.44% | 0.47% | - |
| HSV(B) | 328.57º | 0.61% | 0.67% | - |
| XYZ | 22.53 | 14.19 | 19.96 | - |
| YUV | 104.67 | 137.79 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 122 | 0 | 0.61 | 0.29 | 0.33 | 328.57 | 0.44 | 0.47 |
| Hex | AC | 43 | 7A | 0 | 3D | 1D | 21 | 149 | 2C | 2F |
| Octal | 254 | 103 | 172 | 0 | 75 | 35 | 41 | 511 | 54 | 57 |
| Binary | 10101100 | 1000011 | 1111010 | 0 | 111101 | 11101 | 100001 | 101001001 | 101100 | 101111 |
Color Harmonies of #AC437A
Complementary color
Monochromatic Colors of #AC437A
Black with #AC437A
Text Example
Text Example
White with #AC437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC437A; }
p { color: rgb(172,67,122); }
H1.HeaderClassName
{
color: #AC437A;
}
.AnyTagClassName
{
color: #AC437A;
}
</style>
background-color css
<style>
a { background-color: #AC437A; }
a { background-color: rgb(172,67,122); }
div.DivClassName
{
background-color: #AC437A;
}
.BgClassName
{
background-color: #AC437A;
}
</style>
border-color css
<style>
span { border-color: #AC437A; }
span { border-color: rgb(172,67,122); }
td.TdClassName
{
border-color: #AC437A;
}
.TagClassName
{
border-color: #AC437A;
}
</style>