Shades of Amethyst #A061D9
Tints of Amethyst #A061D9
RGB
CMYK
RGB Variations
Color information
#A061D9 (or 0xA061D9) is known color: Amethyst. HEX triplet: A0, 61 and D9. RGB value is (160,97,217). Sum of RGB (Red+Green+Blue) = 160+97+217=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 217 (85.16% from 255 or 45.78% from 474); Max value from RGB is 217 - color contains mainly: blue. Hex color #A061D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A061D9 is #5F9E26. Grayscale: #818181. Windows color (decimal): -6266407 or 14246304. OLE color: 14246304.
HSL color Cylindrical-coordinate representation of color #A061D9: hue angle of 271.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A061D9 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 97 | 217 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.15 |
| HSL | 271.5º | 0.61% | 0.62% | - |
| HSV(B) | 271.5º | 0.55% | 0.85% | - |
| XYZ | 31.3 | 21.03 | 68.06 | - |
| YUV | 129.52 | 177.37 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 217 | 0.26 | 0.55 | 0 | 0.15 | 271.5 | 0.61 | 0.62 |
| Hex | A0 | 61 | D9 | 1A | 37 | 0 | F | 110 | 3D | 3E |
| Octal | 240 | 141 | 331 | 32 | 67 | 0 | 17 | 420 | 75 | 76 |
| Binary | 10100000 | 1100001 | 11011001 | 11010 | 110111 | 0 | 1111 | 100010000 | 111101 | 111110 |
Color Harmonies of #A061D9
Complementary color
Monochromatic Colors of #A061D9
Black with #A061D9
Text Example
Text Example
White with #A061D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A061D9; }
p { color: rgb(160,97,217); }
H1.HeaderClassName
{
color: #A061D9;
}
.AnyTagClassName
{
color: #A061D9;
}
</style>
background-color css
<style>
a { background-color: #A061D9; }
a { background-color: rgb(160,97,217); }
div.DivClassName
{
background-color: #A061D9;
}
.BgClassName
{
background-color: #A061D9;
}
</style>
border-color css
<style>
span { border-color: #A061D9; }
span { border-color: rgb(160,97,217); }
td.TdClassName
{
border-color: #A061D9;
}
.TagClassName
{
border-color: #A061D9;
}
</style>