Shades of Amethyst #A26FD7
Tints of Amethyst #A26FD7
RGB
CMYK
RGB Variations
Color information
#A26FD7 (or 0xA26FD7) is known color: Amethyst. HEX triplet: A2, 6F and D7. RGB value is (162,111,215). Sum of RGB (Red+Green+Blue) = 162+111+215=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 215 - color contains mainly: blue. Hex color #A26FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26FD7 is #5D9028. Grayscale: #898989. Windows color (decimal): -6131753 or 14118818. OLE color: 14118818.
HSL color Cylindrical-coordinate representation of color #A26FD7: hue angle of 269.42º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A26FD7 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 111 | 215 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.16 |
| HSL | 269.42º | 0.57% | 0.64% | - |
| HSV(B) | 269.42º | 0.48% | 0.84% | - |
| XYZ | 32.85 | 23.96 | 67.18 | - |
| YUV | 138.11 | 171.4 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 215 | 0.25 | 0.48 | 0 | 0.16 | 269.42 | 0.57 | 0.64 |
| Hex | A2 | 6F | D7 | 19 | 30 | 0 | 10 | 10D | 39 | 40 |
| Octal | 242 | 157 | 327 | 31 | 60 | 0 | 20 | 415 | 71 | 100 |
| Binary | 10100010 | 1101111 | 11010111 | 11001 | 110000 | 0 | 10000 | 100001101 | 111001 | 1000000 |
Color Harmonies of #A26FD7
Complementary color
Monochromatic Colors of #A26FD7
Black with #A26FD7
Text Example
Text Example
White with #A26FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26FD7; }
p { color: rgb(162,111,215); }
H1.HeaderClassName
{
color: #A26FD7;
}
.AnyTagClassName
{
color: #A26FD7;
}
</style>
background-color css
<style>
a { background-color: #A26FD7; }
a { background-color: rgb(162,111,215); }
div.DivClassName
{
background-color: #A26FD7;
}
.BgClassName
{
background-color: #A26FD7;
}
</style>
border-color css
<style>
span { border-color: #A26FD7; }
span { border-color: rgb(162,111,215); }
td.TdClassName
{
border-color: #A26FD7;
}
.TagClassName
{
border-color: #A26FD7;
}
</style>