Shades of Amethyst #A066DF
Tints of Amethyst #A066DF
RGB
CMYK
RGB Variations
Color information
#A066DF (or 0xA066DF) is known color: Amethyst. HEX triplet: A0, 66 and DF. RGB value is (160,102,223). Sum of RGB (Red+Green+Blue) = 160+102+223=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #A066DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A066DF is #5F9920. Grayscale: #848484. Windows color (decimal): -6265121 or 14640800. OLE color: 14640800.
HSL color Cylindrical-coordinate representation of color #A066DF: hue angle of 268.76º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A066DF is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 102 | 223 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.13 |
| HSL | 268.76º | 0.65% | 0.64% | - |
| HSV(B) | 268.76º | 0.54% | 0.87% | - |
| XYZ | 32.57 | 22.3 | 72.4 | - |
| YUV | 133.14 | 178.72 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 223 | 0.28 | 0.54 | 0 | 0.13 | 268.76 | 0.65 | 0.64 |
| Hex | A0 | 66 | DF | 1C | 36 | 0 | D | 10D | 41 | 40 |
| Octal | 240 | 146 | 337 | 34 | 66 | 0 | 15 | 415 | 101 | 100 |
| Binary | 10100000 | 1100110 | 11011111 | 11100 | 110110 | 0 | 1101 | 100001101 | 1000001 | 1000000 |
Color Harmonies of #A066DF
Complementary color
Monochromatic Colors of #A066DF
Black with #A066DF
Text Example
Text Example
White with #A066DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A066DF; }
p { color: rgb(160,102,223); }
H1.HeaderClassName
{
color: #A066DF;
}
.AnyTagClassName
{
color: #A066DF;
}
</style>
background-color css
<style>
a { background-color: #A066DF; }
a { background-color: rgb(160,102,223); }
div.DivClassName
{
background-color: #A066DF;
}
.BgClassName
{
background-color: #A066DF;
}
</style>
border-color css
<style>
span { border-color: #A066DF; }
span { border-color: rgb(160,102,223); }
td.TdClassName
{
border-color: #A066DF;
}
.TagClassName
{
border-color: #A066DF;
}
</style>