Shades of Amethyst #A163DD
Tints of Amethyst #A163DD
RGB
CMYK
RGB Variations
Color information
#A163DD (or 0xA163DD) is known color: Amethyst. HEX triplet: A1, 63 and DD. RGB value is (161,99,221). Sum of RGB (Red+Green+Blue) = 161+99+221=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #A163DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163DD is #5E9C22. Grayscale: #838383. Windows color (decimal): -6200355 or 14508961. OLE color: 14508961.
HSL color Cylindrical-coordinate representation of color #A163DD: hue angle of 270.49º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A163DD is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 99 | 221 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.13 |
| HSL | 270.49º | 0.64% | 0.63% | - |
| HSV(B) | 270.49º | 0.55% | 0.87% | - |
| XYZ | 32.21 | 21.72 | 70.9 | - |
| YUV | 131.45 | 178.54 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 221 | 0.27 | 0.55 | 0 | 0.13 | 270.49 | 0.64 | 0.63 |
| Hex | A1 | 63 | DD | 1B | 37 | 0 | D | 10E | 40 | 3F |
| Octal | 241 | 143 | 335 | 33 | 67 | 0 | 15 | 416 | 100 | 77 |
| Binary | 10100001 | 1100011 | 11011101 | 11011 | 110111 | 0 | 1101 | 100001110 | 1000000 | 111111 |
Color Harmonies of #A163DD
Complementary color
Monochromatic Colors of #A163DD
Black with #A163DD
Text Example
Text Example
White with #A163DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A163DD; }
p { color: rgb(161,99,221); }
H1.HeaderClassName
{
color: #A163DD;
}
.AnyTagClassName
{
color: #A163DD;
}
</style>
background-color css
<style>
a { background-color: #A163DD; }
a { background-color: rgb(161,99,221); }
div.DivClassName
{
background-color: #A163DD;
}
.BgClassName
{
background-color: #A163DD;
}
</style>
border-color css
<style>
span { border-color: #A163DD; }
span { border-color: rgb(161,99,221); }
td.TdClassName
{
border-color: #A163DD;
}
.TagClassName
{
border-color: #A163DD;
}
</style>