Shades of Amethyst #A266DE
Tints of Amethyst #A266DE
RGB
CMYK
RGB Variations
Color information
#A266DE (or 0xA266DE) is known color: Amethyst. HEX triplet: A2, 66 and DE. RGB value is (162,102,222). Sum of RGB (Red+Green+Blue) = 162+102+222=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #A266DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A266DE is #5D9921. Grayscale: #858585. Windows color (decimal): -6134050 or 14575266. OLE color: 14575266.
HSL color Cylindrical-coordinate representation of color #A266DE: hue angle of 270º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A266DE is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 102 | 222 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.13 |
| HSL | 270º | 0.65% | 0.64% | - |
| HSV(B) | 270º | 0.54% | 0.87% | - |
| XYZ | 32.84 | 22.46 | 71.71 | - |
| YUV | 133.62 | 177.88 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 102 | 222 | 0.27 | 0.54 | 0 | 0.13 | 270 | 0.65 | 0.64 |
| Hex | A2 | 66 | DE | 1B | 36 | 0 | D | 10E | 41 | 40 |
| Octal | 242 | 146 | 336 | 33 | 66 | 0 | 15 | 416 | 101 | 100 |
| Binary | 10100010 | 1100110 | 11011110 | 11011 | 110110 | 0 | 1101 | 100001110 | 1000001 | 1000000 |
Color Harmonies of #A266DE
Complementary color
Monochromatic Colors of #A266DE
Black with #A266DE
Text Example
Text Example
White with #A266DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A266DE; }
p { color: rgb(162,102,222); }
H1.HeaderClassName
{
color: #A266DE;
}
.AnyTagClassName
{
color: #A266DE;
}
</style>
background-color css
<style>
a { background-color: #A266DE; }
a { background-color: rgb(162,102,222); }
div.DivClassName
{
background-color: #A266DE;
}
.BgClassName
{
background-color: #A266DE;
}
</style>
border-color css
<style>
span { border-color: #A266DE; }
span { border-color: rgb(162,102,222); }
td.TdClassName
{
border-color: #A266DE;
}
.TagClassName
{
border-color: #A266DE;
}
</style>