Shades of Amethyst #A663C6
Tints of Amethyst #A663C6
RGB
CMYK
RGB Variations
Color information
#A663C6 (or 0xA663C6) is known color: Amethyst. HEX triplet: A6, 63 and C6. RGB value is (166,99,198). Sum of RGB (Red+Green+Blue) = 166+99+198=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 198 - color contains mainly: blue. Hex color #A663C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A663C6 is #599C39. Grayscale: #818181. Windows color (decimal): -5872698 or 13001638. OLE color: 13001638.
HSL color Cylindrical-coordinate representation of color #A663C6: hue angle of 280.61º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A663C6 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 99 | 198 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.22 |
| HSL | 280.61º | 0.46% | 0.58% | - |
| HSV(B) | 280.61º | 0.5% | 0.78% | - |
| XYZ | 30.38 | 21.11 | 55.9 | - |
| YUV | 130.32 | 166.2 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 99 | 198 | 0.16 | 0.50 | 0 | 0.22 | 280.61 | 0.46 | 0.58 |
| Hex | A6 | 63 | C6 | 10 | 32 | 0 | 16 | 119 | 2E | 3A |
| Octal | 246 | 143 | 306 | 20 | 62 | 0 | 26 | 431 | 56 | 72 |
| Binary | 10100110 | 1100011 | 11000110 | 10000 | 110010 | 0 | 10110 | 100011001 | 101110 | 111010 |
Color Harmonies of #A663C6
Complementary color
Monochromatic Colors of #A663C6
Black with #A663C6
Text Example
Text Example
White with #A663C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A663C6; }
p { color: rgb(166,99,198); }
H1.HeaderClassName
{
color: #A663C6;
}
.AnyTagClassName
{
color: #A663C6;
}
</style>
background-color css
<style>
a { background-color: #A663C6; }
a { background-color: rgb(166,99,198); }
div.DivClassName
{
background-color: #A663C6;
}
.BgClassName
{
background-color: #A663C6;
}
</style>
border-color css
<style>
span { border-color: #A663C6; }
span { border-color: rgb(166,99,198); }
td.TdClassName
{
border-color: #A663C6;
}
.TagClassName
{
border-color: #A663C6;
}
</style>