Shades of Amethyst #A169DD
Tints of Amethyst #A169DD
RGB
CMYK
RGB Variations
Color information
#A169DD (or 0xA169DD) is known color: Amethyst. HEX triplet: A1, 69 and DD. RGB value is (161,105,221). Sum of RGB (Red+Green+Blue) = 161+105+221=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #A169DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A169DD is #5E9622. Grayscale: #868686. Windows color (decimal): -6198819 or 14510497. OLE color: 14510497.
HSL color Cylindrical-coordinate representation of color #A169DD: hue angle of 268.97º 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 #A169DD is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 105 | 221 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.13 |
| HSL | 268.97º | 0.63% | 0.64% | - |
| HSV(B) | 268.97º | 0.52% | 0.87% | - |
| XYZ | 32.8 | 22.9 | 71.1 | - |
| YUV | 134.97 | 176.55 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 221 | 0.27 | 0.52 | 0 | 0.13 | 268.97 | 0.63 | 0.64 |
| Hex | A1 | 69 | DD | 1B | 34 | 0 | D | 10D | 3F | 40 |
| Octal | 241 | 151 | 335 | 33 | 64 | 0 | 15 | 415 | 77 | 100 |
| Binary | 10100001 | 1101001 | 11011101 | 11011 | 110100 | 0 | 1101 | 100001101 | 111111 | 1000000 |
Color Harmonies of #A169DD
Complementary color
Monochromatic Colors of #A169DD
Black with #A169DD
Text Example
Text Example
White with #A169DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A169DD; }
p { color: rgb(161,105,221); }
H1.HeaderClassName
{
color: #A169DD;
}
.AnyTagClassName
{
color: #A169DD;
}
</style>
background-color css
<style>
a { background-color: #A169DD; }
a { background-color: rgb(161,105,221); }
div.DivClassName
{
background-color: #A169DD;
}
.BgClassName
{
background-color: #A169DD;
}
</style>
border-color css
<style>
span { border-color: #A169DD; }
span { border-color: rgb(161,105,221); }
td.TdClassName
{
border-color: #A169DD;
}
.TagClassName
{
border-color: #A169DD;
}
</style>