Shades of Amethyst #A655F0
Tints of Amethyst #A655F0
RGB
CMYK
RGB Variations
Color information
#A655F0 (or 0xA655F0) is known color: Amethyst. HEX triplet: A6, 55 and F0. RGB value is (166,85,240). Sum of RGB (Red+Green+Blue) = 166+85+240=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 240 (94.14% from 255 or 48.88% from 491); Max value from RGB is 240 - color contains mainly: blue. Hex color #A655F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A655F0 is #59AA0F. Grayscale: #7E7E7E. Windows color (decimal): -5876240 or 15750566. OLE color: 15750566.
HSL color Cylindrical-coordinate representation of color #A655F0: hue angle of 271.35º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A655F0 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 85 | 240 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.06 |
| HSL | 271.35º | 0.84% | 0.64% | - |
| HSV(B) | 271.35º | 0.65% | 0.94% | - |
| XYZ | 34.7 | 20.9 | 84.64 | - |
| YUV | 126.89 | 191.84 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 85 | 240 | 0.31 | 0.65 | 0 | 0.06 | 271.35 | 0.84 | 0.64 |
| Hex | A6 | 55 | F0 | 1F | 41 | 0 | 6 | 10F | 54 | 40 |
| Octal | 246 | 125 | 360 | 37 | 101 | 0 | 6 | 417 | 124 | 100 |
| Binary | 10100110 | 1010101 | 11110000 | 11111 | 1000001 | 0 | 110 | 100001111 | 1010100 | 1000000 |
Color Harmonies of #A655F0
Complementary color
Monochromatic Colors of #A655F0
Black with #A655F0
Text Example
Text Example
White with #A655F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A655F0; }
p { color: rgb(166,85,240); }
H1.HeaderClassName
{
color: #A655F0;
}
.AnyTagClassName
{
color: #A655F0;
}
</style>
background-color css
<style>
a { background-color: #A655F0; }
a { background-color: rgb(166,85,240); }
div.DivClassName
{
background-color: #A655F0;
}
.BgClassName
{
background-color: #A655F0;
}
</style>
border-color css
<style>
span { border-color: #A655F0; }
span { border-color: rgb(166,85,240); }
td.TdClassName
{
border-color: #A655F0;
}
.TagClassName
{
border-color: #A655F0;
}
</style>