Shades of Amethyst #A65BE7
Tints of Amethyst #A65BE7
RGB
CMYK
RGB Variations
Color information
#A65BE7 (or 0xA65BE7) is known color: Amethyst. HEX triplet: A6, 5B and E7. RGB value is (166,91,231). Sum of RGB (Red+Green+Blue) = 166+91+231=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 231 - color contains mainly: blue. Hex color #A65BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65BE7 is #59A418. Grayscale: #808080. Windows color (decimal): -5874713 or 15162278. OLE color: 15162278.
HSL color Cylindrical-coordinate representation of color #A65BE7: hue angle of 272.14º degrees, saturation: 0.74, 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 #A65BE7 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 91 | 231 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.09 |
| HSL | 272.14º | 0.74% | 0.63% | - |
| HSV(B) | 272.14º | 0.61% | 0.91% | - |
| XYZ | 33.89 | 21.36 | 77.94 | - |
| YUV | 129.39 | 185.35 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 91 | 231 | 0.28 | 0.61 | 0 | 0.09 | 272.14 | 0.74 | 0.63 |
| Hex | A6 | 5B | E7 | 1C | 3D | 0 | 9 | 110 | 4A | 3F |
| Octal | 246 | 133 | 347 | 34 | 75 | 0 | 11 | 420 | 112 | 77 |
| Binary | 10100110 | 1011011 | 11100111 | 11100 | 111101 | 0 | 1001 | 100010000 | 1001010 | 111111 |
Color Harmonies of #A65BE7
Complementary color
Monochromatic Colors of #A65BE7
Black with #A65BE7
Text Example
Text Example
White with #A65BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65BE7; }
p { color: rgb(166,91,231); }
H1.HeaderClassName
{
color: #A65BE7;
}
.AnyTagClassName
{
color: #A65BE7;
}
</style>
background-color css
<style>
a { background-color: #A65BE7; }
a { background-color: rgb(166,91,231); }
div.DivClassName
{
background-color: #A65BE7;
}
.BgClassName
{
background-color: #A65BE7;
}
</style>
border-color css
<style>
span { border-color: #A65BE7; }
span { border-color: rgb(166,91,231); }
td.TdClassName
{
border-color: #A65BE7;
}
.TagClassName
{
border-color: #A65BE7;
}
</style>