Shades of Amethyst #A163CF
Tints of Amethyst #A163CF
RGB
CMYK
RGB Variations
Color information
#A163CF (or 0xA163CF) is known color: Amethyst. HEX triplet: A1, 63 and CF. RGB value is (161,99,207). Sum of RGB (Red+Green+Blue) = 161+99+207=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #A163CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163CF is #5E9C30. Grayscale: #818181. Windows color (decimal): -6200369 or 13591457. OLE color: 13591457.
HSL color Cylindrical-coordinate representation of color #A163CF: hue angle of 274.44º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A163CF is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 99 | 207 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.19 |
| HSL | 274.44º | 0.53% | 0.6% | - |
| HSV(B) | 274.44º | 0.52% | 0.81% | - |
| XYZ | 30.42 | 21.01 | 61.48 | - |
| YUV | 129.85 | 171.54 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 207 | 0.22 | 0.52 | 0 | 0.19 | 274.44 | 0.53 | 0.6 |
| Hex | A1 | 63 | CF | 16 | 34 | 0 | 13 | 112 | 35 | 3C |
| Octal | 241 | 143 | 317 | 26 | 64 | 0 | 23 | 422 | 65 | 74 |
| Binary | 10100001 | 1100011 | 11001111 | 10110 | 110100 | 0 | 10011 | 100010010 | 110101 | 111100 |
Color Harmonies of #A163CF
Complementary color
Monochromatic Colors of #A163CF
Black with #A163CF
Text Example
Text Example
White with #A163CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A163CF; }
p { color: rgb(161,99,207); }
H1.HeaderClassName
{
color: #A163CF;
}
.AnyTagClassName
{
color: #A163CF;
}
</style>
background-color css
<style>
a { background-color: #A163CF; }
a { background-color: rgb(161,99,207); }
div.DivClassName
{
background-color: #A163CF;
}
.BgClassName
{
background-color: #A163CF;
}
</style>
border-color css
<style>
span { border-color: #A163CF; }
span { border-color: rgb(161,99,207); }
td.TdClassName
{
border-color: #A163CF;
}
.TagClassName
{
border-color: #A163CF;
}
</style>