Shades of Amethyst #A65EE7
Tints of Amethyst #A65EE7
RGB
CMYK
RGB Variations
Color information
#A65EE7 (or 0xA65EE7) is known color: Amethyst. HEX triplet: A6, 5E and E7. RGB value is (166,94,231). Sum of RGB (Red+Green+Blue) = 166+94+231=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 231 (90.62% from 255 or 47.05% from 491); Max value from RGB is 231 - color contains mainly: blue. Hex color #A65EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65EE7 is #59A118. Grayscale: #828282. Windows color (decimal): -5873945 or 15163046. OLE color: 15163046.
HSL color Cylindrical-coordinate representation of color #A65EE7: hue angle of 271.53º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A65EE7 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 94 | 231 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.09 |
| HSL | 271.53º | 0.74% | 0.64% | - |
| HSV(B) | 271.53º | 0.59% | 0.91% | - |
| XYZ | 34.15 | 21.88 | 78.02 | - |
| YUV | 131.15 | 184.35 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 94 | 231 | 0.28 | 0.59 | 0 | 0.09 | 271.53 | 0.74 | 0.64 |
| Hex | A6 | 5E | E7 | 1C | 3B | 0 | 9 | 110 | 4A | 40 |
| Octal | 246 | 136 | 347 | 34 | 73 | 0 | 11 | 420 | 112 | 100 |
| Binary | 10100110 | 1011110 | 11100111 | 11100 | 111011 | 0 | 1001 | 100010000 | 1001010 | 1000000 |
Color Harmonies of #A65EE7
Complementary color
Monochromatic Colors of #A65EE7
Black with #A65EE7
Text Example
Text Example
White with #A65EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65EE7; }
p { color: rgb(166,94,231); }
H1.HeaderClassName
{
color: #A65EE7;
}
.AnyTagClassName
{
color: #A65EE7;
}
</style>
background-color css
<style>
a { background-color: #A65EE7; }
a { background-color: rgb(166,94,231); }
div.DivClassName
{
background-color: #A65EE7;
}
.BgClassName
{
background-color: #A65EE7;
}
</style>
border-color css
<style>
span { border-color: #A65EE7; }
span { border-color: rgb(166,94,231); }
td.TdClassName
{
border-color: #A65EE7;
}
.TagClassName
{
border-color: #A65EE7;
}
</style>