Shades of Amethyst #A163D4
Tints of Amethyst #A163D4
RGB
CMYK
RGB Variations
Color information
#A163D4 (or 0xA163D4) is known color: Amethyst. HEX triplet: A1, 63 and D4. RGB value is (161,99,212). Sum of RGB (Red+Green+Blue) = 161+99+212=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 212 - color contains mainly: blue. Hex color #A163D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163D4 is #5E9C2B. Grayscale: #828282. Windows color (decimal): -6200364 or 13919137. OLE color: 13919137.
HSL color Cylindrical-coordinate representation of color #A163D4: hue angle of 272.92º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A163D4 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 99 | 212 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.17 |
| HSL | 272.92º | 0.57% | 0.61% | - |
| HSV(B) | 272.92º | 0.53% | 0.83% | - |
| XYZ | 31.04 | 21.25 | 64.75 | - |
| YUV | 130.42 | 174.04 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 212 | 0.24 | 0.53 | 0 | 0.17 | 272.92 | 0.57 | 0.61 |
| Hex | A1 | 63 | D4 | 18 | 35 | 0 | 11 | 111 | 39 | 3D |
| Octal | 241 | 143 | 324 | 30 | 65 | 0 | 21 | 421 | 71 | 75 |
| Binary | 10100001 | 1100011 | 11010100 | 11000 | 110101 | 0 | 10001 | 100010001 | 111001 | 111101 |
Color Harmonies of #A163D4
Complementary color
Monochromatic Colors of #A163D4
Black with #A163D4
Text Example
Text Example
White with #A163D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A163D4; }
p { color: rgb(161,99,212); }
H1.HeaderClassName
{
color: #A163D4;
}
.AnyTagClassName
{
color: #A163D4;
}
</style>
background-color css
<style>
a { background-color: #A163D4; }
a { background-color: rgb(161,99,212); }
div.DivClassName
{
background-color: #A163D4;
}
.BgClassName
{
background-color: #A163D4;
}
</style>
border-color css
<style>
span { border-color: #A163D4; }
span { border-color: rgb(161,99,212); }
td.TdClassName
{
border-color: #A163D4;
}
.TagClassName
{
border-color: #A163D4;
}
</style>