Shades of Amethyst #A963CF
Tints of Amethyst #A963CF
RGB
CMYK
RGB Variations
Color information
#A963CF (or 0xA963CF) is known color: Amethyst. HEX triplet: A9, 63 and CF. RGB value is (169,99,207). Sum of RGB (Red+Green+Blue) = 169+99+207=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #A963CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963CF is #569C30. Grayscale: #838383. Windows color (decimal): -5676081 or 13591465. OLE color: 13591465.
HSL color Cylindrical-coordinate representation of color #A963CF: hue angle of 278.89º 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 #A963CF is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 99 | 207 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.19 |
| HSL | 278.89º | 0.53% | 0.6% | - |
| HSV(B) | 278.89º | 0.52% | 0.81% | - |
| XYZ | 32.09 | 21.86 | 61.56 | - |
| YUV | 132.24 | 170.19 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 207 | 0.18 | 0.52 | 0 | 0.19 | 278.89 | 0.53 | 0.6 |
| Hex | A9 | 63 | CF | 12 | 34 | 0 | 13 | 117 | 35 | 3C |
| Octal | 251 | 143 | 317 | 22 | 64 | 0 | 23 | 427 | 65 | 74 |
| Binary | 10101001 | 1100011 | 11001111 | 10010 | 110100 | 0 | 10011 | 100010111 | 110101 | 111100 |
Color Harmonies of #A963CF
Complementary color
Monochromatic Colors of #A963CF
Black with #A963CF
Text Example
Text Example
White with #A963CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A963CF; }
p { color: rgb(169,99,207); }
H1.HeaderClassName
{
color: #A963CF;
}
.AnyTagClassName
{
color: #A963CF;
}
</style>
background-color css
<style>
a { background-color: #A963CF; }
a { background-color: rgb(169,99,207); }
div.DivClassName
{
background-color: #A963CF;
}
.BgClassName
{
background-color: #A963CF;
}
</style>
border-color css
<style>
span { border-color: #A963CF; }
span { border-color: rgb(169,99,207); }
td.TdClassName
{
border-color: #A963CF;
}
.TagClassName
{
border-color: #A963CF;
}
</style>