Shades of Amethyst #A662DD
Tints of Amethyst #A662DD
RGB
CMYK
RGB Variations
Color information
#A662DD (or 0xA662DD) is known color: Amethyst. HEX triplet: A6, 62 and DD. RGB value is (166,98,221). Sum of RGB (Red+Green+Blue) = 166+98+221=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #A662DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A662DD is #599D22. Grayscale: #838383. Windows color (decimal): -5872931 or 14508710. OLE color: 14508710.
HSL color Cylindrical-coordinate representation of color #A662DD: hue angle of 273.17º degrees, saturation: 0.64, 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 #A662DD is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 98 | 221 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.13 |
| HSL | 273.17º | 0.64% | 0.63% | - |
| HSV(B) | 273.17º | 0.56% | 0.87% | - |
| XYZ | 33.14 | 22.06 | 70.92 | - |
| YUV | 132.35 | 178.03 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 98 | 221 | 0.25 | 0.56 | 0 | 0.13 | 273.17 | 0.64 | 0.63 |
| Hex | A6 | 62 | DD | 19 | 38 | 0 | D | 111 | 40 | 3F |
| Octal | 246 | 142 | 335 | 31 | 70 | 0 | 15 | 421 | 100 | 77 |
| Binary | 10100110 | 1100010 | 11011101 | 11001 | 111000 | 0 | 1101 | 100010001 | 1000000 | 111111 |
Color Harmonies of #A662DD
Complementary color
Monochromatic Colors of #A662DD
Black with #A662DD
Text Example
Text Example
White with #A662DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A662DD; }
p { color: rgb(166,98,221); }
H1.HeaderClassName
{
color: #A662DD;
}
.AnyTagClassName
{
color: #A662DD;
}
</style>
background-color css
<style>
a { background-color: #A662DD; }
a { background-color: rgb(166,98,221); }
div.DivClassName
{
background-color: #A662DD;
}
.BgClassName
{
background-color: #A662DD;
}
</style>
border-color css
<style>
span { border-color: #A662DD; }
span { border-color: rgb(166,98,221); }
td.TdClassName
{
border-color: #A662DD;
}
.TagClassName
{
border-color: #A662DD;
}
</style>