Shades of Royal Heath #A75780
Tints of Royal Heath #A75780
RGB
CMYK
RGB Variations
Color information
#A75780 (or 0xA75780) is known color: Royal Heath. HEX triplet: A7, 57 and 80. RGB value is (167,87,128). Sum of RGB (Red+Green+Blue) = 167+87+128=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 167 - color contains mainly: red. Hex color #A75780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75780 is #58A87F. Grayscale: #737373. Windows color (decimal): -5810304 or 8411047. OLE color: 8411047.
HSL color Cylindrical-coordinate representation of color #A75780: hue angle of 329.25º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A75780 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 87 | 128 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.35 |
| HSL | 329.25º | 0.31% | 0.5% | - |
| HSV(B) | 329.25º | 0.48% | 0.65% | - |
| XYZ | 23.24 | 16.59 | 22.4 | - |
| YUV | 115.59 | 135 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 87 | 128 | 0 | 0.48 | 0.23 | 0.35 | 329.25 | 0.31 | 0.5 |
| Hex | A7 | 57 | 80 | 0 | 30 | 17 | 23 | 149 | 1F | 32 |
| Octal | 247 | 127 | 200 | 0 | 60 | 27 | 43 | 511 | 37 | 62 |
| Binary | 10100111 | 1010111 | 10000000 | 0 | 110000 | 10111 | 100011 | 101001001 | 11111 | 110010 |
Color Harmonies of #A75780
Complementary color
Monochromatic Colors of #A75780
Black with #A75780
Text Example
Text Example
White with #A75780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75780; }
p { color: rgb(167,87,128); }
H1.HeaderClassName
{
color: #A75780;
}
.AnyTagClassName
{
color: #A75780;
}
</style>
background-color css
<style>
a { background-color: #A75780; }
a { background-color: rgb(167,87,128); }
div.DivClassName
{
background-color: #A75780;
}
.BgClassName
{
background-color: #A75780;
}
</style>
border-color css
<style>
span { border-color: #A75780; }
span { border-color: rgb(167,87,128); }
td.TdClassName
{
border-color: #A75780;
}
.TagClassName
{
border-color: #A75780;
}
</style>