Shades of Amethyst #A26DD7
Tints of Amethyst #A26DD7
RGB
CMYK
RGB Variations
Color information
#A26DD7 (or 0xA26DD7) is known color: Amethyst. HEX triplet: A2, 6D and D7. RGB value is (162,109,215). Sum of RGB (Red+Green+Blue) = 162+109+215=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #A26DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26DD7 is #5D9228. Grayscale: #888888. Windows color (decimal): -6132265 or 14118306. OLE color: 14118306.
HSL color Cylindrical-coordinate representation of color #A26DD7: hue angle of 270º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A26DD7 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 109 | 215 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.16 |
| HSL | 270º | 0.57% | 0.64% | - |
| HSV(B) | 270º | 0.49% | 0.84% | - |
| XYZ | 32.63 | 23.52 | 67.11 | - |
| YUV | 136.93 | 172.06 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 215 | 0.25 | 0.49 | 0 | 0.16 | 270 | 0.57 | 0.64 |
| Hex | A2 | 6D | D7 | 19 | 31 | 0 | 10 | 10E | 39 | 40 |
| Octal | 242 | 155 | 327 | 31 | 61 | 0 | 20 | 416 | 71 | 100 |
| Binary | 10100010 | 1101101 | 11010111 | 11001 | 110001 | 0 | 10000 | 100001110 | 111001 | 1000000 |
Color Harmonies of #A26DD7
Complementary color
Monochromatic Colors of #A26DD7
Black with #A26DD7
Text Example
Text Example
White with #A26DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26DD7; }
p { color: rgb(162,109,215); }
H1.HeaderClassName
{
color: #A26DD7;
}
.AnyTagClassName
{
color: #A26DD7;
}
</style>
background-color css
<style>
a { background-color: #A26DD7; }
a { background-color: rgb(162,109,215); }
div.DivClassName
{
background-color: #A26DD7;
}
.BgClassName
{
background-color: #A26DD7;
}
</style>
border-color css
<style>
span { border-color: #A26DD7; }
span { border-color: rgb(162,109,215); }
td.TdClassName
{
border-color: #A26DD7;
}
.TagClassName
{
border-color: #A26DD7;
}
</style>