Shades of Amethyst #A866E1
Tints of Amethyst #A866E1
RGB
CMYK
RGB Variations
Color information
#A866E1 (or 0xA866E1) is known color: Amethyst. HEX triplet: A8, 66 and E1. RGB value is (168,102,225). Sum of RGB (Red+Green+Blue) = 168+102+225=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #A866E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A866E1 is #57991E. Grayscale: #878787. Windows color (decimal): -5740831 or 14771880. OLE color: 14771880.
HSL color Cylindrical-coordinate representation of color #A866E1: hue angle of 272.2º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A866E1 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 102 | 225 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.12 |
| HSL | 272.2º | 0.67% | 0.64% | - |
| HSV(B) | 272.2º | 0.55% | 0.88% | - |
| XYZ | 34.49 | 23.26 | 73.91 | - |
| YUV | 135.76 | 178.37 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 225 | 0.25 | 0.55 | 0 | 0.12 | 272.2 | 0.67 | 0.64 |
| Hex | A8 | 66 | E1 | 19 | 37 | 0 | C | 110 | 43 | 40 |
| Octal | 250 | 146 | 341 | 31 | 67 | 0 | 14 | 420 | 103 | 100 |
| Binary | 10101000 | 1100110 | 11100001 | 11001 | 110111 | 0 | 1100 | 100010000 | 1000011 | 1000000 |
Color Harmonies of #A866E1
Complementary color
Monochromatic Colors of #A866E1
Black with #A866E1
Text Example
Text Example
White with #A866E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A866E1; }
p { color: rgb(168,102,225); }
H1.HeaderClassName
{
color: #A866E1;
}
.AnyTagClassName
{
color: #A866E1;
}
</style>
background-color css
<style>
a { background-color: #A866E1; }
a { background-color: rgb(168,102,225); }
div.DivClassName
{
background-color: #A866E1;
}
.BgClassName
{
background-color: #A866E1;
}
</style>
border-color css
<style>
span { border-color: #A866E1; }
span { border-color: rgb(168,102,225); }
td.TdClassName
{
border-color: #A866E1;
}
.TagClassName
{
border-color: #A866E1;
}
</style>