Shades of Amethyst #A664CE
Tints of Amethyst #A664CE
RGB
CMYK
RGB Variations
Color information
#A664CE (or 0xA664CE) is known color: Amethyst. HEX triplet: A6, 64 and CE. RGB value is (166,100,206). Sum of RGB (Red+Green+Blue) = 166+100+206=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #A664CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A664CE is #599B31. Grayscale: #838383. Windows color (decimal): -5872434 or 13526182. OLE color: 13526182.
HSL color Cylindrical-coordinate representation of color #A664CE: hue angle of 277.36º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A664CE is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 100 | 206 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.19 |
| HSL | 277.36º | 0.52% | 0.6% | - |
| HSV(B) | 277.36º | 0.51% | 0.81% | - |
| XYZ | 31.42 | 21.68 | 60.92 | - |
| YUV | 131.82 | 169.87 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 100 | 206 | 0.19 | 0.51 | 0 | 0.19 | 277.36 | 0.52 | 0.6 |
| Hex | A6 | 64 | CE | 13 | 33 | 0 | 13 | 115 | 34 | 3C |
| Octal | 246 | 144 | 316 | 23 | 63 | 0 | 23 | 425 | 64 | 74 |
| Binary | 10100110 | 1100100 | 11001110 | 10011 | 110011 | 0 | 10011 | 100010101 | 110100 | 111100 |
Color Harmonies of #A664CE
Complementary color
Monochromatic Colors of #A664CE
Black with #A664CE
Text Example
Text Example
White with #A664CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A664CE; }
p { color: rgb(166,100,206); }
H1.HeaderClassName
{
color: #A664CE;
}
.AnyTagClassName
{
color: #A664CE;
}
</style>
background-color css
<style>
a { background-color: #A664CE; }
a { background-color: rgb(166,100,206); }
div.DivClassName
{
background-color: #A664CE;
}
.BgClassName
{
background-color: #A664CE;
}
</style>
border-color css
<style>
span { border-color: #A664CE; }
span { border-color: rgb(166,100,206); }
td.TdClassName
{
border-color: #A664CE;
}
.TagClassName
{
border-color: #A664CE;
}
</style>