Shades of Amethyst #A266DC
Tints of Amethyst #A266DC
RGB
CMYK
RGB Variations
Color information
#A266DC (or 0xA266DC) is known color: Amethyst. HEX triplet: A2, 66 and DC. RGB value is (162,102,220). Sum of RGB (Red+Green+Blue) = 162+102+220=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #A266DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A266DC is #5D9923. Grayscale: #848484. Windows color (decimal): -6134052 or 14444194. OLE color: 14444194.
HSL color Cylindrical-coordinate representation of color #A266DC: hue angle of 270.51º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A266DC is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 102 | 220 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.14 |
| HSL | 270.51º | 0.63% | 0.63% | - |
| HSV(B) | 270.51º | 0.54% | 0.86% | - |
| XYZ | 32.57 | 22.35 | 70.31 | - |
| YUV | 133.39 | 176.88 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 102 | 220 | 0.26 | 0.54 | 0 | 0.14 | 270.51 | 0.63 | 0.63 |
| Hex | A2 | 66 | DC | 1A | 36 | 0 | E | 10F | 3F | 3F |
| Octal | 242 | 146 | 334 | 32 | 66 | 0 | 16 | 417 | 77 | 77 |
| Binary | 10100010 | 1100110 | 11011100 | 11010 | 110110 | 0 | 1110 | 100001111 | 111111 | 111111 |
Color Harmonies of #A266DC
Complementary color
Monochromatic Colors of #A266DC
Black with #A266DC
Text Example
Text Example
White with #A266DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A266DC; }
p { color: rgb(162,102,220); }
H1.HeaderClassName
{
color: #A266DC;
}
.AnyTagClassName
{
color: #A266DC;
}
</style>
background-color css
<style>
a { background-color: #A266DC; }
a { background-color: rgb(162,102,220); }
div.DivClassName
{
background-color: #A266DC;
}
.BgClassName
{
background-color: #A266DC;
}
</style>
border-color css
<style>
span { border-color: #A266DC; }
span { border-color: rgb(162,102,220); }
td.TdClassName
{
border-color: #A266DC;
}
.TagClassName
{
border-color: #A266DC;
}
</style>