Shades of Amethyst #A26CDC
Tints of Amethyst #A26CDC
RGB
CMYK
RGB Variations
Color information
#A26CDC (or 0xA26CDC) is known color: Amethyst. HEX triplet: A2, 6C and DC. RGB value is (162,108,220). Sum of RGB (Red+Green+Blue) = 162+108+220=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #A26CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26CDC is #5D9323. Grayscale: #888888. Windows color (decimal): -6132516 or 14445730. OLE color: 14445730.
HSL color Cylindrical-coordinate representation of color #A26CDC: hue angle of 268.93º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A26CDC is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 108 | 220 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.14 |
| HSL | 268.93º | 0.62% | 0.64% | - |
| HSV(B) | 268.93º | 0.51% | 0.86% | - |
| XYZ | 33.18 | 23.57 | 70.51 | - |
| YUV | 136.91 | 174.89 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 220 | 0.26 | 0.51 | 0 | 0.14 | 268.93 | 0.62 | 0.64 |
| Hex | A2 | 6C | DC | 1A | 33 | 0 | E | 10D | 3E | 40 |
| Octal | 242 | 154 | 334 | 32 | 63 | 0 | 16 | 415 | 76 | 100 |
| Binary | 10100010 | 1101100 | 11011100 | 11010 | 110011 | 0 | 1110 | 100001101 | 111110 | 1000000 |
Color Harmonies of #A26CDC
Complementary color
Monochromatic Colors of #A26CDC
Black with #A26CDC
Text Example
Text Example
White with #A26CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26CDC; }
p { color: rgb(162,108,220); }
H1.HeaderClassName
{
color: #A26CDC;
}
.AnyTagClassName
{
color: #A26CDC;
}
</style>
background-color css
<style>
a { background-color: #A26CDC; }
a { background-color: rgb(162,108,220); }
div.DivClassName
{
background-color: #A26CDC;
}
.BgClassName
{
background-color: #A26CDC;
}
</style>
border-color css
<style>
span { border-color: #A26CDC; }
span { border-color: rgb(162,108,220); }
td.TdClassName
{
border-color: #A26CDC;
}
.TagClassName
{
border-color: #A26CDC;
}
</style>