Shades of Royal Heath #A34D78
Tints of Royal Heath #A34D78
RGB
CMYK
RGB Variations
Color information
#A34D78 (or 0xA34D78) is known color: Royal Heath. HEX triplet: A3, 4D and 78. RGB value is (163,77,120). Sum of RGB (Red+Green+Blue) = 163+77+120=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A34D78 is #5CB287. Grayscale: #6B6B6B. Windows color (decimal): -6075016 or 7884195. OLE color: 7884195.
HSL color Cylindrical-coordinate representation of color #A34D78: hue angle of 330º 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 #A34D78 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 77 | 120 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.36 |
| HSL | 330º | 0.36% | 0.47% | - |
| HSV(B) | 330º | 0.53% | 0.64% | - |
| XYZ | 21.15 | 14.45 | 19.44 | - |
| YUV | 107.62 | 134.99 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 120 | 0 | 0.53 | 0.26 | 0.36 | 330 | 0.36 | 0.47 |
| Hex | A3 | 4D | 78 | 0 | 35 | 1A | 24 | 14A | 24 | 2F |
| Octal | 243 | 115 | 170 | 0 | 65 | 32 | 44 | 512 | 44 | 57 |
| Binary | 10100011 | 1001101 | 1111000 | 0 | 110101 | 11010 | 100100 | 101001010 | 100100 | 101111 |
Color Harmonies of #A34D78
Complementary color
Monochromatic Colors of #A34D78
Black with #A34D78
Text Example
Text Example
White with #A34D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34D78; }
p { color: rgb(163,77,120); }
H1.HeaderClassName
{
color: #A34D78;
}
.AnyTagClassName
{
color: #A34D78;
}
</style>
background-color css
<style>
a { background-color: #A34D78; }
a { background-color: rgb(163,77,120); }
div.DivClassName
{
background-color: #A34D78;
}
.BgClassName
{
background-color: #A34D78;
}
</style>
border-color css
<style>
span { border-color: #A34D78; }
span { border-color: rgb(163,77,120); }
td.TdClassName
{
border-color: #A34D78;
}
.TagClassName
{
border-color: #A34D78;
}
</style>