Shades of Amethyst #A26ECD
Tints of Amethyst #A26ECD
RGB
CMYK
RGB Variations
Color information
#A26ECD (or 0xA26ECD) is known color: Amethyst. HEX triplet: A2, 6E and CD. RGB value is (162,110,205). Sum of RGB (Red+Green+Blue) = 162+110+205=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #A26ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26ECD is #5D9132. Grayscale: #888888. Windows color (decimal): -6132019 or 13463202. OLE color: 13463202.
HSL color Cylindrical-coordinate representation of color #A26ECD: hue angle of 272.84º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A26ECD is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 110 | 205 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.20 |
| HSL | 272.84º | 0.49% | 0.62% | - |
| HSV(B) | 272.84º | 0.46% | 0.8% | - |
| XYZ | 31.5 | 23.24 | 60.58 | - |
| YUV | 136.38 | 166.73 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 110 | 205 | 0.21 | 0.46 | 0 | 0.20 | 272.84 | 0.49 | 0.62 |
| Hex | A2 | 6E | CD | 15 | 2E | 0 | 14 | 111 | 31 | 3E |
| Octal | 242 | 156 | 315 | 25 | 56 | 0 | 24 | 421 | 61 | 76 |
| Binary | 10100010 | 1101110 | 11001101 | 10101 | 101110 | 0 | 10100 | 100010001 | 110001 | 111110 |
Color Harmonies of #A26ECD
Complementary color
Monochromatic Colors of #A26ECD
Black with #A26ECD
Text Example
Text Example
White with #A26ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26ECD; }
p { color: rgb(162,110,205); }
H1.HeaderClassName
{
color: #A26ECD;
}
.AnyTagClassName
{
color: #A26ECD;
}
</style>
background-color css
<style>
a { background-color: #A26ECD; }
a { background-color: rgb(162,110,205); }
div.DivClassName
{
background-color: #A26ECD;
}
.BgClassName
{
background-color: #A26ECD;
}
</style>
border-color css
<style>
span { border-color: #A26ECD; }
span { border-color: rgb(162,110,205); }
td.TdClassName
{
border-color: #A26ECD;
}
.TagClassName
{
border-color: #A26ECD;
}
</style>