Shades of Royal Heath #AC4D80
Tints of Royal Heath #AC4D80
RGB
CMYK
RGB Variations
Color information
#AC4D80 (or 0xAC4D80) is known color: Royal Heath. HEX triplet: AC, 4D and 80. RGB value is (172,77,128). Sum of RGB (Red+Green+Blue) = 172+77+128=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4D80 is #53B27F. Grayscale: #6F6F6F. Windows color (decimal): -5485184 or 8408492. OLE color: 8408492.
HSL color Cylindrical-coordinate representation of color #AC4D80: hue angle of 327.79º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC4D80 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 77 | 128 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.33 |
| HSL | 327.79º | 0.38% | 0.49% | - |
| HSV(B) | 327.79º | 0.55% | 0.67% | - |
| XYZ | 23.56 | 15.64 | 22.2 | - |
| YUV | 111.22 | 137.47 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 128 | 0 | 0.55 | 0.26 | 0.33 | 327.79 | 0.38 | 0.49 |
| Hex | AC | 4D | 80 | 0 | 37 | 1A | 21 | 148 | 26 | 31 |
| Octal | 254 | 115 | 200 | 0 | 67 | 32 | 41 | 510 | 46 | 61 |
| Binary | 10101100 | 1001101 | 10000000 | 0 | 110111 | 11010 | 100001 | 101001000 | 100110 | 110001 |
Color Harmonies of #AC4D80
Complementary color
Monochromatic Colors of #AC4D80
Black with #AC4D80
Text Example
Text Example
White with #AC4D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4D80; }
p { color: rgb(172,77,128); }
H1.HeaderClassName
{
color: #AC4D80;
}
.AnyTagClassName
{
color: #AC4D80;
}
</style>
background-color css
<style>
a { background-color: #AC4D80; }
a { background-color: rgb(172,77,128); }
div.DivClassName
{
background-color: #AC4D80;
}
.BgClassName
{
background-color: #AC4D80;
}
</style>
border-color css
<style>
span { border-color: #AC4D80; }
span { border-color: rgb(172,77,128); }
td.TdClassName
{
border-color: #AC4D80;
}
.TagClassName
{
border-color: #AC4D80;
}
</style>