Shades of Amethyst #A864D9
Tints of Amethyst #A864D9
RGB
CMYK
RGB Variations
Color information
#A864D9 (or 0xA864D9) is known color: Amethyst. HEX triplet: A8, 64 and D9. RGB value is (168,100,217). Sum of RGB (Red+Green+Blue) = 168+100+217=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #A864D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A864D9 is #579B26. Grayscale: #858585. Windows color (decimal): -5741351 or 14247080. OLE color: 14247080.
HSL color Cylindrical-coordinate representation of color #A864D9: hue angle of 274.87º 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 #A864D9 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 100 | 217 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.15 |
| HSL | 274.87º | 0.61% | 0.62% | - |
| HSV(B) | 274.87º | 0.54% | 0.85% | - |
| XYZ | 33.23 | 22.45 | 68.23 | - |
| YUV | 133.67 | 175.03 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 217 | 0.23 | 0.54 | 0 | 0.15 | 274.87 | 0.61 | 0.62 |
| Hex | A8 | 64 | D9 | 17 | 36 | 0 | F | 113 | 3D | 3E |
| Octal | 250 | 144 | 331 | 27 | 66 | 0 | 17 | 423 | 75 | 76 |
| Binary | 10101000 | 1100100 | 11011001 | 10111 | 110110 | 0 | 1111 | 100010011 | 111101 | 111110 |
Color Harmonies of #A864D9
Complementary color
Monochromatic Colors of #A864D9
Black with #A864D9
Text Example
Text Example
White with #A864D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A864D9; }
p { color: rgb(168,100,217); }
H1.HeaderClassName
{
color: #A864D9;
}
.AnyTagClassName
{
color: #A864D9;
}
</style>
background-color css
<style>
a { background-color: #A864D9; }
a { background-color: rgb(168,100,217); }
div.DivClassName
{
background-color: #A864D9;
}
.BgClassName
{
background-color: #A864D9;
}
</style>
border-color css
<style>
span { border-color: #A864D9; }
span { border-color: rgb(168,100,217); }
td.TdClassName
{
border-color: #A864D9;
}
.TagClassName
{
border-color: #A864D9;
}
</style>