Shades of Amethyst #A658D3
Tints of Amethyst #A658D3
RGB
CMYK
RGB Variations
Color information
#A658D3 (or 0xA658D3) is known color: Amethyst. HEX triplet: A6, 58 and D3. RGB value is (166,88,211). Sum of RGB (Red+Green+Blue) = 166+88+211=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 211 - color contains mainly: blue. Hex color #A658D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A658D3 is #59A72C. Grayscale: #7C7C7C. Windows color (decimal): -5875501 or 13850790. OLE color: 13850790.
HSL color Cylindrical-coordinate representation of color #A658D3: hue angle of 278.05º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A658D3 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 88 | 211 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.17 |
| HSL | 278.05º | 0.58% | 0.59% | - |
| HSV(B) | 278.05º | 0.58% | 0.83% | - |
| XYZ | 30.97 | 19.79 | 63.82 | - |
| YUV | 125.34 | 176.34 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 211 | 0.21 | 0.58 | 0 | 0.17 | 278.05 | 0.58 | 0.59 |
| Hex | A6 | 58 | D3 | 15 | 3A | 0 | 11 | 116 | 3A | 3B |
| Octal | 246 | 130 | 323 | 25 | 72 | 0 | 21 | 426 | 72 | 73 |
| Binary | 10100110 | 1011000 | 11010011 | 10101 | 111010 | 0 | 10001 | 100010110 | 111010 | 111011 |
Color Harmonies of #A658D3
Complementary color
Monochromatic Colors of #A658D3
Black with #A658D3
Text Example
Text Example
White with #A658D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A658D3; }
p { color: rgb(166,88,211); }
H1.HeaderClassName
{
color: #A658D3;
}
.AnyTagClassName
{
color: #A658D3;
}
</style>
background-color css
<style>
a { background-color: #A658D3; }
a { background-color: rgb(166,88,211); }
div.DivClassName
{
background-color: #A658D3;
}
.BgClassName
{
background-color: #A658D3;
}
</style>
border-color css
<style>
span { border-color: #A658D3; }
span { border-color: rgb(166,88,211); }
td.TdClassName
{
border-color: #A658D3;
}
.TagClassName
{
border-color: #A658D3;
}
</style>