Shades of Amethyst #A165DB
Tints of Amethyst #A165DB
RGB
CMYK
RGB Variations
Color information
#A165DB (or 0xA165DB) is known color: Amethyst. HEX triplet: A1, 65 and DB. RGB value is (161,101,219). Sum of RGB (Red+Green+Blue) = 161+101+219=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #A165DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A165DB is #5E9A24. Grayscale: #838383. Windows color (decimal): -6199845 or 14378401. OLE color: 14378401.
HSL color Cylindrical-coordinate representation of color #A165DB: hue angle of 270.51º degrees, saturation: 0.62, 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 #A165DB is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 101 | 219 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.14 |
| HSL | 270.51º | 0.62% | 0.63% | - |
| HSV(B) | 270.51º | 0.54% | 0.86% | - |
| XYZ | 32.14 | 22 | 69.57 | - |
| YUV | 132.39 | 176.88 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 219 | 0.26 | 0.54 | 0 | 0.14 | 270.51 | 0.62 | 0.63 |
| Hex | A1 | 65 | DB | 1A | 36 | 0 | E | 10F | 3E | 3F |
| Octal | 241 | 145 | 333 | 32 | 66 | 0 | 16 | 417 | 76 | 77 |
| Binary | 10100001 | 1100101 | 11011011 | 11010 | 110110 | 0 | 1110 | 100001111 | 111110 | 111111 |
Color Harmonies of #A165DB
Complementary color
Monochromatic Colors of #A165DB
Black with #A165DB
Text Example
Text Example
White with #A165DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A165DB; }
p { color: rgb(161,101,219); }
H1.HeaderClassName
{
color: #A165DB;
}
.AnyTagClassName
{
color: #A165DB;
}
</style>
background-color css
<style>
a { background-color: #A165DB; }
a { background-color: rgb(161,101,219); }
div.DivClassName
{
background-color: #A165DB;
}
.BgClassName
{
background-color: #A165DB;
}
</style>
border-color css
<style>
span { border-color: #A165DB; }
span { border-color: rgb(161,101,219); }
td.TdClassName
{
border-color: #A165DB;
}
.TagClassName
{
border-color: #A165DB;
}
</style>