Shades of Amethyst #A965DA
Tints of Amethyst #A965DA
RGB
CMYK
RGB Variations
Color information
#A965DA (or 0xA965DA) is known color: Amethyst. HEX triplet: A9, 65 and DA. RGB value is (169,101,218). Sum of RGB (Red+Green+Blue) = 169+101+218=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #A965DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A965DA is #569A25. Grayscale: #868686. Windows color (decimal): -5675558 or 14312873. OLE color: 14312873.
HSL color Cylindrical-coordinate representation of color #A965DA: hue angle of 274.87º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A965DA is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 101 | 218 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.15 |
| HSL | 274.87º | 0.61% | 0.63% | - |
| HSV(B) | 274.87º | 0.54% | 0.85% | - |
| XYZ | 33.67 | 22.8 | 68.96 | - |
| YUV | 134.67 | 175.03 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 101 | 218 | 0.22 | 0.54 | 0 | 0.15 | 274.87 | 0.61 | 0.63 |
| Hex | A9 | 65 | DA | 16 | 36 | 0 | F | 113 | 3D | 3F |
| Octal | 251 | 145 | 332 | 26 | 66 | 0 | 17 | 423 | 75 | 77 |
| Binary | 10101001 | 1100101 | 11011010 | 10110 | 110110 | 0 | 1111 | 100010011 | 111101 | 111111 |
Color Harmonies of #A965DA
Complementary color
Monochromatic Colors of #A965DA
Black with #A965DA
Text Example
Text Example
White with #A965DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A965DA; }
p { color: rgb(169,101,218); }
H1.HeaderClassName
{
color: #A965DA;
}
.AnyTagClassName
{
color: #A965DA;
}
</style>
background-color css
<style>
a { background-color: #A965DA; }
a { background-color: rgb(169,101,218); }
div.DivClassName
{
background-color: #A965DA;
}
.BgClassName
{
background-color: #A965DA;
}
</style>
border-color css
<style>
span { border-color: #A965DA; }
span { border-color: rgb(169,101,218); }
td.TdClassName
{
border-color: #A965DA;
}
.TagClassName
{
border-color: #A965DA;
}
</style>