Shades of Amethyst #A961E5
Tints of Amethyst #A961E5
RGB
CMYK
RGB Variations
Color information
#A961E5 (or 0xA961E5) is known color: Amethyst. HEX triplet: A9, 61 and E5. RGB value is (169,97,229). Sum of RGB (Red+Green+Blue) = 169+97+229=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #A961E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A961E5 is #569E1A. Grayscale: #858585. Windows color (decimal): -5676571 or 15032745. OLE color: 15032745.
HSL color Cylindrical-coordinate representation of color #A961E5: hue angle of 272.73º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A961E5 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 97 | 229 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.10 |
| HSL | 272.73º | 0.72% | 0.64% | - |
| HSV(B) | 272.73º | 0.58% | 0.9% | - |
| XYZ | 34.78 | 22.64 | 76.67 | - |
| YUV | 133.58 | 181.85 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 229 | 0.26 | 0.58 | 0 | 0.10 | 272.73 | 0.72 | 0.64 |
| Hex | A9 | 61 | E5 | 1A | 3A | 0 | A | 111 | 48 | 40 |
| Octal | 251 | 141 | 345 | 32 | 72 | 0 | 12 | 421 | 110 | 100 |
| Binary | 10101001 | 1100001 | 11100101 | 11010 | 111010 | 0 | 1010 | 100010001 | 1001000 | 1000000 |
Color Harmonies of #A961E5
Complementary color
Monochromatic Colors of #A961E5
Black with #A961E5
Text Example
Text Example
White with #A961E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A961E5; }
p { color: rgb(169,97,229); }
H1.HeaderClassName
{
color: #A961E5;
}
.AnyTagClassName
{
color: #A961E5;
}
</style>
background-color css
<style>
a { background-color: #A961E5; }
a { background-color: rgb(169,97,229); }
div.DivClassName
{
background-color: #A961E5;
}
.BgClassName
{
background-color: #A961E5;
}
</style>
border-color css
<style>
span { border-color: #A961E5; }
span { border-color: rgb(169,97,229); }
td.TdClassName
{
border-color: #A961E5;
}
.TagClassName
{
border-color: #A961E5;
}
</style>