Shades of Amethyst #A960DA
Tints of Amethyst #A960DA
RGB
CMYK
RGB Variations
Color information
#A960DA (or 0xA960DA) is known color: Amethyst. HEX triplet: A9, 60 and DA. RGB value is (169,96,218). Sum of RGB (Red+Green+Blue) = 169+96+218=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #A960DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A960DA is #569F25. Grayscale: #838383. Windows color (decimal): -5676838 or 14311593. OLE color: 14311593.
HSL color Cylindrical-coordinate representation of color #A960DA: hue angle of 275.9º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A960DA is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 96 | 218 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.15 |
| HSL | 275.9º | 0.62% | 0.62% | - |
| HSV(B) | 275.9º | 0.56% | 0.85% | - |
| XYZ | 33.2 | 21.86 | 68.8 | - |
| YUV | 131.74 | 176.68 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 96 | 218 | 0.22 | 0.56 | 0 | 0.15 | 275.9 | 0.62 | 0.62 |
| Hex | A9 | 60 | DA | 16 | 38 | 0 | F | 114 | 3E | 3E |
| Octal | 251 | 140 | 332 | 26 | 70 | 0 | 17 | 424 | 76 | 76 |
| Binary | 10101001 | 1100000 | 11011010 | 10110 | 111000 | 0 | 1111 | 100010100 | 111110 | 111110 |
Color Harmonies of #A960DA
Complementary color
Monochromatic Colors of #A960DA
Black with #A960DA
Text Example
Text Example
White with #A960DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A960DA; }
p { color: rgb(169,96,218); }
H1.HeaderClassName
{
color: #A960DA;
}
.AnyTagClassName
{
color: #A960DA;
}
</style>
background-color css
<style>
a { background-color: #A960DA; }
a { background-color: rgb(169,96,218); }
div.DivClassName
{
background-color: #A960DA;
}
.BgClassName
{
background-color: #A960DA;
}
</style>
border-color css
<style>
span { border-color: #A960DA; }
span { border-color: rgb(169,96,218); }
td.TdClassName
{
border-color: #A960DA;
}
.TagClassName
{
border-color: #A960DA;
}
</style>