Shades of Amethyst #A26ED0
Tints of Amethyst #A26ED0
RGB
CMYK
RGB Variations
Color information
#A26ED0 (or 0xA26ED0) is known color: Amethyst. HEX triplet: A2, 6E and D0. RGB value is (162,110,208). Sum of RGB (Red+Green+Blue) = 162+110+208=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 208 - color contains mainly: blue. Hex color #A26ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26ED0 is #5D912F. Grayscale: #888888. Windows color (decimal): -6132016 or 13659810. OLE color: 13659810.
HSL color Cylindrical-coordinate representation of color #A26ED0: hue angle of 271.84º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A26ED0 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 110 | 208 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.18 |
| HSL | 271.84º | 0.51% | 0.62% | - |
| HSV(B) | 271.84º | 0.47% | 0.82% | - |
| XYZ | 31.86 | 23.39 | 62.51 | - |
| YUV | 136.72 | 168.23 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 110 | 208 | 0.22 | 0.47 | 0 | 0.18 | 271.84 | 0.51 | 0.62 |
| Hex | A2 | 6E | D0 | 16 | 2F | 0 | 12 | 110 | 33 | 3E |
| Octal | 242 | 156 | 320 | 26 | 57 | 0 | 22 | 420 | 63 | 76 |
| Binary | 10100010 | 1101110 | 11010000 | 10110 | 101111 | 0 | 10010 | 100010000 | 110011 | 111110 |
Color Harmonies of #A26ED0
Complementary color
Monochromatic Colors of #A26ED0
Black with #A26ED0
Text Example
Text Example
White with #A26ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26ED0; }
p { color: rgb(162,110,208); }
H1.HeaderClassName
{
color: #A26ED0;
}
.AnyTagClassName
{
color: #A26ED0;
}
</style>
background-color css
<style>
a { background-color: #A26ED0; }
a { background-color: rgb(162,110,208); }
div.DivClassName
{
background-color: #A26ED0;
}
.BgClassName
{
background-color: #A26ED0;
}
</style>
border-color css
<style>
span { border-color: #A26ED0; }
span { border-color: rgb(162,110,208); }
td.TdClassName
{
border-color: #A26ED0;
}
.TagClassName
{
border-color: #A26ED0;
}
</style>