Shades of Royal Heath #AC4279
Tints of Royal Heath #AC4279
RGB
CMYK
RGB Variations
Color information
#AC4279 (or 0xAC4279) is known color: Royal Heath. HEX triplet: AC, 42 and 79. RGB value is (172,66,121). Sum of RGB (Red+Green+Blue) = 172+66+121=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4279 is #53BD86. Grayscale: #676767. Windows color (decimal): -5488007 or 7946924. OLE color: 7946924.
HSL color Cylindrical-coordinate representation of color #AC4279: hue angle of 328.87º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4279 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 121 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.33 |
| HSL | 328.87º | 0.45% | 0.47% | - |
| HSV(B) | 328.87º | 0.62% | 0.67% | - |
| XYZ | 22.41 | 14.05 | 19.62 | - |
| YUV | 103.96 | 137.62 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 121 | 0 | 0.62 | 0.30 | 0.33 | 328.87 | 0.45 | 0.47 |
| Hex | AC | 42 | 79 | 0 | 3E | 1E | 21 | 149 | 2D | 2F |
| Octal | 254 | 102 | 171 | 0 | 76 | 36 | 41 | 511 | 55 | 57 |
| Binary | 10101100 | 1000010 | 1111001 | 0 | 111110 | 11110 | 100001 | 101001001 | 101101 | 101111 |
Color Harmonies of #AC4279
Complementary color
Monochromatic Colors of #AC4279
Black with #AC4279
Text Example
Text Example
White with #AC4279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4279; }
p { color: rgb(172,66,121); }
H1.HeaderClassName
{
color: #AC4279;
}
.AnyTagClassName
{
color: #AC4279;
}
</style>
background-color css
<style>
a { background-color: #AC4279; }
a { background-color: rgb(172,66,121); }
div.DivClassName
{
background-color: #AC4279;
}
.BgClassName
{
background-color: #AC4279;
}
</style>
border-color css
<style>
span { border-color: #AC4279; }
span { border-color: rgb(172,66,121); }
td.TdClassName
{
border-color: #AC4279;
}
.TagClassName
{
border-color: #AC4279;
}
</style>