Shades of Amethyst #A066DD
Tints of Amethyst #A066DD
RGB
CMYK
RGB Variations
Color information
#A066DD (or 0xA066DD) is known color: Amethyst. HEX triplet: A0, 66 and DD. RGB value is (160,102,221). Sum of RGB (Red+Green+Blue) = 160+102+221=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #A066DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A066DD is #5F9922. Grayscale: #848484. Windows color (decimal): -6265123 or 14509728. OLE color: 14509728.
HSL color Cylindrical-coordinate representation of color #A066DD: hue angle of 269.24º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A066DD is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 102 | 221 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.13 |
| HSL | 269.24º | 0.64% | 0.63% | - |
| HSV(B) | 269.24º | 0.54% | 0.87% | - |
| XYZ | 32.3 | 22.2 | 70.99 | - |
| YUV | 132.91 | 177.72 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 221 | 0.28 | 0.54 | 0 | 0.13 | 269.24 | 0.64 | 0.63 |
| Hex | A0 | 66 | DD | 1C | 36 | 0 | D | 10D | 40 | 3F |
| Octal | 240 | 146 | 335 | 34 | 66 | 0 | 15 | 415 | 100 | 77 |
| Binary | 10100000 | 1100110 | 11011101 | 11100 | 110110 | 0 | 1101 | 100001101 | 1000000 | 111111 |
Color Harmonies of #A066DD
Complementary color
Monochromatic Colors of #A066DD
Black with #A066DD
Text Example
Text Example
White with #A066DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A066DD; }
p { color: rgb(160,102,221); }
H1.HeaderClassName
{
color: #A066DD;
}
.AnyTagClassName
{
color: #A066DD;
}
</style>
background-color css
<style>
a { background-color: #A066DD; }
a { background-color: rgb(160,102,221); }
div.DivClassName
{
background-color: #A066DD;
}
.BgClassName
{
background-color: #A066DD;
}
</style>
border-color css
<style>
span { border-color: #A066DD; }
span { border-color: rgb(160,102,221); }
td.TdClassName
{
border-color: #A066DD;
}
.TagClassName
{
border-color: #A066DD;
}
</style>