Shades of Amethyst #A960E7
Tints of Amethyst #A960E7
RGB
CMYK
RGB Variations
Color information
#A960E7 (or 0xA960E7) is known color: Amethyst. HEX triplet: A9, 60 and E7. RGB value is (169,96,231). Sum of RGB (Red+Green+Blue) = 169+96+231=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 231 (90.62% from 255 or 46.57% from 496); Max value from RGB is 231 - color contains mainly: blue. Hex color #A960E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A960E7 is #569F18. Grayscale: #848484. Windows color (decimal): -5676825 or 15163561. OLE color: 15163561.
HSL color Cylindrical-coordinate representation of color #A960E7: hue angle of 272.44º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A960E7 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 96 | 231 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.09 |
| HSL | 272.44º | 0.74% | 0.64% | - |
| HSV(B) | 272.44º | 0.58% | 0.91% | - |
| XYZ | 34.97 | 22.57 | 78.11 | - |
| YUV | 133.22 | 183.18 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 96 | 231 | 0.27 | 0.58 | 0 | 0.09 | 272.44 | 0.74 | 0.64 |
| Hex | A9 | 60 | E7 | 1B | 3A | 0 | 9 | 110 | 4A | 40 |
| Octal | 251 | 140 | 347 | 33 | 72 | 0 | 11 | 420 | 112 | 100 |
| Binary | 10101001 | 1100000 | 11100111 | 11011 | 111010 | 0 | 1001 | 100010000 | 1001010 | 1000000 |
Color Harmonies of #A960E7
Complementary color
Monochromatic Colors of #A960E7
Black with #A960E7
Text Example
Text Example
White with #A960E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A960E7; }
p { color: rgb(169,96,231); }
H1.HeaderClassName
{
color: #A960E7;
}
.AnyTagClassName
{
color: #A960E7;
}
</style>
background-color css
<style>
a { background-color: #A960E7; }
a { background-color: rgb(169,96,231); }
div.DivClassName
{
background-color: #A960E7;
}
.BgClassName
{
background-color: #A960E7;
}
</style>
border-color css
<style>
span { border-color: #A960E7; }
span { border-color: rgb(169,96,231); }
td.TdClassName
{
border-color: #A960E7;
}
.TagClassName
{
border-color: #A960E7;
}
</style>