Shades of Amethyst #A663C8
Tints of Amethyst #A663C8
RGB
CMYK
RGB Variations
Color information
#A663C8 (or 0xA663C8) is known color: Amethyst. HEX triplet: A6, 63 and C8. RGB value is (166,99,200). Sum of RGB (Red+Green+Blue) = 166+99+200=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 200 - color contains mainly: blue. Hex color #A663C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A663C8 is #599C37. Grayscale: #828282. Windows color (decimal): -5872696 or 13132710. OLE color: 13132710.
HSL color Cylindrical-coordinate representation of color #A663C8: hue angle of 279.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A663C8 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 99 | 200 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.22 |
| HSL | 279.8º | 0.48% | 0.59% | - |
| HSV(B) | 279.8º | 0.51% | 0.78% | - |
| XYZ | 30.61 | 21.2 | 57.12 | - |
| YUV | 130.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 99 | 200 | 0.17 | 0.50 | 0 | 0.22 | 279.8 | 0.48 | 0.59 |
| Hex | A6 | 63 | C8 | 11 | 32 | 0 | 16 | 118 | 30 | 3B |
| Octal | 246 | 143 | 310 | 21 | 62 | 0 | 26 | 430 | 60 | 73 |
| Binary | 10100110 | 1100011 | 11001000 | 10001 | 110010 | 0 | 10110 | 100011000 | 110000 | 111011 |
Color Harmonies of #A663C8
Complementary color
Monochromatic Colors of #A663C8
Black with #A663C8
Text Example
Text Example
White with #A663C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A663C8; }
p { color: rgb(166,99,200); }
H1.HeaderClassName
{
color: #A663C8;
}
.AnyTagClassName
{
color: #A663C8;
}
</style>
background-color css
<style>
a { background-color: #A663C8; }
a { background-color: rgb(166,99,200); }
div.DivClassName
{
background-color: #A663C8;
}
.BgClassName
{
background-color: #A663C8;
}
</style>
border-color css
<style>
span { border-color: #A663C8; }
span { border-color: rgb(166,99,200); }
td.TdClassName
{
border-color: #A663C8;
}
.TagClassName
{
border-color: #A663C8;
}
</style>