Shades of Amethyst #A968E5
Tints of Amethyst #A968E5
RGB
CMYK
RGB Variations
Color information
#A968E5 (or 0xA968E5) is known color: Amethyst. HEX triplet: A9, 68 and E5. RGB value is (169,104,229). Sum of RGB (Red+Green+Blue) = 169+104+229=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #A968E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A968E5 is #56971A. Grayscale: #898989. Windows color (decimal): -5674779 or 15034537. OLE color: 15034537.
HSL color Cylindrical-coordinate representation of color #A968E5: hue angle of 271.2º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A968E5 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 104 | 229 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.10 |
| HSL | 271.2º | 0.71% | 0.65% | - |
| HSV(B) | 271.2º | 0.55% | 0.9% | - |
| XYZ | 35.46 | 23.99 | 76.89 | - |
| YUV | 137.69 | 179.53 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 229 | 0.26 | 0.55 | 0 | 0.10 | 271.2 | 0.71 | 0.65 |
| Hex | A9 | 68 | E5 | 1A | 37 | 0 | A | 10F | 47 | 41 |
| Octal | 251 | 150 | 345 | 32 | 67 | 0 | 12 | 417 | 107 | 101 |
| Binary | 10101001 | 1101000 | 11100101 | 11010 | 110111 | 0 | 1010 | 100001111 | 1000111 | 1000001 |
Color Harmonies of #A968E5
Complementary color
Monochromatic Colors of #A968E5
Black with #A968E5
Text Example
Text Example
White with #A968E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A968E5; }
p { color: rgb(169,104,229); }
H1.HeaderClassName
{
color: #A968E5;
}
.AnyTagClassName
{
color: #A968E5;
}
</style>
background-color css
<style>
a { background-color: #A968E5; }
a { background-color: rgb(169,104,229); }
div.DivClassName
{
background-color: #A968E5;
}
.BgClassName
{
background-color: #A968E5;
}
</style>
border-color css
<style>
span { border-color: #A968E5; }
span { border-color: rgb(169,104,229); }
td.TdClassName
{
border-color: #A968E5;
}
.TagClassName
{
border-color: #A968E5;
}
</style>