Shades of Royal Heath #AC4F80
Tints of Royal Heath #AC4F80
RGB
CMYK
RGB Variations
Color information
#AC4F80 (or 0xAC4F80) is known color: Royal Heath. HEX triplet: AC, 4F and 80. RGB value is (172,79,128). Sum of RGB (Red+Green+Blue) = 172+79+128=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4F80 is #53B07F. Grayscale: #707070. Windows color (decimal): -5484672 or 8409004. OLE color: 8409004.
HSL color Cylindrical-coordinate representation of color #AC4F80: hue angle of 328.39º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC4F80 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 79 | 128 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.33 |
| HSL | 328.39º | 0.37% | 0.49% | - |
| HSV(B) | 328.39º | 0.54% | 0.67% | - |
| XYZ | 23.71 | 15.92 | 22.25 | - |
| YUV | 112.39 | 136.81 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 79 | 128 | 0 | 0.54 | 0.26 | 0.33 | 328.39 | 0.37 | 0.49 |
| Hex | AC | 4F | 80 | 0 | 36 | 1A | 21 | 148 | 25 | 31 |
| Octal | 254 | 117 | 200 | 0 | 66 | 32 | 41 | 510 | 45 | 61 |
| Binary | 10101100 | 1001111 | 10000000 | 0 | 110110 | 11010 | 100001 | 101001000 | 100101 | 110001 |
Color Harmonies of #AC4F80
Complementary color
Monochromatic Colors of #AC4F80
Black with #AC4F80
Text Example
Text Example
White with #AC4F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4F80; }
p { color: rgb(172,79,128); }
H1.HeaderClassName
{
color: #AC4F80;
}
.AnyTagClassName
{
color: #AC4F80;
}
</style>
background-color css
<style>
a { background-color: #AC4F80; }
a { background-color: rgb(172,79,128); }
div.DivClassName
{
background-color: #AC4F80;
}
.BgClassName
{
background-color: #AC4F80;
}
</style>
border-color css
<style>
span { border-color: #AC4F80; }
span { border-color: rgb(172,79,128); }
td.TdClassName
{
border-color: #AC4F80;
}
.TagClassName
{
border-color: #AC4F80;
}
</style>