Shades of Amethyst #A664E5
Tints of Amethyst #A664E5
RGB
CMYK
RGB Variations
Color information
#A664E5 (or 0xA664E5) is known color: Amethyst. HEX triplet: A6, 64 and E5. RGB value is (166,100,229). Sum of RGB (Red+Green+Blue) = 166+100+229=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #A664E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A664E5 is #599B1A. Grayscale: #858585. Windows color (decimal): -5872411 or 15033510. OLE color: 15033510.
HSL color Cylindrical-coordinate representation of color #A664E5: hue angle of 270.7º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A664E5 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 100 | 229 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.10 |
| HSL | 270.7º | 0.71% | 0.65% | - |
| HSV(B) | 270.7º | 0.56% | 0.9% | - |
| XYZ | 34.43 | 22.88 | 76.73 | - |
| YUV | 134.44 | 181.37 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 100 | 229 | 0.28 | 0.56 | 0 | 0.10 | 270.7 | 0.71 | 0.65 |
| Hex | A6 | 64 | E5 | 1C | 38 | 0 | A | 10F | 47 | 41 |
| Octal | 246 | 144 | 345 | 34 | 70 | 0 | 12 | 417 | 107 | 101 |
| Binary | 10100110 | 1100100 | 11100101 | 11100 | 111000 | 0 | 1010 | 100001111 | 1000111 | 1000001 |
Color Harmonies of #A664E5
Complementary color
Monochromatic Colors of #A664E5
Black with #A664E5
Text Example
Text Example
White with #A664E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A664E5; }
p { color: rgb(166,100,229); }
H1.HeaderClassName
{
color: #A664E5;
}
.AnyTagClassName
{
color: #A664E5;
}
</style>
background-color css
<style>
a { background-color: #A664E5; }
a { background-color: rgb(166,100,229); }
div.DivClassName
{
background-color: #A664E5;
}
.BgClassName
{
background-color: #A664E5;
}
</style>
border-color css
<style>
span { border-color: #A664E5; }
span { border-color: rgb(166,100,229); }
td.TdClassName
{
border-color: #A664E5;
}
.TagClassName
{
border-color: #A664E5;
}
</style>