Shades of Amethyst #A665E0
Tints of Amethyst #A665E0
RGB
CMYK
RGB Variations
Color information
#A665E0 (or 0xA665E0) is known color: Amethyst. HEX triplet: A6, 65 and E0. RGB value is (166,101,224). Sum of RGB (Red+Green+Blue) = 166+101+224=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #A665E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A665E0 is #599A1F. Grayscale: #868686. Windows color (decimal): -5872160 or 14706086. OLE color: 14706086.
HSL color Cylindrical-coordinate representation of color #A665E0: hue angle of 271.71º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A665E0 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 101 | 224 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.12 |
| HSL | 271.71º | 0.66% | 0.64% | - |
| HSV(B) | 271.71º | 0.55% | 0.88% | - |
| XYZ | 33.83 | 22.8 | 73.14 | - |
| YUV | 134.46 | 178.53 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 101 | 224 | 0.26 | 0.55 | 0 | 0.12 | 271.71 | 0.66 | 0.64 |
| Hex | A6 | 65 | E0 | 1A | 37 | 0 | C | 110 | 42 | 40 |
| Octal | 246 | 145 | 340 | 32 | 67 | 0 | 14 | 420 | 102 | 100 |
| Binary | 10100110 | 1100101 | 11100000 | 11010 | 110111 | 0 | 1100 | 100010000 | 1000010 | 1000000 |
Color Harmonies of #A665E0
Complementary color
Monochromatic Colors of #A665E0
Black with #A665E0
Text Example
Text Example
White with #A665E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A665E0; }
p { color: rgb(166,101,224); }
H1.HeaderClassName
{
color: #A665E0;
}
.AnyTagClassName
{
color: #A665E0;
}
</style>
background-color css
<style>
a { background-color: #A665E0; }
a { background-color: rgb(166,101,224); }
div.DivClassName
{
background-color: #A665E0;
}
.BgClassName
{
background-color: #A665E0;
}
</style>
border-color css
<style>
span { border-color: #A665E0; }
span { border-color: rgb(166,101,224); }
td.TdClassName
{
border-color: #A665E0;
}
.TagClassName
{
border-color: #A665E0;
}
</style>