Shades of Amethyst #A960C9
Tints of Amethyst #A960C9
RGB
CMYK
RGB Variations
Color information
#A960C9 (or 0xA960C9) is known color: Amethyst. HEX triplet: A9, 60 and C9. RGB value is (169,96,201). Sum of RGB (Red+Green+Blue) = 169+96+201=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 201 - color contains mainly: blue. Hex color #A960C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A960C9 is #569F36. Grayscale: #818181. Windows color (decimal): -5676855 or 13197481. OLE color: 13197481.
HSL color Cylindrical-coordinate representation of color #A960C9: hue angle of 281.71º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A960C9 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 96 | 201 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.21 |
| HSL | 281.71º | 0.49% | 0.58% | - |
| HSV(B) | 281.71º | 0.52% | 0.79% | - |
| XYZ | 31.09 | 21.02 | 57.68 | - |
| YUV | 129.8 | 168.18 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 96 | 201 | 0.16 | 0.52 | 0 | 0.21 | 281.71 | 0.49 | 0.58 |
| Hex | A9 | 60 | C9 | 10 | 34 | 0 | 15 | 11A | 31 | 3A |
| Octal | 251 | 140 | 311 | 20 | 64 | 0 | 25 | 432 | 61 | 72 |
| Binary | 10101001 | 1100000 | 11001001 | 10000 | 110100 | 0 | 10101 | 100011010 | 110001 | 111010 |
Color Harmonies of #A960C9
Complementary color
Monochromatic Colors of #A960C9
Black with #A960C9
Text Example
Text Example
White with #A960C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A960C9; }
p { color: rgb(169,96,201); }
H1.HeaderClassName
{
color: #A960C9;
}
.AnyTagClassName
{
color: #A960C9;
}
</style>
background-color css
<style>
a { background-color: #A960C9; }
a { background-color: rgb(169,96,201); }
div.DivClassName
{
background-color: #A960C9;
}
.BgClassName
{
background-color: #A960C9;
}
</style>
border-color css
<style>
span { border-color: #A960C9; }
span { border-color: rgb(169,96,201); }
td.TdClassName
{
border-color: #A960C9;
}
.TagClassName
{
border-color: #A960C9;
}
</style>