Shades of Royal Heath #AC5074
Tints of Royal Heath #AC5074
RGB
CMYK
RGB Variations
Color information
#AC5074 (or 0xAC5074) is known color: Royal Heath. HEX triplet: AC, 50 and 74. RGB value is (172,80,116). Sum of RGB (Red+Green+Blue) = 172+80+116=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5074 is #53AF8B. Grayscale: #6F6F6F. Windows color (decimal): -5484428 or 7622828. OLE color: 7622828.
HSL color Cylindrical-coordinate representation of color #AC5074: hue angle of 336.52º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC5074 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 116 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.33 |
| HSL | 336.52º | 0.37% | 0.49% | - |
| HSV(B) | 336.52º | 0.53% | 0.67% | - |
| XYZ | 23.03 | 15.77 | 18.35 | - |
| YUV | 111.61 | 130.48 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 116 | 0 | 0.53 | 0.33 | 0.33 | 336.52 | 0.37 | 0.49 |
| Hex | AC | 50 | 74 | 0 | 35 | 21 | 21 | 151 | 25 | 31 |
| Octal | 254 | 120 | 164 | 0 | 65 | 41 | 41 | 521 | 45 | 61 |
| Binary | 10101100 | 1010000 | 1110100 | 0 | 110101 | 100001 | 100001 | 101010001 | 100101 | 110001 |
Color Harmonies of #AC5074
Complementary color
Monochromatic Colors of #AC5074
Black with #AC5074
Text Example
Text Example
White with #AC5074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5074; }
p { color: rgb(172,80,116); }
H1.HeaderClassName
{
color: #AC5074;
}
.AnyTagClassName
{
color: #AC5074;
}
</style>
background-color css
<style>
a { background-color: #AC5074; }
a { background-color: rgb(172,80,116); }
div.DivClassName
{
background-color: #AC5074;
}
.BgClassName
{
background-color: #AC5074;
}
</style>
border-color css
<style>
span { border-color: #AC5074; }
span { border-color: rgb(172,80,116); }
td.TdClassName
{
border-color: #AC5074;
}
.TagClassName
{
border-color: #AC5074;
}
</style>