Shades of Amethyst #A259E6
Tints of Amethyst #A259E6
RGB
CMYK
RGB Variations
Color information
#A259E6 (or 0xA259E6) is known color: Amethyst. HEX triplet: A2, 59 and E6. RGB value is (162,89,230). Sum of RGB (Red+Green+Blue) = 162+89+230=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 230 (90.23% from 255 or 47.82% from 481); Max value from RGB is 230 - color contains mainly: blue. Hex color #A259E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A259E6 is #5DA619. Grayscale: #7E7E7E. Windows color (decimal): -6137370 or 15096226. OLE color: 15096226.
HSL color Cylindrical-coordinate representation of color #A259E6: hue angle of 271.06º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A259E6 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 89 | 230 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.10 |
| HSL | 271.06º | 0.74% | 0.63% | - |
| HSV(B) | 271.06º | 0.61% | 0.9% | - |
| XYZ | 32.76 | 20.54 | 77.1 | - |
| YUV | 126.9 | 186.18 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 230 | 0.30 | 0.61 | 0 | 0.10 | 271.06 | 0.74 | 0.63 |
| Hex | A2 | 59 | E6 | 1E | 3D | 0 | A | 10F | 4A | 3F |
| Octal | 242 | 131 | 346 | 36 | 75 | 0 | 12 | 417 | 112 | 77 |
| Binary | 10100010 | 1011001 | 11100110 | 11110 | 111101 | 0 | 1010 | 100001111 | 1001010 | 111111 |
Color Harmonies of #A259E6
Complementary color
Monochromatic Colors of #A259E6
Black with #A259E6
Text Example
Text Example
White with #A259E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A259E6; }
p { color: rgb(162,89,230); }
H1.HeaderClassName
{
color: #A259E6;
}
.AnyTagClassName
{
color: #A259E6;
}
</style>
background-color css
<style>
a { background-color: #A259E6; }
a { background-color: rgb(162,89,230); }
div.DivClassName
{
background-color: #A259E6;
}
.BgClassName
{
background-color: #A259E6;
}
</style>
border-color css
<style>
span { border-color: #A259E6; }
span { border-color: rgb(162,89,230); }
td.TdClassName
{
border-color: #A259E6;
}
.TagClassName
{
border-color: #A259E6;
}
</style>