Shades of Amethyst #A26DC7
Tints of Amethyst #A26DC7
RGB
CMYK
RGB Variations
Color information
#A26DC7 (or 0xA26DC7) is known color: Amethyst. HEX triplet: A2, 6D and C7. RGB value is (162,109,199). Sum of RGB (Red+Green+Blue) = 162+109+199=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 199 - color contains mainly: blue. Hex color #A26DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26DC7 is #5D9238. Grayscale: #868686. Windows color (decimal): -6132281 or 13069730. OLE color: 13069730.
HSL color Cylindrical-coordinate representation of color #A26DC7: hue angle of 275.33º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A26DC7 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 109 | 199 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.22 |
| HSL | 275.33º | 0.45% | 0.6% | - |
| HSV(B) | 275.33º | 0.45% | 0.78% | - |
| XYZ | 30.68 | 22.74 | 56.81 | - |
| YUV | 135.11 | 164.06 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 199 | 0.19 | 0.45 | 0 | 0.22 | 275.33 | 0.45 | 0.6 |
| Hex | A2 | 6D | C7 | 13 | 2D | 0 | 16 | 113 | 2D | 3C |
| Octal | 242 | 155 | 307 | 23 | 55 | 0 | 26 | 423 | 55 | 74 |
| Binary | 10100010 | 1101101 | 11000111 | 10011 | 101101 | 0 | 10110 | 100010011 | 101101 | 111100 |
Color Harmonies of #A26DC7
Complementary color
Monochromatic Colors of #A26DC7
Black with #A26DC7
Text Example
Text Example
White with #A26DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26DC7; }
p { color: rgb(162,109,199); }
H1.HeaderClassName
{
color: #A26DC7;
}
.AnyTagClassName
{
color: #A26DC7;
}
</style>
background-color css
<style>
a { background-color: #A26DC7; }
a { background-color: rgb(162,109,199); }
div.DivClassName
{
background-color: #A26DC7;
}
.BgClassName
{
background-color: #A26DC7;
}
</style>
border-color css
<style>
span { border-color: #A26DC7; }
span { border-color: rgb(162,109,199); }
td.TdClassName
{
border-color: #A26DC7;
}
.TagClassName
{
border-color: #A26DC7;
}
</style>