Shades of Royal Heath #A34C74
Tints of Royal Heath #A34C74
RGB
CMYK
RGB Variations
Color information
#A34C74 (or 0xA34C74) is known color: Royal Heath. HEX triplet: A3, 4C and 74. RGB value is (163,76,116). Sum of RGB (Red+Green+Blue) = 163+76+116=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34C74 is #5CB38B. Grayscale: #6A6A6A. Windows color (decimal): -6075276 or 7621795. OLE color: 7621795.
HSL color Cylindrical-coordinate representation of color #A34C74: hue angle of 332.41º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A34C74 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 76 | 116 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.36 |
| HSL | 332.41º | 0.36% | 0.47% | - |
| HSV(B) | 332.41º | 0.53% | 0.64% | - |
| XYZ | 20.84 | 14.22 | 18.17 | - |
| YUV | 106.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 116 | 0 | 0.53 | 0.29 | 0.36 | 332.41 | 0.36 | 0.47 |
| Hex | A3 | 4C | 74 | 0 | 35 | 1D | 24 | 14C | 24 | 2F |
| Octal | 243 | 114 | 164 | 0 | 65 | 35 | 44 | 514 | 44 | 57 |
| Binary | 10100011 | 1001100 | 1110100 | 0 | 110101 | 11101 | 100100 | 101001100 | 100100 | 101111 |
Color Harmonies of #A34C74
Complementary color
Monochromatic Colors of #A34C74
Black with #A34C74
Text Example
Text Example
White with #A34C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34C74; }
p { color: rgb(163,76,116); }
H1.HeaderClassName
{
color: #A34C74;
}
.AnyTagClassName
{
color: #A34C74;
}
</style>
background-color css
<style>
a { background-color: #A34C74; }
a { background-color: rgb(163,76,116); }
div.DivClassName
{
background-color: #A34C74;
}
.BgClassName
{
background-color: #A34C74;
}
</style>
border-color css
<style>
span { border-color: #A34C74; }
span { border-color: rgb(163,76,116); }
td.TdClassName
{
border-color: #A34C74;
}
.TagClassName
{
border-color: #A34C74;
}
</style>