Shades of Amethyst #A26AD5
Tints of Amethyst #A26AD5
RGB
CMYK
RGB Variations
Color information
#A26AD5 (or 0xA26AD5) is known color: Amethyst. HEX triplet: A2, 6A and D5. RGB value is (162,106,213). Sum of RGB (Red+Green+Blue) = 162+106+213=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #A26AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26AD5 is #5D952A. Grayscale: #868686. Windows color (decimal): -6133035 or 13986466. OLE color: 13986466.
HSL color Cylindrical-coordinate representation of color #A26AD5: hue angle of 271.4º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A26AD5 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 106 | 213 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.16 |
| HSL | 271.4º | 0.56% | 0.63% | - |
| HSV(B) | 271.4º | 0.5% | 0.84% | - |
| XYZ | 32.06 | 22.79 | 65.66 | - |
| YUV | 134.94 | 172.05 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 106 | 213 | 0.24 | 0.50 | 0 | 0.16 | 271.4 | 0.56 | 0.63 |
| Hex | A2 | 6A | D5 | 18 | 32 | 0 | 10 | 10F | 38 | 3F |
| Octal | 242 | 152 | 325 | 30 | 62 | 0 | 20 | 417 | 70 | 77 |
| Binary | 10100010 | 1101010 | 11010101 | 11000 | 110010 | 0 | 10000 | 100001111 | 111000 | 111111 |
Color Harmonies of #A26AD5
Complementary color
Monochromatic Colors of #A26AD5
Black with #A26AD5
Text Example
Text Example
White with #A26AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26AD5; }
p { color: rgb(162,106,213); }
H1.HeaderClassName
{
color: #A26AD5;
}
.AnyTagClassName
{
color: #A26AD5;
}
</style>
background-color css
<style>
a { background-color: #A26AD5; }
a { background-color: rgb(162,106,213); }
div.DivClassName
{
background-color: #A26AD5;
}
.BgClassName
{
background-color: #A26AD5;
}
</style>
border-color css
<style>
span { border-color: #A26AD5; }
span { border-color: rgb(162,106,213); }
td.TdClassName
{
border-color: #A26AD5;
}
.TagClassName
{
border-color: #A26AD5;
}
</style>