Shades of Amethyst #A863D9
Tints of Amethyst #A863D9
RGB
CMYK
RGB Variations
Color information
#A863D9 (or 0xA863D9) is known color: Amethyst. HEX triplet: A8, 63 and D9. RGB value is (168,99,217). Sum of RGB (Red+Green+Blue) = 168+99+217=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 217 - color contains mainly: blue. Hex color #A863D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863D9 is #579C26. Grayscale: #848484. Windows color (decimal): -5741607 or 14246824. OLE color: 14246824.
HSL color Cylindrical-coordinate representation of color #A863D9: hue angle of 275.08º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A863D9 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 99 | 217 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.15 |
| HSL | 275.08º | 0.61% | 0.62% | - |
| HSV(B) | 275.08º | 0.54% | 0.85% | - |
| XYZ | 33.13 | 22.26 | 68.2 | - |
| YUV | 133.08 | 175.36 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 217 | 0.23 | 0.54 | 0 | 0.15 | 275.08 | 0.61 | 0.62 |
| Hex | A8 | 63 | D9 | 17 | 36 | 0 | F | 113 | 3D | 3E |
| Octal | 250 | 143 | 331 | 27 | 66 | 0 | 17 | 423 | 75 | 76 |
| Binary | 10101000 | 1100011 | 11011001 | 10111 | 110110 | 0 | 1111 | 100010011 | 111101 | 111110 |
Color Harmonies of #A863D9
Complementary color
Monochromatic Colors of #A863D9
Black with #A863D9
Text Example
Text Example
White with #A863D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A863D9; }
p { color: rgb(168,99,217); }
H1.HeaderClassName
{
color: #A863D9;
}
.AnyTagClassName
{
color: #A863D9;
}
</style>
background-color css
<style>
a { background-color: #A863D9; }
a { background-color: rgb(168,99,217); }
div.DivClassName
{
background-color: #A863D9;
}
.BgClassName
{
background-color: #A863D9;
}
</style>
border-color css
<style>
span { border-color: #A863D9; }
span { border-color: rgb(168,99,217); }
td.TdClassName
{
border-color: #A863D9;
}
.TagClassName
{
border-color: #A863D9;
}
</style>