Shades of Amethyst #A963DA
Tints of Amethyst #A963DA
RGB
CMYK
RGB Variations
Color information
#A963DA (or 0xA963DA) is known color: Amethyst. HEX triplet: A9, 63 and DA. RGB value is (169,99,218). Sum of RGB (Red+Green+Blue) = 169+99+218=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #A963DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963DA is #569C25. Grayscale: #858585. Windows color (decimal): -5676070 or 14312361. OLE color: 14312361.
HSL color Cylindrical-coordinate representation of color #A963DA: hue angle of 275.29º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A963DA is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 99 | 218 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.15 |
| HSL | 275.29º | 0.62% | 0.62% | - |
| HSV(B) | 275.29º | 0.55% | 0.85% | - |
| XYZ | 33.48 | 22.42 | 68.89 | - |
| YUV | 133.5 | 175.69 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 218 | 0.22 | 0.55 | 0 | 0.15 | 275.29 | 0.62 | 0.62 |
| Hex | A9 | 63 | DA | 16 | 37 | 0 | F | 113 | 3E | 3E |
| Octal | 251 | 143 | 332 | 26 | 67 | 0 | 17 | 423 | 76 | 76 |
| Binary | 10101001 | 1100011 | 11011010 | 10110 | 110111 | 0 | 1111 | 100010011 | 111110 | 111110 |
Color Harmonies of #A963DA
Complementary color
Monochromatic Colors of #A963DA
Black with #A963DA
Text Example
Text Example
White with #A963DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A963DA; }
p { color: rgb(169,99,218); }
H1.HeaderClassName
{
color: #A963DA;
}
.AnyTagClassName
{
color: #A963DA;
}
</style>
background-color css
<style>
a { background-color: #A963DA; }
a { background-color: rgb(169,99,218); }
div.DivClassName
{
background-color: #A963DA;
}
.BgClassName
{
background-color: #A963DA;
}
</style>
border-color css
<style>
span { border-color: #A963DA; }
span { border-color: rgb(169,99,218); }
td.TdClassName
{
border-color: #A963DA;
}
.TagClassName
{
border-color: #A963DA;
}
</style>