Shades of Amethyst #A666DA
Tints of Amethyst #A666DA
RGB
CMYK
RGB Variations
Color information
#A666DA (or 0xA666DA) is known color: Amethyst. HEX triplet: A6, 66 and DA. RGB value is (166,102,218). Sum of RGB (Red+Green+Blue) = 166+102+218=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #A666DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666DA is #599925. Grayscale: #858585. Windows color (decimal): -5871910 or 14313126. OLE color: 14313126.
HSL color Cylindrical-coordinate representation of color #A666DA: hue angle of 273.1º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A666DA is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 102 | 218 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.15 |
| HSL | 273.1º | 0.61% | 0.63% | - |
| HSV(B) | 273.1º | 0.53% | 0.85% | - |
| XYZ | 33.13 | 22.67 | 68.96 | - |
| YUV | 134.36 | 175.2 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 218 | 0.24 | 0.53 | 0 | 0.15 | 273.1 | 0.61 | 0.63 |
| Hex | A6 | 66 | DA | 18 | 35 | 0 | F | 111 | 3D | 3F |
| Octal | 246 | 146 | 332 | 30 | 65 | 0 | 17 | 421 | 75 | 77 |
| Binary | 10100110 | 1100110 | 11011010 | 11000 | 110101 | 0 | 1111 | 100010001 | 111101 | 111111 |
Color Harmonies of #A666DA
Complementary color
Monochromatic Colors of #A666DA
Black with #A666DA
Text Example
Text Example
White with #A666DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A666DA; }
p { color: rgb(166,102,218); }
H1.HeaderClassName
{
color: #A666DA;
}
.AnyTagClassName
{
color: #A666DA;
}
</style>
background-color css
<style>
a { background-color: #A666DA; }
a { background-color: rgb(166,102,218); }
div.DivClassName
{
background-color: #A666DA;
}
.BgClassName
{
background-color: #A666DA;
}
</style>
border-color css
<style>
span { border-color: #A666DA; }
span { border-color: rgb(166,102,218); }
td.TdClassName
{
border-color: #A666DA;
}
.TagClassName
{
border-color: #A666DA;
}
</style>