Shades of Amethyst #A664C5
Tints of Amethyst #A664C5
RGB
CMYK
RGB Variations
Color information
#A664C5 (or 0xA664C5) is known color: Amethyst. HEX triplet: A6, 64 and C5. RGB value is (166,100,197). Sum of RGB (Red+Green+Blue) = 166+100+197=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 197 (77.34% from 255 or 42.55% from 463); Max value from RGB is 197 - color contains mainly: blue. Hex color #A664C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A664C5 is #599B3A. Grayscale: #828282. Windows color (decimal): -5872443 or 12936358. OLE color: 12936358.
HSL color Cylindrical-coordinate representation of color #A664C5: hue angle of 280.82º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A664C5 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 100 | 197 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.23 |
| HSL | 280.82º | 0.46% | 0.58% | - |
| HSV(B) | 280.82º | 0.49% | 0.77% | - |
| XYZ | 30.36 | 21.25 | 55.33 | - |
| YUV | 130.79 | 165.37 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 100 | 197 | 0.16 | 0.49 | 0 | 0.23 | 280.82 | 0.46 | 0.58 |
| Hex | A6 | 64 | C5 | 10 | 31 | 0 | 17 | 119 | 2E | 3A |
| Octal | 246 | 144 | 305 | 20 | 61 | 0 | 27 | 431 | 56 | 72 |
| Binary | 10100110 | 1100100 | 11000101 | 10000 | 110001 | 0 | 10111 | 100011001 | 101110 | 111010 |
Color Harmonies of #A664C5
Complementary color
Monochromatic Colors of #A664C5
Black with #A664C5
Text Example
Text Example
White with #A664C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A664C5; }
p { color: rgb(166,100,197); }
H1.HeaderClassName
{
color: #A664C5;
}
.AnyTagClassName
{
color: #A664C5;
}
</style>
background-color css
<style>
a { background-color: #A664C5; }
a { background-color: rgb(166,100,197); }
div.DivClassName
{
background-color: #A664C5;
}
.BgClassName
{
background-color: #A664C5;
}
</style>
border-color css
<style>
span { border-color: #A664C5; }
span { border-color: rgb(166,100,197); }
td.TdClassName
{
border-color: #A664C5;
}
.TagClassName
{
border-color: #A664C5;
}
</style>