Shades of Royal Heath #A1477E
Tints of Royal Heath #A1477E
RGB
CMYK
RGB Variations
Color information
#A1477E (or 0xA1477E) is known color: Royal Heath. HEX triplet: A1, 47 and 7E. RGB value is (161,71,126). Sum of RGB (Red+Green+Blue) = 161+71+126=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A1477E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1477E is #5EB881. Grayscale: #686868. Windows color (decimal): -6207618 or 8275873. OLE color: 8275873.
HSL color Cylindrical-coordinate representation of color #A1477E: hue angle of 323.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1477E is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 71 | 126 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.37 |
| HSL | 323.33º | 0.39% | 0.45% | - |
| HSV(B) | 323.33º | 0.56% | 0.63% | - |
| XYZ | 20.72 | 13.59 | 21.27 | - |
| YUV | 104.18 | 140.32 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 71 | 126 | 0 | 0.56 | 0.22 | 0.37 | 323.33 | 0.39 | 0.45 |
| Hex | A1 | 47 | 7E | 0 | 38 | 16 | 25 | 143 | 27 | 2D |
| Octal | 241 | 107 | 176 | 0 | 70 | 26 | 45 | 503 | 47 | 55 |
| Binary | 10100001 | 1000111 | 1111110 | 0 | 111000 | 10110 | 100101 | 101000011 | 100111 | 101101 |
Color Harmonies of #A1477E
Complementary color
Monochromatic Colors of #A1477E
Black with #A1477E
Text Example
Text Example
White with #A1477E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1477E; }
p { color: rgb(161,71,126); }
H1.HeaderClassName
{
color: #A1477E;
}
.AnyTagClassName
{
color: #A1477E;
}
</style>
background-color css
<style>
a { background-color: #A1477E; }
a { background-color: rgb(161,71,126); }
div.DivClassName
{
background-color: #A1477E;
}
.BgClassName
{
background-color: #A1477E;
}
</style>
border-color css
<style>
span { border-color: #A1477E; }
span { border-color: rgb(161,71,126); }
td.TdClassName
{
border-color: #A1477E;
}
.TagClassName
{
border-color: #A1477E;
}
</style>