Shades of Amethyst #A26AD8
Tints of Amethyst #A26AD8
RGB
CMYK
RGB Variations
Color information
#A26AD8 (or 0xA26AD8) is known color: Amethyst. HEX triplet: A2, 6A and D8. RGB value is (162,106,216). Sum of RGB (Red+Green+Blue) = 162+106+216=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 216 (84.77% from 255 or 44.63% from 484); Max value from RGB is 216 - color contains mainly: blue. Hex color #A26AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26AD8 is #5D9527. Grayscale: #868686. Windows color (decimal): -6133032 or 14183074. OLE color: 14183074.
HSL color Cylindrical-coordinate representation of color #A26AD8: hue angle of 270.55º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A26AD8 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 106 | 216 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.15 |
| HSL | 270.55º | 0.59% | 0.63% | - |
| HSV(B) | 270.55º | 0.51% | 0.85% | - |
| XYZ | 32.45 | 22.95 | 67.68 | - |
| YUV | 135.28 | 173.55 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 106 | 216 | 0.25 | 0.51 | 0 | 0.15 | 270.55 | 0.59 | 0.63 |
| Hex | A2 | 6A | D8 | 19 | 33 | 0 | F | 10F | 3B | 3F |
| Octal | 242 | 152 | 330 | 31 | 63 | 0 | 17 | 417 | 73 | 77 |
| Binary | 10100010 | 1101010 | 11011000 | 11001 | 110011 | 0 | 1111 | 100001111 | 111011 | 111111 |
Color Harmonies of #A26AD8
Complementary color
Monochromatic Colors of #A26AD8
Black with #A26AD8
Text Example
Text Example
White with #A26AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26AD8; }
p { color: rgb(162,106,216); }
H1.HeaderClassName
{
color: #A26AD8;
}
.AnyTagClassName
{
color: #A26AD8;
}
</style>
background-color css
<style>
a { background-color: #A26AD8; }
a { background-color: rgb(162,106,216); }
div.DivClassName
{
background-color: #A26AD8;
}
.BgClassName
{
background-color: #A26AD8;
}
</style>
border-color css
<style>
span { border-color: #A26AD8; }
span { border-color: rgb(162,106,216); }
td.TdClassName
{
border-color: #A26AD8;
}
.TagClassName
{
border-color: #A26AD8;
}
</style>