Shades of Amethyst #A960E4
Tints of Amethyst #A960E4
RGB
CMYK
RGB Variations
Color information
#A960E4 (or 0xA960E4) is known color: Amethyst. HEX triplet: A9, 60 and E4. RGB value is (169,96,228). Sum of RGB (Red+Green+Blue) = 169+96+228=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 228 (89.45% from 255 or 46.25% from 493); Max value from RGB is 228 - color contains mainly: blue. Hex color #A960E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A960E4 is #569F1B. Grayscale: #848484. Windows color (decimal): -5676828 or 14966953. OLE color: 14966953.
HSL color Cylindrical-coordinate representation of color #A960E4: hue angle of 273.18º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A960E4 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 96 | 228 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.11 |
| HSL | 273.18º | 0.71% | 0.64% | - |
| HSV(B) | 273.18º | 0.58% | 0.89% | - |
| XYZ | 34.55 | 22.4 | 75.9 | - |
| YUV | 132.88 | 181.68 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 96 | 228 | 0.26 | 0.58 | 0 | 0.11 | 273.18 | 0.71 | 0.64 |
| Hex | A9 | 60 | E4 | 1A | 3A | 0 | B | 111 | 47 | 40 |
| Octal | 251 | 140 | 344 | 32 | 72 | 0 | 13 | 421 | 107 | 100 |
| Binary | 10101001 | 1100000 | 11100100 | 11010 | 111010 | 0 | 1011 | 100010001 | 1000111 | 1000000 |
Color Harmonies of #A960E4
Complementary color
Monochromatic Colors of #A960E4
Black with #A960E4
Text Example
Text Example
White with #A960E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A960E4; }
p { color: rgb(169,96,228); }
H1.HeaderClassName
{
color: #A960E4;
}
.AnyTagClassName
{
color: #A960E4;
}
</style>
background-color css
<style>
a { background-color: #A960E4; }
a { background-color: rgb(169,96,228); }
div.DivClassName
{
background-color: #A960E4;
}
.BgClassName
{
background-color: #A960E4;
}
</style>
border-color css
<style>
span { border-color: #A960E4; }
span { border-color: rgb(169,96,228); }
td.TdClassName
{
border-color: #A960E4;
}
.TagClassName
{
border-color: #A960E4;
}
</style>