Shades of Amethyst #A658E8
Tints of Amethyst #A658E8
RGB
CMYK
RGB Variations
Color information
#A658E8 (or 0xA658E8) is known color: Amethyst. HEX triplet: A6, 58 and E8. RGB value is (166,88,232). Sum of RGB (Red+Green+Blue) = 166+88+232=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 232 (91.02% from 255 or 47.74% from 486); Max value from RGB is 232 - color contains mainly: blue. Hex color #A658E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A658E8 is #59A717. Grayscale: #7F7F7F. Windows color (decimal): -5875480 or 15227046. OLE color: 15227046.
HSL color Cylindrical-coordinate representation of color #A658E8: hue angle of 272.5º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A658E8 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 88 | 232 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.09 |
| HSL | 272.5º | 0.76% | 0.63% | - |
| HSV(B) | 272.5º | 0.62% | 0.91% | - |
| XYZ | 33.78 | 20.91 | 78.6 | - |
| YUV | 127.74 | 186.84 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 232 | 0.28 | 0.62 | 0 | 0.09 | 272.5 | 0.76 | 0.63 |
| Hex | A6 | 58 | E8 | 1C | 3E | 0 | 9 | 110 | 4C | 3F |
| Octal | 246 | 130 | 350 | 34 | 76 | 0 | 11 | 420 | 114 | 77 |
| Binary | 10100110 | 1011000 | 11101000 | 11100 | 111110 | 0 | 1001 | 100010000 | 1001100 | 111111 |
Color Harmonies of #A658E8
Complementary color
Monochromatic Colors of #A658E8
Black with #A658E8
Text Example
Text Example
White with #A658E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A658E8; }
p { color: rgb(166,88,232); }
H1.HeaderClassName
{
color: #A658E8;
}
.AnyTagClassName
{
color: #A658E8;
}
</style>
background-color css
<style>
a { background-color: #A658E8; }
a { background-color: rgb(166,88,232); }
div.DivClassName
{
background-color: #A658E8;
}
.BgClassName
{
background-color: #A658E8;
}
</style>
border-color css
<style>
span { border-color: #A658E8; }
span { border-color: rgb(166,88,232); }
td.TdClassName
{
border-color: #A658E8;
}
.TagClassName
{
border-color: #A658E8;
}
</style>