Shades of Amethyst #A66AD4
Tints of Amethyst #A66AD4
RGB
CMYK
RGB Variations
Color information
#A66AD4 (or 0xA66AD4) is known color: Amethyst. HEX triplet: A6, 6A and D4. RGB value is (166,106,212). Sum of RGB (Red+Green+Blue) = 166+106+212=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 212 - color contains mainly: blue. Hex color #A66AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66AD4 is #59952B. Grayscale: #878787. Windows color (decimal): -5870892 or 13920934. OLE color: 13920934.
HSL color Cylindrical-coordinate representation of color #A66AD4: hue angle of 273.96º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A66AD4 is Cyan = 0.22, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 106 | 212 | - |
| CMYK | 0.22 | 0.5 | 0 | 0.17 |
| HSL | 273.96º | 0.55% | 0.62% | - |
| HSV(B) | 273.96º | 0.5% | 0.83% | - |
| XYZ | 32.76 | 23.17 | 65.03 | - |
| YUV | 136.02 | 170.88 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 106 | 212 | 0.22 | 0.5 | 0 | 0.17 | 273.96 | 0.55 | 0.62 |
| Hex | A6 | 6A | D4 | 16 | 32 | 0 | 11 | 112 | 37 | 3E |
| Octal | 246 | 152 | 324 | 26 | 62 | 0 | 21 | 422 | 67 | 76 |
| Binary | 10100110 | 1101010 | 11010100 | 10110 | 110010 | 0 | 10001 | 100010010 | 110111 | 111110 |
Color Harmonies of #A66AD4
Complementary color
Monochromatic Colors of #A66AD4
Black with #A66AD4
Text Example
Text Example
White with #A66AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66AD4; }
p { color: rgb(166,106,212); }
H1.HeaderClassName
{
color: #A66AD4;
}
.AnyTagClassName
{
color: #A66AD4;
}
</style>
background-color css
<style>
a { background-color: #A66AD4; }
a { background-color: rgb(166,106,212); }
div.DivClassName
{
background-color: #A66AD4;
}
.BgClassName
{
background-color: #A66AD4;
}
</style>
border-color css
<style>
span { border-color: #A66AD4; }
span { border-color: rgb(166,106,212); }
td.TdClassName
{
border-color: #A66AD4;
}
.TagClassName
{
border-color: #A66AD4;
}
</style>