Shades of Amethyst #A165DF
Tints of Amethyst #A165DF
RGB
CMYK
RGB Variations
Color information
#A165DF (or 0xA165DF) is known color: Amethyst. HEX triplet: A1, 65 and DF. RGB value is (161,101,223). Sum of RGB (Red+Green+Blue) = 161+101+223=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #A165DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A165DF is #5E9A20. Grayscale: #848484. Windows color (decimal): -6199841 or 14640545. OLE color: 14640545.
HSL color Cylindrical-coordinate representation of color #A165DF: hue angle of 269.51º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A165DF is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 101 | 223 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.13 |
| HSL | 269.51º | 0.66% | 0.64% | - |
| HSV(B) | 269.51º | 0.55% | 0.87% | - |
| XYZ | 32.67 | 22.21 | 72.38 | - |
| YUV | 132.85 | 178.88 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 223 | 0.28 | 0.55 | 0 | 0.13 | 269.51 | 0.66 | 0.64 |
| Hex | A1 | 65 | DF | 1C | 37 | 0 | D | 10E | 42 | 40 |
| Octal | 241 | 145 | 337 | 34 | 67 | 0 | 15 | 416 | 102 | 100 |
| Binary | 10100001 | 1100101 | 11011111 | 11100 | 110111 | 0 | 1101 | 100001110 | 1000010 | 1000000 |
Color Harmonies of #A165DF
Complementary color
Monochromatic Colors of #A165DF
Black with #A165DF
Text Example
Text Example
White with #A165DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A165DF; }
p { color: rgb(161,101,223); }
H1.HeaderClassName
{
color: #A165DF;
}
.AnyTagClassName
{
color: #A165DF;
}
</style>
background-color css
<style>
a { background-color: #A165DF; }
a { background-color: rgb(161,101,223); }
div.DivClassName
{
background-color: #A165DF;
}
.BgClassName
{
background-color: #A165DF;
}
</style>
border-color css
<style>
span { border-color: #A165DF; }
span { border-color: rgb(161,101,223); }
td.TdClassName
{
border-color: #A165DF;
}
.TagClassName
{
border-color: #A165DF;
}
</style>