Shades of Amethyst #A866E5
Tints of Amethyst #A866E5
RGB
CMYK
RGB Variations
Color information
#A866E5 (or 0xA866E5) is known color: Amethyst. HEX triplet: A8, 66 and E5. RGB value is (168,102,229). Sum of RGB (Red+Green+Blue) = 168+102+229=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #A866E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A866E5 is #57991A. Grayscale: #878787. Windows color (decimal): -5740827 or 15034024. OLE color: 15034024.
HSL color Cylindrical-coordinate representation of color #A866E5: hue angle of 271.18º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A866E5 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 102 | 229 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.10 |
| HSL | 271.18º | 0.71% | 0.65% | - |
| HSV(B) | 271.18º | 0.55% | 0.9% | - |
| XYZ | 35.04 | 23.48 | 76.81 | - |
| YUV | 136.21 | 180.37 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 229 | 0.27 | 0.55 | 0 | 0.10 | 271.18 | 0.71 | 0.65 |
| Hex | A8 | 66 | E5 | 1B | 37 | 0 | A | 10F | 47 | 41 |
| Octal | 250 | 146 | 345 | 33 | 67 | 0 | 12 | 417 | 107 | 101 |
| Binary | 10101000 | 1100110 | 11100101 | 11011 | 110111 | 0 | 1010 | 100001111 | 1000111 | 1000001 |
Color Harmonies of #A866E5
Complementary color
Monochromatic Colors of #A866E5
Black with #A866E5
Text Example
Text Example
White with #A866E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A866E5; }
p { color: rgb(168,102,229); }
H1.HeaderClassName
{
color: #A866E5;
}
.AnyTagClassName
{
color: #A866E5;
}
</style>
background-color css
<style>
a { background-color: #A866E5; }
a { background-color: rgb(168,102,229); }
div.DivClassName
{
background-color: #A866E5;
}
.BgClassName
{
background-color: #A866E5;
}
</style>
border-color css
<style>
span { border-color: #A866E5; }
span { border-color: rgb(168,102,229); }
td.TdClassName
{
border-color: #A866E5;
}
.TagClassName
{
border-color: #A866E5;
}
</style>