Shades of Amethyst #A961E7
Tints of Amethyst #A961E7
RGB
CMYK
RGB Variations
Color information
#A961E7 (or 0xA961E7) is known color: Amethyst. HEX triplet: A9, 61 and E7. RGB value is (169,97,231). Sum of RGB (Red+Green+Blue) = 169+97+231=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 231 - color contains mainly: blue. Hex color #A961E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A961E7 is #569E18. Grayscale: #858585. Windows color (decimal): -5676569 or 15163817. OLE color: 15163817.
HSL color Cylindrical-coordinate representation of color #A961E7: hue angle of 272.24º 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 #A961E7 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 97 | 231 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.09 |
| HSL | 272.24º | 0.74% | 0.64% | - |
| HSV(B) | 272.24º | 0.58% | 0.91% | - |
| XYZ | 35.06 | 22.75 | 78.15 | - |
| YUV | 133.8 | 182.85 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 231 | 0.27 | 0.58 | 0 | 0.09 | 272.24 | 0.74 | 0.64 |
| Hex | A9 | 61 | E7 | 1B | 3A | 0 | 9 | 110 | 4A | 40 |
| Octal | 251 | 141 | 347 | 33 | 72 | 0 | 11 | 420 | 112 | 100 |
| Binary | 10101001 | 1100001 | 11100111 | 11011 | 111010 | 0 | 1001 | 100010000 | 1001010 | 1000000 |
Color Harmonies of #A961E7
Complementary color
Monochromatic Colors of #A961E7
Black with #A961E7
Text Example
Text Example
White with #A961E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A961E7; }
p { color: rgb(169,97,231); }
H1.HeaderClassName
{
color: #A961E7;
}
.AnyTagClassName
{
color: #A961E7;
}
</style>
background-color css
<style>
a { background-color: #A961E7; }
a { background-color: rgb(169,97,231); }
div.DivClassName
{
background-color: #A961E7;
}
.BgClassName
{
background-color: #A961E7;
}
</style>
border-color css
<style>
span { border-color: #A961E7; }
span { border-color: rgb(169,97,231); }
td.TdClassName
{
border-color: #A961E7;
}
.TagClassName
{
border-color: #A961E7;
}
</style>