Shades of Amethyst #A061C5
Tints of Amethyst #A061C5
RGB
CMYK
RGB Variations
Color information
#A061C5 (or 0xA061C5) is known color: Amethyst. HEX triplet: A0, 61 and C5. RGB value is (160,97,197). Sum of RGB (Red+Green+Blue) = 160+97+197=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 197 - color contains mainly: blue. Hex color #A061C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A061C5 is #5F9E3A. Grayscale: #7E7E7E. Windows color (decimal): -6266427 or 12935584. OLE color: 12935584.
HSL color Cylindrical-coordinate representation of color #A061C5: hue angle of 277.8º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A061C5 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 97 | 197 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.23 |
| HSL | 277.8º | 0.46% | 0.58% | - |
| HSV(B) | 277.8º | 0.51% | 0.77% | - |
| XYZ | 28.85 | 20.05 | 55.17 | - |
| YUV | 127.24 | 167.37 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 197 | 0.19 | 0.51 | 0 | 0.23 | 277.8 | 0.46 | 0.58 |
| Hex | A0 | 61 | C5 | 13 | 33 | 0 | 17 | 116 | 2E | 3A |
| Octal | 240 | 141 | 305 | 23 | 63 | 0 | 27 | 426 | 56 | 72 |
| Binary | 10100000 | 1100001 | 11000101 | 10011 | 110011 | 0 | 10111 | 100010110 | 101110 | 111010 |
Color Harmonies of #A061C5
Complementary color
Monochromatic Colors of #A061C5
Black with #A061C5
Text Example
Text Example
White with #A061C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A061C5; }
p { color: rgb(160,97,197); }
H1.HeaderClassName
{
color: #A061C5;
}
.AnyTagClassName
{
color: #A061C5;
}
</style>
background-color css
<style>
a { background-color: #A061C5; }
a { background-color: rgb(160,97,197); }
div.DivClassName
{
background-color: #A061C5;
}
.BgClassName
{
background-color: #A061C5;
}
</style>
border-color css
<style>
span { border-color: #A061C5; }
span { border-color: rgb(160,97,197); }
td.TdClassName
{
border-color: #A061C5;
}
.TagClassName
{
border-color: #A061C5;
}
</style>