Shades of Amethyst #A163DC
Tints of Amethyst #A163DC
RGB
CMYK
RGB Variations
Color information
#A163DC (or 0xA163DC) is known color: Amethyst. HEX triplet: A1, 63 and DC. RGB value is (161,99,220). Sum of RGB (Red+Green+Blue) = 161+99+220=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #A163DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163DC is #5E9C23. Grayscale: #828282. Windows color (decimal): -6200356 or 14443425. OLE color: 14443425.
HSL color Cylindrical-coordinate representation of color #A163DC: hue angle of 270.74º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A163DC is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 99 | 220 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.14 |
| HSL | 270.74º | 0.63% | 0.63% | - |
| HSV(B) | 270.74º | 0.55% | 0.86% | - |
| XYZ | 32.08 | 21.67 | 70.2 | - |
| YUV | 131.33 | 178.04 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 220 | 0.27 | 0.55 | 0 | 0.14 | 270.74 | 0.63 | 0.63 |
| Hex | A1 | 63 | DC | 1B | 37 | 0 | E | 10F | 3F | 3F |
| Octal | 241 | 143 | 334 | 33 | 67 | 0 | 16 | 417 | 77 | 77 |
| Binary | 10100001 | 1100011 | 11011100 | 11011 | 110111 | 0 | 1110 | 100001111 | 111111 | 111111 |
Color Harmonies of #A163DC
Complementary color
Monochromatic Colors of #A163DC
Black with #A163DC
Text Example
Text Example
White with #A163DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A163DC; }
p { color: rgb(161,99,220); }
H1.HeaderClassName
{
color: #A163DC;
}
.AnyTagClassName
{
color: #A163DC;
}
</style>
background-color css
<style>
a { background-color: #A163DC; }
a { background-color: rgb(161,99,220); }
div.DivClassName
{
background-color: #A163DC;
}
.BgClassName
{
background-color: #A163DC;
}
</style>
border-color css
<style>
span { border-color: #A163DC; }
span { border-color: rgb(161,99,220); }
td.TdClassName
{
border-color: #A163DC;
}
.TagClassName
{
border-color: #A163DC;
}
</style>