Shades of Amethyst #A26DDC
Tints of Amethyst #A26DDC
RGB
CMYK
RGB Variations
Color information
#A26DDC (or 0xA26DDC) is known color: Amethyst. HEX triplet: A2, 6D and DC. RGB value is (162,109,220). Sum of RGB (Red+Green+Blue) = 162+109+220=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #A26DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26DDC is #5D9223. Grayscale: #898989. Windows color (decimal): -6132260 or 14445986. OLE color: 14445986.
HSL color Cylindrical-coordinate representation of color #A26DDC: hue angle of 268.65º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A26DDC is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 109 | 220 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.14 |
| HSL | 268.65º | 0.61% | 0.65% | - |
| HSV(B) | 268.65º | 0.5% | 0.86% | - |
| XYZ | 33.29 | 23.79 | 70.55 | - |
| YUV | 137.5 | 174.56 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 220 | 0.26 | 0.50 | 0 | 0.14 | 268.65 | 0.61 | 0.65 |
| Hex | A2 | 6D | DC | 1A | 32 | 0 | E | 10D | 3D | 41 |
| Octal | 242 | 155 | 334 | 32 | 62 | 0 | 16 | 415 | 75 | 101 |
| Binary | 10100010 | 1101101 | 11011100 | 11010 | 110010 | 0 | 1110 | 100001101 | 111101 | 1000001 |
Color Harmonies of #A26DDC
Complementary color
Monochromatic Colors of #A26DDC
Black with #A26DDC
Text Example
Text Example
White with #A26DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26DDC; }
p { color: rgb(162,109,220); }
H1.HeaderClassName
{
color: #A26DDC;
}
.AnyTagClassName
{
color: #A26DDC;
}
</style>
background-color css
<style>
a { background-color: #A26DDC; }
a { background-color: rgb(162,109,220); }
div.DivClassName
{
background-color: #A26DDC;
}
.BgClassName
{
background-color: #A26DDC;
}
</style>
border-color css
<style>
span { border-color: #A26DDC; }
span { border-color: rgb(162,109,220); }
td.TdClassName
{
border-color: #A26DDC;
}
.TagClassName
{
border-color: #A26DDC;
}
</style>