Shades of Amethyst #A963E7
Tints of Amethyst #A963E7
RGB
CMYK
RGB Variations
Color information
#A963E7 (or 0xA963E7) is known color: Amethyst. HEX triplet: A9, 63 and E7. RGB value is (169,99,231). Sum of RGB (Red+Green+Blue) = 169+99+231=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 231 (90.62% from 255 or 46.29% from 499); Max value from RGB is 231 - color contains mainly: blue. Hex color #A963E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A963E7 is #569C18. Grayscale: #868686. Windows color (decimal): -5676057 or 15164329. OLE color: 15164329.
HSL color Cylindrical-coordinate representation of color #A963E7: hue angle of 271.82º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A963E7 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 99 | 231 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.09 |
| HSL | 271.82º | 0.73% | 0.65% | - |
| HSV(B) | 271.82º | 0.57% | 0.91% | - |
| XYZ | 35.25 | 23.13 | 78.21 | - |
| YUV | 134.98 | 182.19 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 231 | 0.27 | 0.57 | 0 | 0.09 | 271.82 | 0.73 | 0.65 |
| Hex | A9 | 63 | E7 | 1B | 39 | 0 | 9 | 110 | 49 | 41 |
| Octal | 251 | 143 | 347 | 33 | 71 | 0 | 11 | 420 | 111 | 101 |
| Binary | 10101001 | 1100011 | 11100111 | 11011 | 111001 | 0 | 1001 | 100010000 | 1001001 | 1000001 |
Color Harmonies of #A963E7
Complementary color
Monochromatic Colors of #A963E7
Black with #A963E7
Text Example
Text Example
White with #A963E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A963E7; }
p { color: rgb(169,99,231); }
H1.HeaderClassName
{
color: #A963E7;
}
.AnyTagClassName
{
color: #A963E7;
}
</style>
background-color css
<style>
a { background-color: #A963E7; }
a { background-color: rgb(169,99,231); }
div.DivClassName
{
background-color: #A963E7;
}
.BgClassName
{
background-color: #A963E7;
}
</style>
border-color css
<style>
span { border-color: #A963E7; }
span { border-color: rgb(169,99,231); }
td.TdClassName
{
border-color: #A963E7;
}
.TagClassName
{
border-color: #A963E7;
}
</style>