Shades of Amethyst #A655EC
Tints of Amethyst #A655EC
RGB
CMYK
RGB Variations
Color information
#A655EC (or 0xA655EC) is known color: Amethyst. HEX triplet: A6, 55 and EC. RGB value is (166,85,236). Sum of RGB (Red+Green+Blue) = 166+85+236=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #A655EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A655EC is #59AA13. Grayscale: #7D7D7D. Windows color (decimal): -5876244 or 15488422. OLE color: 15488422.
HSL color Cylindrical-coordinate representation of color #A655EC: hue angle of 272.19º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A655EC is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 85 | 236 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.07 |
| HSL | 272.19º | 0.8% | 0.63% | - |
| HSV(B) | 272.19º | 0.64% | 0.93% | - |
| XYZ | 34.11 | 20.66 | 81.55 | - |
| YUV | 126.43 | 189.84 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 85 | 236 | 0.30 | 0.64 | 0 | 0.07 | 272.19 | 0.8 | 0.63 |
| Hex | A6 | 55 | EC | 1E | 40 | 0 | 7 | 110 | 50 | 3F |
| Octal | 246 | 125 | 354 | 36 | 100 | 0 | 7 | 420 | 120 | 77 |
| Binary | 10100110 | 1010101 | 11101100 | 11110 | 1000000 | 0 | 111 | 100010000 | 1010000 | 111111 |
Color Harmonies of #A655EC
Complementary color
Monochromatic Colors of #A655EC
Black with #A655EC
Text Example
Text Example
White with #A655EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A655EC; }
p { color: rgb(166,85,236); }
H1.HeaderClassName
{
color: #A655EC;
}
.AnyTagClassName
{
color: #A655EC;
}
</style>
background-color css
<style>
a { background-color: #A655EC; }
a { background-color: rgb(166,85,236); }
div.DivClassName
{
background-color: #A655EC;
}
.BgClassName
{
background-color: #A655EC;
}
</style>
border-color css
<style>
span { border-color: #A655EC; }
span { border-color: rgb(166,85,236); }
td.TdClassName
{
border-color: #A655EC;
}
.TagClassName
{
border-color: #A655EC;
}
</style>