Shades of Amethyst #A65EE6
Tints of Amethyst #A65EE6
RGB
CMYK
RGB Variations
Color information
#A65EE6 (or 0xA65EE6) is known color: Amethyst. HEX triplet: A6, 5E and E6. RGB value is (166,94,230). Sum of RGB (Red+Green+Blue) = 166+94+230=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 230 (90.23% from 255 or 46.94% from 490); Max value from RGB is 230 - color contains mainly: blue. Hex color #A65EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65EE6 is #59A119. Grayscale: #828282. Windows color (decimal): -5873946 or 15097510. OLE color: 15097510.
HSL color Cylindrical-coordinate representation of color #A65EE6: hue angle of 271.76º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A65EE6 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 94 | 230 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.10 |
| HSL | 271.76º | 0.73% | 0.64% | - |
| HSV(B) | 271.76º | 0.59% | 0.9% | - |
| XYZ | 34.01 | 21.83 | 77.28 | - |
| YUV | 131.03 | 183.85 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 94 | 230 | 0.28 | 0.59 | 0 | 0.10 | 271.76 | 0.73 | 0.64 |
| Hex | A6 | 5E | E6 | 1C | 3B | 0 | A | 110 | 49 | 40 |
| Octal | 246 | 136 | 346 | 34 | 73 | 0 | 12 | 420 | 111 | 100 |
| Binary | 10100110 | 1011110 | 11100110 | 11100 | 111011 | 0 | 1010 | 100010000 | 1001001 | 1000000 |
Color Harmonies of #A65EE6
Complementary color
Monochromatic Colors of #A65EE6
Black with #A65EE6
Text Example
Text Example
White with #A65EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65EE6; }
p { color: rgb(166,94,230); }
H1.HeaderClassName
{
color: #A65EE6;
}
.AnyTagClassName
{
color: #A65EE6;
}
</style>
background-color css
<style>
a { background-color: #A65EE6; }
a { background-color: rgb(166,94,230); }
div.DivClassName
{
background-color: #A65EE6;
}
.BgClassName
{
background-color: #A65EE6;
}
</style>
border-color css
<style>
span { border-color: #A65EE6; }
span { border-color: rgb(166,94,230); }
td.TdClassName
{
border-color: #A65EE6;
}
.TagClassName
{
border-color: #A65EE6;
}
</style>