Shades of Amethyst #A866D8
Tints of Amethyst #A866D8
RGB
CMYK
RGB Variations
Color information
#A866D8 (or 0xA866D8) is known color: Amethyst. HEX triplet: A8, 66 and D8. RGB value is (168,102,216). Sum of RGB (Red+Green+Blue) = 168+102+216=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 216 - color contains mainly: blue. Hex color #A866D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A866D8 is #579927. Grayscale: #868686. Windows color (decimal): -5740840 or 14182056. OLE color: 14182056.
HSL color Cylindrical-coordinate representation of color #A866D8: hue angle of 274.74º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A866D8 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 102 | 216 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.15 |
| HSL | 274.74º | 0.59% | 0.62% | - |
| HSV(B) | 274.74º | 0.53% | 0.85% | - |
| XYZ | 33.29 | 22.79 | 67.61 | - |
| YUV | 134.73 | 173.87 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 216 | 0.22 | 0.53 | 0 | 0.15 | 274.74 | 0.59 | 0.62 |
| Hex | A8 | 66 | D8 | 16 | 35 | 0 | F | 113 | 3B | 3E |
| Octal | 250 | 146 | 330 | 26 | 65 | 0 | 17 | 423 | 73 | 76 |
| Binary | 10101000 | 1100110 | 11011000 | 10110 | 110101 | 0 | 1111 | 100010011 | 111011 | 111110 |
Color Harmonies of #A866D8
Complementary color
Monochromatic Colors of #A866D8
Black with #A866D8
Text Example
Text Example
White with #A866D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A866D8; }
p { color: rgb(168,102,216); }
H1.HeaderClassName
{
color: #A866D8;
}
.AnyTagClassName
{
color: #A866D8;
}
</style>
background-color css
<style>
a { background-color: #A866D8; }
a { background-color: rgb(168,102,216); }
div.DivClassName
{
background-color: #A866D8;
}
.BgClassName
{
background-color: #A866D8;
}
</style>
border-color css
<style>
span { border-color: #A866D8; }
span { border-color: rgb(168,102,216); }
td.TdClassName
{
border-color: #A866D8;
}
.TagClassName
{
border-color: #A866D8;
}
</style>