Shades of Royal Heath #AC3D73
Tints of Royal Heath #AC3D73
RGB
CMYK
RGB Variations
Color information
#AC3D73 (or 0xAC3D73) is known color: Royal Heath. HEX triplet: AC, 3D and 73. RGB value is (172,61,115). Sum of RGB (Red+Green+Blue) = 172+61+115=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3D73 is #53C28C. Grayscale: #646464. Windows color (decimal): -5489293 or 7552428. OLE color: 7552428.
HSL color Cylindrical-coordinate representation of color #AC3D73: hue angle of 330.81º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC3D73 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 61 | 115 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.33 |
| HSL | 330.81º | 0.48% | 0.46% | - |
| HSV(B) | 330.81º | 0.65% | 0.67% | - |
| XYZ | 21.78 | 13.35 | 17.65 | - |
| YUV | 100.35 | 136.27 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 61 | 115 | 0 | 0.65 | 0.33 | 0.33 | 330.81 | 0.48 | 0.46 |
| Hex | AC | 3D | 73 | 0 | 41 | 21 | 21 | 14B | 30 | 2E |
| Octal | 254 | 75 | 163 | 0 | 101 | 41 | 41 | 513 | 60 | 56 |
| Binary | 10101100 | 111101 | 1110011 | 0 | 1000001 | 100001 | 100001 | 101001011 | 110000 | 101110 |
Color Harmonies of #AC3D73
Complementary color
Monochromatic Colors of #AC3D73
Black with #AC3D73
Text Example
Text Example
White with #AC3D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3D73; }
p { color: rgb(172,61,115); }
H1.HeaderClassName
{
color: #AC3D73;
}
.AnyTagClassName
{
color: #AC3D73;
}
</style>
background-color css
<style>
a { background-color: #AC3D73; }
a { background-color: rgb(172,61,115); }
div.DivClassName
{
background-color: #AC3D73;
}
.BgClassName
{
background-color: #AC3D73;
}
</style>
border-color css
<style>
span { border-color: #AC3D73; }
span { border-color: rgb(172,61,115); }
td.TdClassName
{
border-color: #AC3D73;
}
.TagClassName
{
border-color: #AC3D73;
}
</style>