Shades of Amethyst #A669DD
Tints of Amethyst #A669DD
RGB
CMYK
RGB Variations
Color information
#A669DD (or 0xA669DD) is known color: Amethyst. HEX triplet: A6, 69 and DD. RGB value is (166,105,221). Sum of RGB (Red+Green+Blue) = 166+105+221=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #A669DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669DD is #599622. Grayscale: #888888. Windows color (decimal): -5871139 or 14510502. OLE color: 14510502.
HSL color Cylindrical-coordinate representation of color #A669DD: hue angle of 271.55º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A669DD is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 105 | 221 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.13 |
| HSL | 271.55º | 0.63% | 0.64% | - |
| HSV(B) | 271.55º | 0.52% | 0.87% | - |
| XYZ | 33.83 | 23.43 | 71.15 | - |
| YUV | 136.46 | 175.71 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 105 | 221 | 0.25 | 0.52 | 0 | 0.13 | 271.55 | 0.63 | 0.64 |
| Hex | A6 | 69 | DD | 19 | 34 | 0 | D | 110 | 3F | 40 |
| Octal | 246 | 151 | 335 | 31 | 64 | 0 | 15 | 420 | 77 | 100 |
| Binary | 10100110 | 1101001 | 11011101 | 11001 | 110100 | 0 | 1101 | 100010000 | 111111 | 1000000 |
Color Harmonies of #A669DD
Complementary color
Monochromatic Colors of #A669DD
Black with #A669DD
Text Example
Text Example
White with #A669DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A669DD; }
p { color: rgb(166,105,221); }
H1.HeaderClassName
{
color: #A669DD;
}
.AnyTagClassName
{
color: #A669DD;
}
</style>
background-color css
<style>
a { background-color: #A669DD; }
a { background-color: rgb(166,105,221); }
div.DivClassName
{
background-color: #A669DD;
}
.BgClassName
{
background-color: #A669DD;
}
</style>
border-color css
<style>
span { border-color: #A669DD; }
span { border-color: rgb(166,105,221); }
td.TdClassName
{
border-color: #A669DD;
}
.TagClassName
{
border-color: #A669DD;
}
</style>