Shades of Amethyst #A658D8
Tints of Amethyst #A658D8
RGB
CMYK
RGB Variations
Color information
#A658D8 (or 0xA658D8) is known color: Amethyst. HEX triplet: A6, 58 and D8. RGB value is (166,88,216). Sum of RGB (Red+Green+Blue) = 166+88+216=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 216 - color contains mainly: blue. Hex color #A658D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A658D8 is #59A727. Grayscale: #7D7D7D. Windows color (decimal): -5875496 or 14178470. OLE color: 14178470.
HSL color Cylindrical-coordinate representation of color #A658D8: hue angle of 276.56º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A658D8 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 88 | 216 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.15 |
| HSL | 276.56º | 0.62% | 0.6% | - |
| HSV(B) | 276.56º | 0.59% | 0.85% | - |
| XYZ | 31.61 | 20.04 | 67.17 | - |
| YUV | 125.91 | 178.84 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 216 | 0.23 | 0.59 | 0 | 0.15 | 276.56 | 0.62 | 0.6 |
| Hex | A6 | 58 | D8 | 17 | 3B | 0 | F | 115 | 3E | 3C |
| Octal | 246 | 130 | 330 | 27 | 73 | 0 | 17 | 425 | 76 | 74 |
| Binary | 10100110 | 1011000 | 11011000 | 10111 | 111011 | 0 | 1111 | 100010101 | 111110 | 111100 |
Color Harmonies of #A658D8
Complementary color
Monochromatic Colors of #A658D8
Black with #A658D8
Text Example
Text Example
White with #A658D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A658D8; }
p { color: rgb(166,88,216); }
H1.HeaderClassName
{
color: #A658D8;
}
.AnyTagClassName
{
color: #A658D8;
}
</style>
background-color css
<style>
a { background-color: #A658D8; }
a { background-color: rgb(166,88,216); }
div.DivClassName
{
background-color: #A658D8;
}
.BgClassName
{
background-color: #A658D8;
}
</style>
border-color css
<style>
span { border-color: #A658D8; }
span { border-color: rgb(166,88,216); }
td.TdClassName
{
border-color: #A658D8;
}
.TagClassName
{
border-color: #A658D8;
}
</style>