Shades of Amethyst #A163DB
Tints of Amethyst #A163DB
RGB
CMYK
RGB Variations
Color information
#A163DB (or 0xA163DB) is known color: Amethyst. HEX triplet: A1, 63 and DB. RGB value is (161,99,219). Sum of RGB (Red+Green+Blue) = 161+99+219=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #A163DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163DB is #5E9C24. Grayscale: #828282. Windows color (decimal): -6200357 or 14377889. OLE color: 14377889.
HSL color Cylindrical-coordinate representation of color #A163DB: hue angle of 271º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A163DB is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 99 | 219 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.14 |
| HSL | 271º | 0.63% | 0.62% | - |
| HSV(B) | 271º | 0.55% | 0.86% | - |
| XYZ | 31.95 | 21.62 | 69.51 | - |
| YUV | 131.22 | 177.54 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 219 | 0.26 | 0.55 | 0 | 0.14 | 271 | 0.63 | 0.62 |
| Hex | A1 | 63 | DB | 1A | 37 | 0 | E | 10F | 3E | 3E |
| Octal | 241 | 143 | 333 | 32 | 67 | 0 | 16 | 417 | 76 | 76 |
| Binary | 10100001 | 1100011 | 11011011 | 11010 | 110111 | 0 | 1110 | 100001111 | 111110 | 111110 |
Color Harmonies of #A163DB
Complementary color
Monochromatic Colors of #A163DB
Black with #A163DB
Text Example
Text Example
White with #A163DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A163DB; }
p { color: rgb(161,99,219); }
H1.HeaderClassName
{
color: #A163DB;
}
.AnyTagClassName
{
color: #A163DB;
}
</style>
background-color css
<style>
a { background-color: #A163DB; }
a { background-color: rgb(161,99,219); }
div.DivClassName
{
background-color: #A163DB;
}
.BgClassName
{
background-color: #A163DB;
}
</style>
border-color css
<style>
span { border-color: #A163DB; }
span { border-color: rgb(161,99,219); }
td.TdClassName
{
border-color: #A163DB;
}
.TagClassName
{
border-color: #A163DB;
}
</style>