Shades of Amethyst #A663DF
Tints of Amethyst #A663DF
RGB
CMYK
RGB Variations
Color information
#A663DF (or 0xA663DF) is known color: Amethyst. HEX triplet: A6, 63 and DF. RGB value is (166,99,223). Sum of RGB (Red+Green+Blue) = 166+99+223=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #A663DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A663DF is #599C20. Grayscale: #848484. Windows color (decimal): -5872673 or 14640038. OLE color: 14640038.
HSL color Cylindrical-coordinate representation of color #A663DF: hue angle of 272.42º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A663DF is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 99 | 223 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.13 |
| HSL | 272.42º | 0.66% | 0.63% | - |
| HSV(B) | 272.42º | 0.56% | 0.87% | - |
| XYZ | 33.51 | 22.36 | 72.36 | - |
| YUV | 133.17 | 178.7 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 99 | 223 | 0.26 | 0.56 | 0 | 0.13 | 272.42 | 0.66 | 0.63 |
| Hex | A6 | 63 | DF | 1A | 38 | 0 | D | 110 | 42 | 3F |
| Octal | 246 | 143 | 337 | 32 | 70 | 0 | 15 | 420 | 102 | 77 |
| Binary | 10100110 | 1100011 | 11011111 | 11010 | 111000 | 0 | 1101 | 100010000 | 1000010 | 111111 |
Color Harmonies of #A663DF
Complementary color
Monochromatic Colors of #A663DF
Black with #A663DF
Text Example
Text Example
White with #A663DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A663DF; }
p { color: rgb(166,99,223); }
H1.HeaderClassName
{
color: #A663DF;
}
.AnyTagClassName
{
color: #A663DF;
}
</style>
background-color css
<style>
a { background-color: #A663DF; }
a { background-color: rgb(166,99,223); }
div.DivClassName
{
background-color: #A663DF;
}
.BgClassName
{
background-color: #A663DF;
}
</style>
border-color css
<style>
span { border-color: #A663DF; }
span { border-color: rgb(166,99,223); }
td.TdClassName
{
border-color: #A663DF;
}
.TagClassName
{
border-color: #A663DF;
}
</style>