Shades of Amethyst #A66DC7
Tints of Amethyst #A66DC7
RGB
CMYK
RGB Variations
Color information
#A66DC7 (or 0xA66DC7) is known color: Amethyst. HEX triplet: A6, 6D and C7. RGB value is (166,109,199). Sum of RGB (Red+Green+Blue) = 166+109+199=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 199 (78.12% from 255 or 41.98% from 474); Max value from RGB is 199 - color contains mainly: blue. Hex color #A66DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66DC7 is #599238. Grayscale: #888888. Windows color (decimal): -5870137 or 13069734. OLE color: 13069734.
HSL color Cylindrical-coordinate representation of color #A66DC7: hue angle of 278º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A66DC7 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 109 | 199 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.22 |
| HSL | 278º | 0.45% | 0.6% | - |
| HSV(B) | 278º | 0.45% | 0.78% | - |
| XYZ | 31.5 | 23.17 | 56.84 | - |
| YUV | 136.3 | 163.38 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 109 | 199 | 0.17 | 0.45 | 0 | 0.22 | 278 | 0.45 | 0.6 |
| Hex | A6 | 6D | C7 | 11 | 2D | 0 | 16 | 116 | 2D | 3C |
| Octal | 246 | 155 | 307 | 21 | 55 | 0 | 26 | 426 | 55 | 74 |
| Binary | 10100110 | 1101101 | 11000111 | 10001 | 101101 | 0 | 10110 | 100010110 | 101101 | 111100 |
Color Harmonies of #A66DC7
Complementary color
Monochromatic Colors of #A66DC7
Black with #A66DC7
Text Example
Text Example
White with #A66DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66DC7; }
p { color: rgb(166,109,199); }
H1.HeaderClassName
{
color: #A66DC7;
}
.AnyTagClassName
{
color: #A66DC7;
}
</style>
background-color css
<style>
a { background-color: #A66DC7; }
a { background-color: rgb(166,109,199); }
div.DivClassName
{
background-color: #A66DC7;
}
.BgClassName
{
background-color: #A66DC7;
}
</style>
border-color css
<style>
span { border-color: #A66DC7; }
span { border-color: rgb(166,109,199); }
td.TdClassName
{
border-color: #A66DC7;
}
.TagClassName
{
border-color: #A66DC7;
}
</style>