Shades of Amethyst #A962EA
Tints of Amethyst #A962EA
RGB
CMYK
RGB Variations
Color information
#A962EA (or 0xA962EA) is known color: Amethyst. HEX triplet: A9, 62 and EA. RGB value is (169,98,234). Sum of RGB (Red+Green+Blue) = 169+98+234=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #A962EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A962EA is #569D15. Grayscale: #868686. Windows color (decimal): -5676310 or 15360681. OLE color: 15360681.
HSL color Cylindrical-coordinate representation of color #A962EA: hue angle of 271.32º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A962EA is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 98 | 234 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.08 |
| HSL | 271.32º | 0.76% | 0.65% | - |
| HSV(B) | 271.32º | 0.58% | 0.92% | - |
| XYZ | 35.58 | 23.11 | 80.43 | - |
| YUV | 134.73 | 184.02 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 98 | 234 | 0.28 | 0.58 | 0 | 0.08 | 271.32 | 0.76 | 0.65 |
| Hex | A9 | 62 | EA | 1C | 3A | 0 | 8 | 10F | 4C | 41 |
| Octal | 251 | 142 | 352 | 34 | 72 | 0 | 10 | 417 | 114 | 101 |
| Binary | 10101001 | 1100010 | 11101010 | 11100 | 111010 | 0 | 1000 | 100001111 | 1001100 | 1000001 |
Color Harmonies of #A962EA
Complementary color
Monochromatic Colors of #A962EA
Black with #A962EA
Text Example
Text Example
White with #A962EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A962EA; }
p { color: rgb(169,98,234); }
H1.HeaderClassName
{
color: #A962EA;
}
.AnyTagClassName
{
color: #A962EA;
}
</style>
background-color css
<style>
a { background-color: #A962EA; }
a { background-color: rgb(169,98,234); }
div.DivClassName
{
background-color: #A962EA;
}
.BgClassName
{
background-color: #A962EA;
}
</style>
border-color css
<style>
span { border-color: #A962EA; }
span { border-color: rgb(169,98,234); }
td.TdClassName
{
border-color: #A962EA;
}
.TagClassName
{
border-color: #A962EA;
}
</style>