Shades of Amethyst #A866D7
Tints of Amethyst #A866D7
RGB
CMYK
RGB Variations
Color information
#A866D7 (or 0xA866D7) is known color: Amethyst. HEX triplet: A8, 66 and D7. RGB value is (168,102,215). Sum of RGB (Red+Green+Blue) = 168+102+215=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #A866D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A866D7 is #579928. Grayscale: #868686. Windows color (decimal): -5740841 or 14116520. OLE color: 14116520.
HSL color Cylindrical-coordinate representation of color #A866D7: hue angle of 275.04º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A866D7 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 102 | 215 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.16 |
| HSL | 275.04º | 0.59% | 0.62% | - |
| HSV(B) | 275.04º | 0.53% | 0.84% | - |
| XYZ | 33.17 | 22.73 | 66.93 | - |
| YUV | 134.62 | 173.37 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 215 | 0.22 | 0.53 | 0 | 0.16 | 275.04 | 0.59 | 0.62 |
| Hex | A8 | 66 | D7 | 16 | 35 | 0 | 10 | 113 | 3B | 3E |
| Octal | 250 | 146 | 327 | 26 | 65 | 0 | 20 | 423 | 73 | 76 |
| Binary | 10101000 | 1100110 | 11010111 | 10110 | 110101 | 0 | 10000 | 100010011 | 111011 | 111110 |
Color Harmonies of #A866D7
Complementary color
Monochromatic Colors of #A866D7
Black with #A866D7
Text Example
Text Example
White with #A866D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A866D7; }
p { color: rgb(168,102,215); }
H1.HeaderClassName
{
color: #A866D7;
}
.AnyTagClassName
{
color: #A866D7;
}
</style>
background-color css
<style>
a { background-color: #A866D7; }
a { background-color: rgb(168,102,215); }
div.DivClassName
{
background-color: #A866D7;
}
.BgClassName
{
background-color: #A866D7;
}
</style>
border-color css
<style>
span { border-color: #A866D7; }
span { border-color: rgb(168,102,215); }
td.TdClassName
{
border-color: #A866D7;
}
.TagClassName
{
border-color: #A866D7;
}
</style>