Shades of Amethyst #A165DC
Tints of Amethyst #A165DC
RGB
CMYK
RGB Variations
Color information
#A165DC (or 0xA165DC) is known color: Amethyst. HEX triplet: A1, 65 and DC. RGB value is (161,101,220). Sum of RGB (Red+Green+Blue) = 161+101+220=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #A165DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A165DC is #5E9A23. Grayscale: #848484. Windows color (decimal): -6199844 or 14443937. OLE color: 14443937.
HSL color Cylindrical-coordinate representation of color #A165DC: hue angle of 270.25º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A165DC is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 101 | 220 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.14 |
| HSL | 270.25º | 0.63% | 0.63% | - |
| HSV(B) | 270.25º | 0.54% | 0.86% | - |
| XYZ | 32.27 | 22.05 | 70.27 | - |
| YUV | 132.51 | 177.38 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 220 | 0.27 | 0.54 | 0 | 0.14 | 270.25 | 0.63 | 0.63 |
| Hex | A1 | 65 | DC | 1B | 36 | 0 | E | 10E | 3F | 3F |
| Octal | 241 | 145 | 334 | 33 | 66 | 0 | 16 | 416 | 77 | 77 |
| Binary | 10100001 | 1100101 | 11011100 | 11011 | 110110 | 0 | 1110 | 100001110 | 111111 | 111111 |
Color Harmonies of #A165DC
Complementary color
Monochromatic Colors of #A165DC
Black with #A165DC
Text Example
Text Example
White with #A165DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A165DC; }
p { color: rgb(161,101,220); }
H1.HeaderClassName
{
color: #A165DC;
}
.AnyTagClassName
{
color: #A165DC;
}
</style>
background-color css
<style>
a { background-color: #A165DC; }
a { background-color: rgb(161,101,220); }
div.DivClassName
{
background-color: #A165DC;
}
.BgClassName
{
background-color: #A165DC;
}
</style>
border-color css
<style>
span { border-color: #A165DC; }
span { border-color: rgb(161,101,220); }
td.TdClassName
{
border-color: #A165DC;
}
.TagClassName
{
border-color: #A165DC;
}
</style>