Shades of Amethyst #A666CE
Tints of Amethyst #A666CE
RGB
CMYK
RGB Variations
Color information
#A666CE (or 0xA666CE) is known color: Amethyst. HEX triplet: A6, 66 and CE. RGB value is (166,102,206). Sum of RGB (Red+Green+Blue) = 166+102+206=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #A666CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666CE is #599931. Grayscale: #848484. Windows color (decimal): -5871922 or 13526694. OLE color: 13526694.
HSL color Cylindrical-coordinate representation of color #A666CE: hue angle of 276.92º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A666CE is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 102 | 206 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.19 |
| HSL | 276.92º | 0.51% | 0.6% | - |
| HSV(B) | 276.92º | 0.5% | 0.81% | - |
| XYZ | 31.62 | 22.07 | 60.99 | - |
| YUV | 132.99 | 169.2 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 206 | 0.19 | 0.50 | 0 | 0.19 | 276.92 | 0.51 | 0.6 |
| Hex | A6 | 66 | CE | 13 | 32 | 0 | 13 | 115 | 33 | 3C |
| Octal | 246 | 146 | 316 | 23 | 62 | 0 | 23 | 425 | 63 | 74 |
| Binary | 10100110 | 1100110 | 11001110 | 10011 | 110010 | 0 | 10011 | 100010101 | 110011 | 111100 |
Color Harmonies of #A666CE
Complementary color
Monochromatic Colors of #A666CE
Black with #A666CE
Text Example
Text Example
White with #A666CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A666CE; }
p { color: rgb(166,102,206); }
H1.HeaderClassName
{
color: #A666CE;
}
.AnyTagClassName
{
color: #A666CE;
}
</style>
background-color css
<style>
a { background-color: #A666CE; }
a { background-color: rgb(166,102,206); }
div.DivClassName
{
background-color: #A666CE;
}
.BgClassName
{
background-color: #A666CE;
}
</style>
border-color css
<style>
span { border-color: #A666CE; }
span { border-color: rgb(166,102,206); }
td.TdClassName
{
border-color: #A666CE;
}
.TagClassName
{
border-color: #A666CE;
}
</style>