Shades of Amethyst #A664C9
Tints of Amethyst #A664C9
RGB
CMYK
RGB Variations
Color information
#A664C9 (or 0xA664C9) is known color: Amethyst. HEX triplet: A6, 64 and C9. RGB value is (166,100,201). Sum of RGB (Red+Green+Blue) = 166+100+201=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 201 - color contains mainly: blue. Hex color #A664C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A664C9 is #599B36. Grayscale: #828282. Windows color (decimal): -5872439 or 13198502. OLE color: 13198502.
HSL color Cylindrical-coordinate representation of color #A664C9: hue angle of 279.21º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A664C9 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 100 | 201 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.21 |
| HSL | 279.21º | 0.48% | 0.59% | - |
| HSV(B) | 279.21º | 0.5% | 0.79% | - |
| XYZ | 30.83 | 21.44 | 57.77 | - |
| YUV | 131.25 | 167.37 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 100 | 201 | 0.17 | 0.50 | 0 | 0.21 | 279.21 | 0.48 | 0.59 |
| Hex | A6 | 64 | C9 | 11 | 32 | 0 | 15 | 117 | 30 | 3B |
| Octal | 246 | 144 | 311 | 21 | 62 | 0 | 25 | 427 | 60 | 73 |
| Binary | 10100110 | 1100100 | 11001001 | 10001 | 110010 | 0 | 10101 | 100010111 | 110000 | 111011 |
Color Harmonies of #A664C9
Complementary color
Monochromatic Colors of #A664C9
Black with #A664C9
Text Example
Text Example
White with #A664C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A664C9; }
p { color: rgb(166,100,201); }
H1.HeaderClassName
{
color: #A664C9;
}
.AnyTagClassName
{
color: #A664C9;
}
</style>
background-color css
<style>
a { background-color: #A664C9; }
a { background-color: rgb(166,100,201); }
div.DivClassName
{
background-color: #A664C9;
}
.BgClassName
{
background-color: #A664C9;
}
</style>
border-color css
<style>
span { border-color: #A664C9; }
span { border-color: rgb(166,100,201); }
td.TdClassName
{
border-color: #A664C9;
}
.TagClassName
{
border-color: #A664C9;
}
</style>