Shades of Amethyst #A164DB
Tints of Amethyst #A164DB
RGB
CMYK
RGB Variations
Color information
#A164DB (or 0xA164DB) is known color: Amethyst. HEX triplet: A1, 64 and DB. RGB value is (161,100,219). Sum of RGB (Red+Green+Blue) = 161+100+219=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #A164DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A164DB is #5E9B24. Grayscale: #838383. Windows color (decimal): -6200101 or 14378145. OLE color: 14378145.
HSL color Cylindrical-coordinate representation of color #A164DB: hue angle of 270.76º 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 #A164DB is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 100 | 219 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.14 |
| HSL | 270.76º | 0.62% | 0.63% | - |
| HSV(B) | 270.76º | 0.54% | 0.86% | - |
| XYZ | 32.04 | 21.81 | 69.54 | - |
| YUV | 131.81 | 177.21 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 219 | 0.26 | 0.54 | 0 | 0.14 | 270.76 | 0.62 | 0.63 |
| Hex | A1 | 64 | DB | 1A | 36 | 0 | E | 10F | 3E | 3F |
| Octal | 241 | 144 | 333 | 32 | 66 | 0 | 16 | 417 | 76 | 77 |
| Binary | 10100001 | 1100100 | 11011011 | 11010 | 110110 | 0 | 1110 | 100001111 | 111110 | 111111 |
Color Harmonies of #A164DB
Complementary color
Monochromatic Colors of #A164DB
Black with #A164DB
Text Example
Text Example
White with #A164DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A164DB; }
p { color: rgb(161,100,219); }
H1.HeaderClassName
{
color: #A164DB;
}
.AnyTagClassName
{
color: #A164DB;
}
</style>
background-color css
<style>
a { background-color: #A164DB; }
a { background-color: rgb(161,100,219); }
div.DivClassName
{
background-color: #A164DB;
}
.BgClassName
{
background-color: #A164DB;
}
</style>
border-color css
<style>
span { border-color: #A164DB; }
span { border-color: rgb(161,100,219); }
td.TdClassName
{
border-color: #A164DB;
}
.TagClassName
{
border-color: #A164DB;
}
</style>