Shades of Royal Heath #AC467A
Tints of Royal Heath #AC467A
RGB
CMYK
RGB Variations
Color information
#AC467A (or 0xAC467A) is known color: Royal Heath. HEX triplet: AC, 46 and 7A. RGB value is (172,70,122). Sum of RGB (Red+Green+Blue) = 172+70+122=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC467A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC467A is #53B985. Grayscale: #6A6A6A. Windows color (decimal): -5486982 or 8013484. OLE color: 8013484.
HSL color Cylindrical-coordinate representation of color #AC467A: hue angle of 329.41º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC467A is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 122 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.33 |
| HSL | 329.41º | 0.42% | 0.47% | - |
| HSV(B) | 329.41º | 0.59% | 0.67% | - |
| XYZ | 22.72 | 14.56 | 20.02 | - |
| YUV | 106.43 | 136.79 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 122 | 0 | 0.59 | 0.29 | 0.33 | 329.41 | 0.42 | 0.47 |
| Hex | AC | 46 | 7A | 0 | 3B | 1D | 21 | 149 | 2A | 2F |
| Octal | 254 | 106 | 172 | 0 | 73 | 35 | 41 | 511 | 52 | 57 |
| Binary | 10101100 | 1000110 | 1111010 | 0 | 111011 | 11101 | 100001 | 101001001 | 101010 | 101111 |
Color Harmonies of #AC467A
Complementary color
Monochromatic Colors of #AC467A
Black with #AC467A
Text Example
Text Example
White with #AC467A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC467A; }
p { color: rgb(172,70,122); }
H1.HeaderClassName
{
color: #AC467A;
}
.AnyTagClassName
{
color: #AC467A;
}
</style>
background-color css
<style>
a { background-color: #AC467A; }
a { background-color: rgb(172,70,122); }
div.DivClassName
{
background-color: #AC467A;
}
.BgClassName
{
background-color: #AC467A;
}
</style>
border-color css
<style>
span { border-color: #AC467A; }
span { border-color: rgb(172,70,122); }
td.TdClassName
{
border-color: #AC467A;
}
.TagClassName
{
border-color: #AC467A;
}
</style>