Shades of Royal Heath #AC5279
Tints of Royal Heath #AC5279
RGB
CMYK
RGB Variations
Color information
#AC5279 (or 0xAC5279) is known color: Royal Heath. HEX triplet: AC, 52 and 79. RGB value is (172,82,121). Sum of RGB (Red+Green+Blue) = 172+82+121=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5279 is #53AD86. Grayscale: #717171. Windows color (decimal): -5483911 or 7951020. OLE color: 7951020.
HSL color Cylindrical-coordinate representation of color #AC5279: hue angle of 334º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC5279 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 121 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.33 |
| HSL | 334º | 0.35% | 0.5% | - |
| HSV(B) | 334º | 0.52% | 0.67% | - |
| XYZ | 23.48 | 16.19 | 19.98 | - |
| YUV | 113.36 | 132.32 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 121 | 0 | 0.52 | 0.30 | 0.33 | 334 | 0.35 | 0.5 |
| Hex | AC | 52 | 79 | 0 | 34 | 1E | 21 | 14E | 23 | 32 |
| Octal | 254 | 122 | 171 | 0 | 64 | 36 | 41 | 516 | 43 | 62 |
| Binary | 10101100 | 1010010 | 1111001 | 0 | 110100 | 11110 | 100001 | 101001110 | 100011 | 110010 |
Color Harmonies of #AC5279
Complementary color
Monochromatic Colors of #AC5279
Black with #AC5279
Text Example
Text Example
White with #AC5279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5279; }
p { color: rgb(172,82,121); }
H1.HeaderClassName
{
color: #AC5279;
}
.AnyTagClassName
{
color: #AC5279;
}
</style>
background-color css
<style>
a { background-color: #AC5279; }
a { background-color: rgb(172,82,121); }
div.DivClassName
{
background-color: #AC5279;
}
.BgClassName
{
background-color: #AC5279;
}
</style>
border-color css
<style>
span { border-color: #AC5279; }
span { border-color: rgb(172,82,121); }
td.TdClassName
{
border-color: #AC5279;
}
.TagClassName
{
border-color: #AC5279;
}
</style>