Shades of Amethyst #A663DD
Tints of Amethyst #A663DD
RGB
CMYK
RGB Variations
Color information
#A663DD (or 0xA663DD) is known color: Amethyst. HEX triplet: A6, 63 and DD. RGB value is (166,99,221). Sum of RGB (Red+Green+Blue) = 166+99+221=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #A663DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A663DD is #599C22. Grayscale: #848484. Windows color (decimal): -5872675 or 14508966. OLE color: 14508966.
HSL color Cylindrical-coordinate representation of color #A663DD: hue angle of 272.95º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A663DD is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 99 | 221 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.13 |
| HSL | 272.95º | 0.64% | 0.63% | - |
| HSV(B) | 272.95º | 0.55% | 0.87% | - |
| XYZ | 33.24 | 22.25 | 70.95 | - |
| YUV | 132.94 | 177.7 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 99 | 221 | 0.25 | 0.55 | 0 | 0.13 | 272.95 | 0.64 | 0.63 |
| Hex | A6 | 63 | DD | 19 | 37 | 0 | D | 111 | 40 | 3F |
| Octal | 246 | 143 | 335 | 31 | 67 | 0 | 15 | 421 | 100 | 77 |
| Binary | 10100110 | 1100011 | 11011101 | 11001 | 110111 | 0 | 1101 | 100010001 | 1000000 | 111111 |
Color Harmonies of #A663DD
Complementary color
Monochromatic Colors of #A663DD
Black with #A663DD
Text Example
Text Example
White with #A663DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A663DD; }
p { color: rgb(166,99,221); }
H1.HeaderClassName
{
color: #A663DD;
}
.AnyTagClassName
{
color: #A663DD;
}
</style>
background-color css
<style>
a { background-color: #A663DD; }
a { background-color: rgb(166,99,221); }
div.DivClassName
{
background-color: #A663DD;
}
.BgClassName
{
background-color: #A663DD;
}
</style>
border-color css
<style>
span { border-color: #A663DD; }
span { border-color: rgb(166,99,221); }
td.TdClassName
{
border-color: #A663DD;
}
.TagClassName
{
border-color: #A663DD;
}
</style>