Shades of Amethyst #A866DA
Tints of Amethyst #A866DA
RGB
CMYK
RGB Variations
Color information
#A866DA (or 0xA866DA) is known color: Amethyst. HEX triplet: A8, 66 and DA. RGB value is (168,102,218). Sum of RGB (Red+Green+Blue) = 168+102+218=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #A866DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A866DA is #579925. Grayscale: #868686. Windows color (decimal): -5740838 or 14313128. OLE color: 14313128.
HSL color Cylindrical-coordinate representation of color #A866DA: hue angle of 274.14º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A866DA is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 102 | 218 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.15 |
| HSL | 274.14º | 0.61% | 0.63% | - |
| HSV(B) | 274.14º | 0.53% | 0.85% | - |
| XYZ | 33.55 | 22.89 | 68.98 | - |
| YUV | 134.96 | 174.87 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 218 | 0.23 | 0.53 | 0 | 0.15 | 274.14 | 0.61 | 0.63 |
| Hex | A8 | 66 | DA | 17 | 35 | 0 | F | 112 | 3D | 3F |
| Octal | 250 | 146 | 332 | 27 | 65 | 0 | 17 | 422 | 75 | 77 |
| Binary | 10101000 | 1100110 | 11011010 | 10111 | 110101 | 0 | 1111 | 100010010 | 111101 | 111111 |
Color Harmonies of #A866DA
Complementary color
Monochromatic Colors of #A866DA
Black with #A866DA
Text Example
Text Example
White with #A866DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A866DA; }
p { color: rgb(168,102,218); }
H1.HeaderClassName
{
color: #A866DA;
}
.AnyTagClassName
{
color: #A866DA;
}
</style>
background-color css
<style>
a { background-color: #A866DA; }
a { background-color: rgb(168,102,218); }
div.DivClassName
{
background-color: #A866DA;
}
.BgClassName
{
background-color: #A866DA;
}
</style>
border-color css
<style>
span { border-color: #A866DA; }
span { border-color: rgb(168,102,218); }
td.TdClassName
{
border-color: #A866DA;
}
.TagClassName
{
border-color: #A866DA;
}
</style>