Shades of Amethyst #A960D5
Tints of Amethyst #A960D5
RGB
CMYK
RGB Variations
Color information
#A960D5 (or 0xA960D5) is known color: Amethyst. HEX triplet: A9, 60 and D5. RGB value is (169,96,213). Sum of RGB (Red+Green+Blue) = 169+96+213=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 213 (83.59% from 255 or 44.56% from 478); Max value from RGB is 213 - color contains mainly: blue. Hex color #A960D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A960D5 is #569F2A. Grayscale: #828282. Windows color (decimal): -5676843 or 13983913. OLE color: 13983913.
HSL color Cylindrical-coordinate representation of color #A960D5: hue angle of 277.44º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A960D5 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 96 | 213 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.16 |
| HSL | 277.44º | 0.58% | 0.61% | - |
| HSV(B) | 277.44º | 0.55% | 0.84% | - |
| XYZ | 32.56 | 21.6 | 65.41 | - |
| YUV | 131.17 | 174.18 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 96 | 213 | 0.21 | 0.55 | 0 | 0.16 | 277.44 | 0.58 | 0.61 |
| Hex | A9 | 60 | D5 | 15 | 37 | 0 | 10 | 115 | 3A | 3D |
| Octal | 251 | 140 | 325 | 25 | 67 | 0 | 20 | 425 | 72 | 75 |
| Binary | 10101001 | 1100000 | 11010101 | 10101 | 110111 | 0 | 10000 | 100010101 | 111010 | 111101 |
Color Harmonies of #A960D5
Complementary color
Monochromatic Colors of #A960D5
Black with #A960D5
Text Example
Text Example
White with #A960D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A960D5; }
p { color: rgb(169,96,213); }
H1.HeaderClassName
{
color: #A960D5;
}
.AnyTagClassName
{
color: #A960D5;
}
</style>
background-color css
<style>
a { background-color: #A960D5; }
a { background-color: rgb(169,96,213); }
div.DivClassName
{
background-color: #A960D5;
}
.BgClassName
{
background-color: #A960D5;
}
</style>
border-color css
<style>
span { border-color: #A960D5; }
span { border-color: rgb(169,96,213); }
td.TdClassName
{
border-color: #A960D5;
}
.TagClassName
{
border-color: #A960D5;
}
</style>