Shades of Royal Heath #A34A76
Tints of Royal Heath #A34A76
RGB
CMYK
RGB Variations
Color information
#A34A76 (or 0xA34A76) is known color: Royal Heath. HEX triplet: A3, 4A and 76. RGB value is (163,74,118). Sum of RGB (Red+Green+Blue) = 163+74+118=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34A76 is #5CB589. Grayscale: #696969. Windows color (decimal): -6075786 or 7752355. OLE color: 7752355.
HSL color Cylindrical-coordinate representation of color #A34A76: hue angle of 330.34º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A34A76 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 74 | 118 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.36 |
| HSL | 330.34º | 0.38% | 0.46% | - |
| HSV(B) | 330.34º | 0.55% | 0.64% | - |
| XYZ | 20.82 | 13.99 | 18.74 | - |
| YUV | 105.63 | 134.99 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 118 | 0 | 0.55 | 0.28 | 0.36 | 330.34 | 0.38 | 0.46 |
| Hex | A3 | 4A | 76 | 0 | 37 | 1C | 24 | 14A | 26 | 2E |
| Octal | 243 | 112 | 166 | 0 | 67 | 34 | 44 | 512 | 46 | 56 |
| Binary | 10100011 | 1001010 | 1110110 | 0 | 110111 | 11100 | 100100 | 101001010 | 100110 | 101110 |
Color Harmonies of #A34A76
Complementary color
Monochromatic Colors of #A34A76
Black with #A34A76
Text Example
Text Example
White with #A34A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34A76; }
p { color: rgb(163,74,118); }
H1.HeaderClassName
{
color: #A34A76;
}
.AnyTagClassName
{
color: #A34A76;
}
</style>
background-color css
<style>
a { background-color: #A34A76; }
a { background-color: rgb(163,74,118); }
div.DivClassName
{
background-color: #A34A76;
}
.BgClassName
{
background-color: #A34A76;
}
</style>
border-color css
<style>
span { border-color: #A34A76; }
span { border-color: rgb(163,74,118); }
td.TdClassName
{
border-color: #A34A76;
}
.TagClassName
{
border-color: #A34A76;
}
</style>