Shades of Royal Heath #A34876
Tints of Royal Heath #A34876
RGB
CMYK
RGB Variations
Color information
#A34876 (or 0xA34876) is known color: Royal Heath. HEX triplet: A3, 48 and 76. RGB value is (163,72,118). Sum of RGB (Red+Green+Blue) = 163+72+118=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A34876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34876 is #5CB789. Grayscale: #686868. Windows color (decimal): -6076298 or 7751843. OLE color: 7751843.
HSL color Cylindrical-coordinate representation of color #A34876: hue angle of 329.67º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A34876 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 72 | 118 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.36 |
| HSL | 329.67º | 0.39% | 0.46% | - |
| HSV(B) | 329.67º | 0.56% | 0.64% | - |
| XYZ | 20.69 | 13.73 | 18.7 | - |
| YUV | 104.45 | 135.65 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 72 | 118 | 0 | 0.56 | 0.28 | 0.36 | 329.67 | 0.39 | 0.46 |
| Hex | A3 | 48 | 76 | 0 | 38 | 1C | 24 | 14A | 27 | 2E |
| Octal | 243 | 110 | 166 | 0 | 70 | 34 | 44 | 512 | 47 | 56 |
| Binary | 10100011 | 1001000 | 1110110 | 0 | 111000 | 11100 | 100100 | 101001010 | 100111 | 101110 |
Color Harmonies of #A34876
Complementary color
Monochromatic Colors of #A34876
Black with #A34876
Text Example
Text Example
White with #A34876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34876; }
p { color: rgb(163,72,118); }
H1.HeaderClassName
{
color: #A34876;
}
.AnyTagClassName
{
color: #A34876;
}
</style>
background-color css
<style>
a { background-color: #A34876; }
a { background-color: rgb(163,72,118); }
div.DivClassName
{
background-color: #A34876;
}
.BgClassName
{
background-color: #A34876;
}
</style>
border-color css
<style>
span { border-color: #A34876; }
span { border-color: rgb(163,72,118); }
td.TdClassName
{
border-color: #A34876;
}
.TagClassName
{
border-color: #A34876;
}
</style>