Shades of Royal Heath #AC3F73
Tints of Royal Heath #AC3F73
RGB
CMYK
RGB Variations
Color information
#AC3F73 (or 0xAC3F73) is known color: Royal Heath. HEX triplet: AC, 3F and 73. RGB value is (172,63,115). Sum of RGB (Red+Green+Blue) = 172+63+115=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3F73 is #53C08C. Grayscale: #656565. Windows color (decimal): -5488781 or 7552940. OLE color: 7552940.
HSL color Cylindrical-coordinate representation of color #AC3F73: hue angle of 331.38º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC3F73 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 115 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.33 |
| HSL | 331.38º | 0.46% | 0.46% | - |
| HSV(B) | 331.38º | 0.63% | 0.67% | - |
| XYZ | 21.89 | 13.56 | 17.68 | - |
| YUV | 101.52 | 135.61 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 115 | 0 | 0.63 | 0.33 | 0.33 | 331.38 | 0.46 | 0.46 |
| Hex | AC | 3F | 73 | 0 | 3F | 21 | 21 | 14B | 2E | 2E |
| Octal | 254 | 77 | 163 | 0 | 77 | 41 | 41 | 513 | 56 | 56 |
| Binary | 10101100 | 111111 | 1110011 | 0 | 111111 | 100001 | 100001 | 101001011 | 101110 | 101110 |
Color Harmonies of #AC3F73
Complementary color
Monochromatic Colors of #AC3F73
Black with #AC3F73
Text Example
Text Example
White with #AC3F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F73; }
p { color: rgb(172,63,115); }
H1.HeaderClassName
{
color: #AC3F73;
}
.AnyTagClassName
{
color: #AC3F73;
}
</style>
background-color css
<style>
a { background-color: #AC3F73; }
a { background-color: rgb(172,63,115); }
div.DivClassName
{
background-color: #AC3F73;
}
.BgClassName
{
background-color: #AC3F73;
}
</style>
border-color css
<style>
span { border-color: #AC3F73; }
span { border-color: rgb(172,63,115); }
td.TdClassName
{
border-color: #AC3F73;
}
.TagClassName
{
border-color: #AC3F73;
}
</style>