Shades of Amethyst #A664E6
Tints of Amethyst #A664E6
RGB
CMYK
RGB Variations
Color information
#A664E6 (or 0xA664E6) is known color: Amethyst. HEX triplet: A6, 64 and E6. RGB value is (166,100,230). Sum of RGB (Red+Green+Blue) = 166+100+230=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 230 (90.23% from 255 or 46.37% from 496); Max value from RGB is 230 - color contains mainly: blue. Hex color #A664E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A664E6 is #599B19. Grayscale: #868686. Windows color (decimal): -5872410 or 15099046. OLE color: 15099046.
HSL color Cylindrical-coordinate representation of color #A664E6: hue angle of 270.46º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A664E6 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 100 | 230 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.10 |
| HSL | 270.46º | 0.72% | 0.65% | - |
| HSV(B) | 270.46º | 0.57% | 0.9% | - |
| XYZ | 34.57 | 22.93 | 77.47 | - |
| YUV | 134.55 | 181.87 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 100 | 230 | 0.28 | 0.57 | 0 | 0.10 | 270.46 | 0.72 | 0.65 |
| Hex | A6 | 64 | E6 | 1C | 39 | 0 | A | 10E | 48 | 41 |
| Octal | 246 | 144 | 346 | 34 | 71 | 0 | 12 | 416 | 110 | 101 |
| Binary | 10100110 | 1100100 | 11100110 | 11100 | 111001 | 0 | 1010 | 100001110 | 1001000 | 1000001 |
Color Harmonies of #A664E6
Complementary color
Monochromatic Colors of #A664E6
Black with #A664E6
Text Example
Text Example
White with #A664E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A664E6; }
p { color: rgb(166,100,230); }
H1.HeaderClassName
{
color: #A664E6;
}
.AnyTagClassName
{
color: #A664E6;
}
</style>
background-color css
<style>
a { background-color: #A664E6; }
a { background-color: rgb(166,100,230); }
div.DivClassName
{
background-color: #A664E6;
}
.BgClassName
{
background-color: #A664E6;
}
</style>
border-color css
<style>
span { border-color: #A664E6; }
span { border-color: rgb(166,100,230); }
td.TdClassName
{
border-color: #A664E6;
}
.TagClassName
{
border-color: #A664E6;
}
</style>