Shades of Amethyst #A658EF
Tints of Amethyst #A658EF
RGB
CMYK
RGB Variations
Color information
#A658EF (or 0xA658EF) is known color: Amethyst. HEX triplet: A6, 58 and EF. RGB value is (166,88,239). Sum of RGB (Red+Green+Blue) = 166+88+239=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 88 (34.77% from 255 or 17.85% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #A658EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A658EF is #59A710. Grayscale: #808080. Windows color (decimal): -5875473 or 15685798. OLE color: 15685798.
HSL color Cylindrical-coordinate representation of color #A658EF: hue angle of 270.99º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A658EF is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 88 | 239 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.06 |
| HSL | 270.99º | 0.83% | 0.64% | - |
| HSV(B) | 270.99º | 0.63% | 0.94% | - |
| XYZ | 34.8 | 21.32 | 83.94 | - |
| YUV | 128.54 | 190.34 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 239 | 0.31 | 0.63 | 0 | 0.06 | 270.99 | 0.83 | 0.64 |
| Hex | A6 | 58 | EF | 1F | 3F | 0 | 6 | 10F | 53 | 40 |
| Octal | 246 | 130 | 357 | 37 | 77 | 0 | 6 | 417 | 123 | 100 |
| Binary | 10100110 | 1011000 | 11101111 | 11111 | 111111 | 0 | 110 | 100001111 | 1010011 | 1000000 |
Color Harmonies of #A658EF
Complementary color
Monochromatic Colors of #A658EF
Black with #A658EF
Text Example
Text Example
White with #A658EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A658EF; }
p { color: rgb(166,88,239); }
H1.HeaderClassName
{
color: #A658EF;
}
.AnyTagClassName
{
color: #A658EF;
}
</style>
background-color css
<style>
a { background-color: #A658EF; }
a { background-color: rgb(166,88,239); }
div.DivClassName
{
background-color: #A658EF;
}
.BgClassName
{
background-color: #A658EF;
}
</style>
border-color css
<style>
span { border-color: #A658EF; }
span { border-color: rgb(166,88,239); }
td.TdClassName
{
border-color: #A658EF;
}
.TagClassName
{
border-color: #A658EF;
}
</style>