Shades of Amethyst #A660E5
Tints of Amethyst #A660E5
RGB
CMYK
RGB Variations
Color information
#A660E5 (or 0xA660E5) is known color: Amethyst. HEX triplet: A6, 60 and E5. RGB value is (166,96,229). Sum of RGB (Red+Green+Blue) = 166+96+229=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 229 - color contains mainly: blue. Hex color #A660E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A660E5 is #599F1A. Grayscale: #838383. Windows color (decimal): -5873435 or 15032486. OLE color: 15032486.
HSL color Cylindrical-coordinate representation of color #A660E5: hue angle of 271.58º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A660E5 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 96 | 229 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.10 |
| HSL | 271.58º | 0.72% | 0.64% | - |
| HSV(B) | 271.58º | 0.58% | 0.9% | - |
| XYZ | 34.05 | 22.13 | 76.61 | - |
| YUV | 132.09 | 182.69 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 96 | 229 | 0.28 | 0.58 | 0 | 0.10 | 271.58 | 0.72 | 0.64 |
| Hex | A6 | 60 | E5 | 1C | 3A | 0 | A | 110 | 48 | 40 |
| Octal | 246 | 140 | 345 | 34 | 72 | 0 | 12 | 420 | 110 | 100 |
| Binary | 10100110 | 1100000 | 11100101 | 11100 | 111010 | 0 | 1010 | 100010000 | 1001000 | 1000000 |
Color Harmonies of #A660E5
Complementary color
Monochromatic Colors of #A660E5
Black with #A660E5
Text Example
Text Example
White with #A660E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A660E5; }
p { color: rgb(166,96,229); }
H1.HeaderClassName
{
color: #A660E5;
}
.AnyTagClassName
{
color: #A660E5;
}
</style>
background-color css
<style>
a { background-color: #A660E5; }
a { background-color: rgb(166,96,229); }
div.DivClassName
{
background-color: #A660E5;
}
.BgClassName
{
background-color: #A660E5;
}
</style>
border-color css
<style>
span { border-color: #A660E5; }
span { border-color: rgb(166,96,229); }
td.TdClassName
{
border-color: #A660E5;
}
.TagClassName
{
border-color: #A660E5;
}
</style>