Shades of Royal Heath #AC3F75
Tints of Royal Heath #AC3F75
RGB
CMYK
RGB Variations
Color information
#AC3F75 (or 0xAC3F75) is known color: Royal Heath. HEX triplet: AC, 3F and 75. RGB value is (172,63,117). Sum of RGB (Red+Green+Blue) = 172+63+117=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3F75 is #53C08A. Grayscale: #656565. Windows color (decimal): -5488779 or 7684012. OLE color: 7684012.
HSL color Cylindrical-coordinate representation of color #AC3F75: hue angle of 330.28º 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 #AC3F75 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 117 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.33 |
| HSL | 330.28º | 0.46% | 0.46% | - |
| HSV(B) | 330.28º | 0.63% | 0.67% | - |
| XYZ | 22 | 13.61 | 18.3 | - |
| YUV | 101.75 | 136.61 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 117 | 0 | 0.63 | 0.32 | 0.33 | 330.28 | 0.46 | 0.46 |
| Hex | AC | 3F | 75 | 0 | 3F | 20 | 21 | 14A | 2E | 2E |
| Octal | 254 | 77 | 165 | 0 | 77 | 40 | 41 | 512 | 56 | 56 |
| Binary | 10101100 | 111111 | 1110101 | 0 | 111111 | 100000 | 100001 | 101001010 | 101110 | 101110 |
Color Harmonies of #AC3F75
Complementary color
Monochromatic Colors of #AC3F75
Black with #AC3F75
Text Example
Text Example
White with #AC3F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F75; }
p { color: rgb(172,63,117); }
H1.HeaderClassName
{
color: #AC3F75;
}
.AnyTagClassName
{
color: #AC3F75;
}
</style>
background-color css
<style>
a { background-color: #AC3F75; }
a { background-color: rgb(172,63,117); }
div.DivClassName
{
background-color: #AC3F75;
}
.BgClassName
{
background-color: #AC3F75;
}
</style>
border-color css
<style>
span { border-color: #AC3F75; }
span { border-color: rgb(172,63,117); }
td.TdClassName
{
border-color: #AC3F75;
}
.TagClassName
{
border-color: #AC3F75;
}
</style>