Shades of Amethyst #A259E7
Tints of Amethyst #A259E7
RGB
CMYK
RGB Variations
Color information
#A259E7 (or 0xA259E7) is known color: Amethyst. HEX triplet: A2, 59 and E7. RGB value is (162,89,231). Sum of RGB (Red+Green+Blue) = 162+89+231=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 231 (90.62% from 255 or 47.93% from 482); Max value from RGB is 231 - color contains mainly: blue. Hex color #A259E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A259E7 is #5DA618. Grayscale: #7E7E7E. Windows color (decimal): -6137369 or 15161762. OLE color: 15161762.
HSL color Cylindrical-coordinate representation of color #A259E7: hue angle of 270.85º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A259E7 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 89 | 231 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.09 |
| HSL | 270.85º | 0.75% | 0.63% | - |
| HSV(B) | 270.85º | 0.61% | 0.91% | - |
| XYZ | 32.9 | 20.6 | 77.84 | - |
| YUV | 127.02 | 186.68 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 231 | 0.30 | 0.61 | 0 | 0.09 | 270.85 | 0.75 | 0.63 |
| Hex | A2 | 59 | E7 | 1E | 3D | 0 | 9 | 10F | 4B | 3F |
| Octal | 242 | 131 | 347 | 36 | 75 | 0 | 11 | 417 | 113 | 77 |
| Binary | 10100010 | 1011001 | 11100111 | 11110 | 111101 | 0 | 1001 | 100001111 | 1001011 | 111111 |
Color Harmonies of #A259E7
Complementary color
Monochromatic Colors of #A259E7
Black with #A259E7
Text Example
Text Example
White with #A259E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A259E7; }
p { color: rgb(162,89,231); }
H1.HeaderClassName
{
color: #A259E7;
}
.AnyTagClassName
{
color: #A259E7;
}
</style>
background-color css
<style>
a { background-color: #A259E7; }
a { background-color: rgb(162,89,231); }
div.DivClassName
{
background-color: #A259E7;
}
.BgClassName
{
background-color: #A259E7;
}
</style>
border-color css
<style>
span { border-color: #A259E7; }
span { border-color: rgb(162,89,231); }
td.TdClassName
{
border-color: #A259E7;
}
.TagClassName
{
border-color: #A259E7;
}
</style>