Shades of Amethyst #A666C7
Tints of Amethyst #A666C7
RGB
CMYK
RGB Variations
Color information
#A666C7 (or 0xA666C7) is known color: Amethyst. HEX triplet: A6, 66 and C7. RGB value is (166,102,199). Sum of RGB (Red+Green+Blue) = 166+102+199=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 199 (78.12% from 255 or 42.61% from 467); Max value from RGB is 199 - color contains mainly: blue. Hex color #A666C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666C7 is #599938. Grayscale: #838383. Windows color (decimal): -5871929 or 13067942. OLE color: 13067942.
HSL color Cylindrical-coordinate representation of color #A666C7: hue angle of 279.59º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A666C7 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 102 | 199 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.22 |
| HSL | 279.59º | 0.46% | 0.59% | - |
| HSV(B) | 279.59º | 0.49% | 0.78% | - |
| XYZ | 30.79 | 21.73 | 56.61 | - |
| YUV | 132.19 | 165.7 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 199 | 0.17 | 0.49 | 0 | 0.22 | 279.59 | 0.46 | 0.59 |
| Hex | A6 | 66 | C7 | 11 | 31 | 0 | 16 | 118 | 2E | 3B |
| Octal | 246 | 146 | 307 | 21 | 61 | 0 | 26 | 430 | 56 | 73 |
| Binary | 10100110 | 1100110 | 11000111 | 10001 | 110001 | 0 | 10110 | 100011000 | 101110 | 111011 |
Color Harmonies of #A666C7
Complementary color
Monochromatic Colors of #A666C7
Black with #A666C7
Text Example
Text Example
White with #A666C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A666C7; }
p { color: rgb(166,102,199); }
H1.HeaderClassName
{
color: #A666C7;
}
.AnyTagClassName
{
color: #A666C7;
}
</style>
background-color css
<style>
a { background-color: #A666C7; }
a { background-color: rgb(166,102,199); }
div.DivClassName
{
background-color: #A666C7;
}
.BgClassName
{
background-color: #A666C7;
}
</style>
border-color css
<style>
span { border-color: #A666C7; }
span { border-color: rgb(166,102,199); }
td.TdClassName
{
border-color: #A666C7;
}
.TagClassName
{
border-color: #A666C7;
}
</style>