Shades of Royal Heath #AC417A
Tints of Royal Heath #AC417A
RGB
CMYK
RGB Variations
Color information
#AC417A (or 0xAC417A) is known color: Royal Heath. HEX triplet: AC, 41 and 7A. RGB value is (172,65,122). Sum of RGB (Red+Green+Blue) = 172+65+122=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC417A is #53BE85. Grayscale: #676767. Windows color (decimal): -5488262 or 8012204. OLE color: 8012204.
HSL color Cylindrical-coordinate representation of color #AC417A: hue angle of 328.04º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC417A is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 122 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.33 |
| HSL | 328.04º | 0.45% | 0.46% | - |
| HSV(B) | 328.04º | 0.62% | 0.67% | - |
| XYZ | 22.42 | 13.96 | 19.92 | - |
| YUV | 103.49 | 138.45 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 122 | 0 | 0.62 | 0.29 | 0.33 | 328.04 | 0.45 | 0.46 |
| Hex | AC | 41 | 7A | 0 | 3E | 1D | 21 | 148 | 2D | 2E |
| Octal | 254 | 101 | 172 | 0 | 76 | 35 | 41 | 510 | 55 | 56 |
| Binary | 10101100 | 1000001 | 1111010 | 0 | 111110 | 11101 | 100001 | 101001000 | 101101 | 101110 |
Color Harmonies of #AC417A
Complementary color
Monochromatic Colors of #AC417A
Black with #AC417A
Text Example
Text Example
White with #AC417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC417A; }
p { color: rgb(172,65,122); }
H1.HeaderClassName
{
color: #AC417A;
}
.AnyTagClassName
{
color: #AC417A;
}
</style>
background-color css
<style>
a { background-color: #AC417A; }
a { background-color: rgb(172,65,122); }
div.DivClassName
{
background-color: #AC417A;
}
.BgClassName
{
background-color: #AC417A;
}
</style>
border-color css
<style>
span { border-color: #AC417A; }
span { border-color: rgb(172,65,122); }
td.TdClassName
{
border-color: #AC417A;
}
.TagClassName
{
border-color: #AC417A;
}
</style>