Shades of Amethyst #A65EE9
Tints of Amethyst #A65EE9
RGB
CMYK
RGB Variations
Color information
#A65EE9 (or 0xA65EE9) is known color: Amethyst. HEX triplet: A6, 5E and E9. RGB value is (166,94,233). Sum of RGB (Red+Green+Blue) = 166+94+233=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 233 (91.41% from 255 or 47.26% from 493); Max value from RGB is 233 - color contains mainly: blue. Hex color #A65EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65EE9 is #59A116. Grayscale: #828282. Windows color (decimal): -5873943 or 15294118. OLE color: 15294118.
HSL color Cylindrical-coordinate representation of color #A65EE9: hue angle of 271.08º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A65EE9 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 94 | 233 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.09 |
| HSL | 271.08º | 0.76% | 0.64% | - |
| HSV(B) | 271.08º | 0.6% | 0.91% | - |
| XYZ | 34.44 | 22 | 79.52 | - |
| YUV | 131.37 | 185.35 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 94 | 233 | 0.29 | 0.60 | 0 | 0.09 | 271.08 | 0.76 | 0.64 |
| Hex | A6 | 5E | E9 | 1D | 3C | 0 | 9 | 10F | 4C | 40 |
| Octal | 246 | 136 | 351 | 35 | 74 | 0 | 11 | 417 | 114 | 100 |
| Binary | 10100110 | 1011110 | 11101001 | 11101 | 111100 | 0 | 1001 | 100001111 | 1001100 | 1000000 |
Color Harmonies of #A65EE9
Complementary color
Monochromatic Colors of #A65EE9
Black with #A65EE9
Text Example
Text Example
White with #A65EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65EE9; }
p { color: rgb(166,94,233); }
H1.HeaderClassName
{
color: #A65EE9;
}
.AnyTagClassName
{
color: #A65EE9;
}
</style>
background-color css
<style>
a { background-color: #A65EE9; }
a { background-color: rgb(166,94,233); }
div.DivClassName
{
background-color: #A65EE9;
}
.BgClassName
{
background-color: #A65EE9;
}
</style>
border-color css
<style>
span { border-color: #A65EE9; }
span { border-color: rgb(166,94,233); }
td.TdClassName
{
border-color: #A65EE9;
}
.TagClassName
{
border-color: #A65EE9;
}
</style>