Shades of Royal Heath #A74677
Tints of Royal Heath #A74677
RGB
CMYK
RGB Variations
Color information
#A74677 (or 0xA74677) is known color: Royal Heath. HEX triplet: A7, 46 and 77. RGB value is (167,70,119). Sum of RGB (Red+Green+Blue) = 167+70+119=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A74677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74677 is #58B988. Grayscale: #686868. Windows color (decimal): -5814665 or 7816871. OLE color: 7816871.
HSL color Cylindrical-coordinate representation of color #A74677: hue angle of 329.69º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A74677 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 70 | 119 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.35 |
| HSL | 329.69º | 0.41% | 0.46% | - |
| HSV(B) | 329.69º | 0.58% | 0.65% | - |
| XYZ | 21.46 | 13.93 | 19.01 | - |
| YUV | 104.59 | 136.14 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 70 | 119 | 0 | 0.58 | 0.29 | 0.35 | 329.69 | 0.41 | 0.46 |
| Hex | A7 | 46 | 77 | 0 | 3A | 1D | 23 | 14A | 29 | 2E |
| Octal | 247 | 106 | 167 | 0 | 72 | 35 | 43 | 512 | 51 | 56 |
| Binary | 10100111 | 1000110 | 1110111 | 0 | 111010 | 11101 | 100011 | 101001010 | 101001 | 101110 |
Color Harmonies of #A74677
Complementary color
Monochromatic Colors of #A74677
Black with #A74677
Text Example
Text Example
White with #A74677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74677; }
p { color: rgb(167,70,119); }
H1.HeaderClassName
{
color: #A74677;
}
.AnyTagClassName
{
color: #A74677;
}
</style>
background-color css
<style>
a { background-color: #A74677; }
a { background-color: rgb(167,70,119); }
div.DivClassName
{
background-color: #A74677;
}
.BgClassName
{
background-color: #A74677;
}
</style>
border-color css
<style>
span { border-color: #A74677; }
span { border-color: rgb(167,70,119); }
td.TdClassName
{
border-color: #A74677;
}
.TagClassName
{
border-color: #A74677;
}
</style>