Shades of Amethyst #A161CF
Tints of Amethyst #A161CF
RGB
CMYK
RGB Variations
Color information
#A161CF (or 0xA161CF) is known color: Amethyst. HEX triplet: A1, 61 and CF. RGB value is (161,97,207). Sum of RGB (Red+Green+Blue) = 161+97+207=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #A161CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A161CF is #5E9E30. Grayscale: #808080. Windows color (decimal): -6200881 or 13590945. OLE color: 13590945.
HSL color Cylindrical-coordinate representation of color #A161CF: hue angle of 274.91º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A161CF is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 97 | 207 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.19 |
| HSL | 274.91º | 0.53% | 0.6% | - |
| HSV(B) | 274.91º | 0.53% | 0.81% | - |
| XYZ | 30.24 | 20.63 | 61.42 | - |
| YUV | 128.68 | 172.2 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 207 | 0.22 | 0.53 | 0 | 0.19 | 274.91 | 0.53 | 0.6 |
| Hex | A1 | 61 | CF | 16 | 35 | 0 | 13 | 113 | 35 | 3C |
| Octal | 241 | 141 | 317 | 26 | 65 | 0 | 23 | 423 | 65 | 74 |
| Binary | 10100001 | 1100001 | 11001111 | 10110 | 110101 | 0 | 10011 | 100010011 | 110101 | 111100 |
Color Harmonies of #A161CF
Complementary color
Monochromatic Colors of #A161CF
Black with #A161CF
Text Example
Text Example
White with #A161CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A161CF; }
p { color: rgb(161,97,207); }
H1.HeaderClassName
{
color: #A161CF;
}
.AnyTagClassName
{
color: #A161CF;
}
</style>
background-color css
<style>
a { background-color: #A161CF; }
a { background-color: rgb(161,97,207); }
div.DivClassName
{
background-color: #A161CF;
}
.BgClassName
{
background-color: #A161CF;
}
</style>
border-color css
<style>
span { border-color: #A161CF; }
span { border-color: rgb(161,97,207); }
td.TdClassName
{
border-color: #A161CF;
}
.TagClassName
{
border-color: #A161CF;
}
</style>