Shades of Royal Heath #A8477E
Tints of Royal Heath #A8477E
RGB
CMYK
RGB Variations
Color information
#A8477E (or 0xA8477E) is known color: Royal Heath. HEX triplet: A8, 47 and 7E. RGB value is (168,71,126). Sum of RGB (Red+Green+Blue) = 168+71+126=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A8477E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8477E is #57B881. Grayscale: #6A6A6A. Windows color (decimal): -5748866 or 8275880. OLE color: 8275880.
HSL color Cylindrical-coordinate representation of color #A8477E: hue angle of 325.98º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8477E is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 71 | 126 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.34 |
| HSL | 325.98º | 0.41% | 0.47% | - |
| HSV(B) | 325.98º | 0.58% | 0.66% | - |
| XYZ | 22.17 | 14.34 | 21.34 | - |
| YUV | 106.27 | 139.14 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 71 | 126 | 0 | 0.58 | 0.25 | 0.34 | 325.98 | 0.41 | 0.47 |
| Hex | A8 | 47 | 7E | 0 | 3A | 19 | 22 | 146 | 29 | 2F |
| Octal | 250 | 107 | 176 | 0 | 72 | 31 | 42 | 506 | 51 | 57 |
| Binary | 10101000 | 1000111 | 1111110 | 0 | 111010 | 11001 | 100010 | 101000110 | 101001 | 101111 |
Color Harmonies of #A8477E
Complementary color
Monochromatic Colors of #A8477E
Black with #A8477E
Text Example
Text Example
White with #A8477E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8477E; }
p { color: rgb(168,71,126); }
H1.HeaderClassName
{
color: #A8477E;
}
.AnyTagClassName
{
color: #A8477E;
}
</style>
background-color css
<style>
a { background-color: #A8477E; }
a { background-color: rgb(168,71,126); }
div.DivClassName
{
background-color: #A8477E;
}
.BgClassName
{
background-color: #A8477E;
}
</style>
border-color css
<style>
span { border-color: #A8477E; }
span { border-color: rgb(168,71,126); }
td.TdClassName
{
border-color: #A8477E;
}
.TagClassName
{
border-color: #A8477E;
}
</style>