Shades of Amethyst #A963C9
Tints of Amethyst #A963C9
RGB
CMYK
RGB Variations
Color information
#A963C9 (or 0xA963C9) is known color: Amethyst. HEX triplet: A9, 63 and C9. RGB value is (169,99,201). Sum of RGB (Red+Green+Blue) = 169+99+201=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #A963C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963C9 is #569C36. Grayscale: #838383. Windows color (decimal): -5676087 or 13198249. OLE color: 13198249.
HSL color Cylindrical-coordinate representation of color #A963C9: hue angle of 281.18º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A963C9 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 99 | 201 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.21 |
| HSL | 281.18º | 0.49% | 0.59% | - |
| HSV(B) | 281.18º | 0.51% | 0.79% | - |
| XYZ | 31.37 | 21.58 | 57.77 | - |
| YUV | 131.56 | 167.19 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 201 | 0.16 | 0.51 | 0 | 0.21 | 281.18 | 0.49 | 0.59 |
| Hex | A9 | 63 | C9 | 10 | 33 | 0 | 15 | 119 | 31 | 3B |
| Octal | 251 | 143 | 311 | 20 | 63 | 0 | 25 | 431 | 61 | 73 |
| Binary | 10101001 | 1100011 | 11001001 | 10000 | 110011 | 0 | 10101 | 100011001 | 110001 | 111011 |
Color Harmonies of #A963C9
Complementary color
Monochromatic Colors of #A963C9
Black with #A963C9
Text Example
Text Example
White with #A963C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A963C9; }
p { color: rgb(169,99,201); }
H1.HeaderClassName
{
color: #A963C9;
}
.AnyTagClassName
{
color: #A963C9;
}
</style>
background-color css
<style>
a { background-color: #A963C9; }
a { background-color: rgb(169,99,201); }
div.DivClassName
{
background-color: #A963C9;
}
.BgClassName
{
background-color: #A963C9;
}
</style>
border-color css
<style>
span { border-color: #A963C9; }
span { border-color: rgb(169,99,201); }
td.TdClassName
{
border-color: #A963C9;
}
.TagClassName
{
border-color: #A963C9;
}
</style>