Shades of Royal Heath #A34780
Tints of Royal Heath #A34780
RGB
CMYK
RGB Variations
Color information
#A34780 (or 0xA34780) is known color: Royal Heath. HEX triplet: A3, 47 and 80. RGB value is (163,71,128). Sum of RGB (Red+Green+Blue) = 163+71+128=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A34780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34780 is #5CB87F. Grayscale: #686868. Windows color (decimal): -6076544 or 8406947. OLE color: 8406947.
HSL color Cylindrical-coordinate representation of color #A34780: hue angle of 322.83º 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 #A34780 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 71 | 128 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.36 |
| HSL | 322.83º | 0.39% | 0.46% | - |
| HSV(B) | 322.83º | 0.56% | 0.64% | - |
| XYZ | 21.25 | 13.85 | 21.98 | - |
| YUV | 105.01 | 140.98 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 71 | 128 | 0 | 0.56 | 0.21 | 0.36 | 322.83 | 0.39 | 0.46 |
| Hex | A3 | 47 | 80 | 0 | 38 | 15 | 24 | 143 | 27 | 2E |
| Octal | 243 | 107 | 200 | 0 | 70 | 25 | 44 | 503 | 47 | 56 |
| Binary | 10100011 | 1000111 | 10000000 | 0 | 111000 | 10101 | 100100 | 101000011 | 100111 | 101110 |
Color Harmonies of #A34780
Complementary color
Monochromatic Colors of #A34780
Black with #A34780
Text Example
Text Example
White with #A34780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34780; }
p { color: rgb(163,71,128); }
H1.HeaderClassName
{
color: #A34780;
}
.AnyTagClassName
{
color: #A34780;
}
</style>
background-color css
<style>
a { background-color: #A34780; }
a { background-color: rgb(163,71,128); }
div.DivClassName
{
background-color: #A34780;
}
.BgClassName
{
background-color: #A34780;
}
</style>
border-color css
<style>
span { border-color: #A34780; }
span { border-color: rgb(163,71,128); }
td.TdClassName
{
border-color: #A34780;
}
.TagClassName
{
border-color: #A34780;
}
</style>