Shades of Amethyst #A664CC
Tints of Amethyst #A664CC
RGB
CMYK
RGB Variations
Color information
#A664CC (or 0xA664CC) is known color: Amethyst. HEX triplet: A6, 64 and CC. RGB value is (166,100,204). Sum of RGB (Red+Green+Blue) = 166+100+204=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #A664CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A664CC is #599B33. Grayscale: #838383. Windows color (decimal): -5872436 or 13395110. OLE color: 13395110.
HSL color Cylindrical-coordinate representation of color #A664CC: hue angle of 278.08º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A664CC is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 100 | 204 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.2 |
| HSL | 278.08º | 0.5% | 0.6% | - |
| HSV(B) | 278.08º | 0.51% | 0.8% | - |
| XYZ | 31.18 | 21.58 | 59.65 | - |
| YUV | 131.59 | 168.87 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 100 | 204 | 0.19 | 0.51 | 0 | 0.2 | 278.08 | 0.5 | 0.6 |
| Hex | A6 | 64 | CC | 13 | 33 | 0 | 14 | 116 | 32 | 3C |
| Octal | 246 | 144 | 314 | 23 | 63 | 0 | 24 | 426 | 62 | 74 |
| Binary | 10100110 | 1100100 | 11001100 | 10011 | 110011 | 0 | 10100 | 100010110 | 110010 | 111100 |
Color Harmonies of #A664CC
Complementary color
Monochromatic Colors of #A664CC
Black with #A664CC
Text Example
Text Example
White with #A664CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A664CC; }
p { color: rgb(166,100,204); }
H1.HeaderClassName
{
color: #A664CC;
}
.AnyTagClassName
{
color: #A664CC;
}
</style>
background-color css
<style>
a { background-color: #A664CC; }
a { background-color: rgb(166,100,204); }
div.DivClassName
{
background-color: #A664CC;
}
.BgClassName
{
background-color: #A664CC;
}
</style>
border-color css
<style>
span { border-color: #A664CC; }
span { border-color: rgb(166,100,204); }
td.TdClassName
{
border-color: #A664CC;
}
.TagClassName
{
border-color: #A664CC;
}
</style>