Shades of Amethyst #A655EE
Tints of Amethyst #A655EE
RGB
CMYK
RGB Variations
Color information
#A655EE (or 0xA655EE) is known color: Amethyst. HEX triplet: A6, 55 and EE. RGB value is (166,85,238). Sum of RGB (Red+Green+Blue) = 166+85+238=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #A655EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A655EE is #59AA11. Grayscale: #7E7E7E. Windows color (decimal): -5876242 or 15619494. OLE color: 15619494.
HSL color Cylindrical-coordinate representation of color #A655EE: hue angle of 271.76º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A655EE is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 85 | 238 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.07 |
| HSL | 271.76º | 0.82% | 0.63% | - |
| HSV(B) | 271.76º | 0.64% | 0.93% | - |
| XYZ | 34.41 | 20.78 | 83.09 | - |
| YUV | 126.66 | 190.84 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 85 | 238 | 0.30 | 0.64 | 0 | 0.07 | 271.76 | 0.82 | 0.63 |
| Hex | A6 | 55 | EE | 1E | 40 | 0 | 7 | 110 | 52 | 3F |
| Octal | 246 | 125 | 356 | 36 | 100 | 0 | 7 | 420 | 122 | 77 |
| Binary | 10100110 | 1010101 | 11101110 | 11110 | 1000000 | 0 | 111 | 100010000 | 1010010 | 111111 |
Color Harmonies of #A655EE
Complementary color
Monochromatic Colors of #A655EE
Black with #A655EE
Text Example
Text Example
White with #A655EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A655EE; }
p { color: rgb(166,85,238); }
H1.HeaderClassName
{
color: #A655EE;
}
.AnyTagClassName
{
color: #A655EE;
}
</style>
background-color css
<style>
a { background-color: #A655EE; }
a { background-color: rgb(166,85,238); }
div.DivClassName
{
background-color: #A655EE;
}
.BgClassName
{
background-color: #A655EE;
}
</style>
border-color css
<style>
span { border-color: #A655EE; }
span { border-color: rgb(166,85,238); }
td.TdClassName
{
border-color: #A655EE;
}
.TagClassName
{
border-color: #A655EE;
}
</style>