Shades of Amethyst #A95EDC
Tints of Amethyst #A95EDC
RGB
CMYK
RGB Variations
Color information
#A95EDC (or 0xA95EDC) is known color: Amethyst. HEX triplet: A9, 5E and DC. RGB value is (169,94,220). Sum of RGB (Red+Green+Blue) = 169+94+220=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #A95EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95EDC is #56A123. Grayscale: #828282. Windows color (decimal): -5677348 or 14442153. OLE color: 14442153.
HSL color Cylindrical-coordinate representation of color #A95EDC: hue angle of 275.71º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A95EDC is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 94 | 220 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.14 |
| HSL | 275.71º | 0.64% | 0.62% | - |
| HSV(B) | 275.71º | 0.57% | 0.86% | - |
| XYZ | 33.28 | 21.61 | 70.13 | - |
| YUV | 130.79 | 178.35 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 94 | 220 | 0.23 | 0.57 | 0 | 0.14 | 275.71 | 0.64 | 0.62 |
| Hex | A9 | 5E | DC | 17 | 39 | 0 | E | 114 | 40 | 3E |
| Octal | 251 | 136 | 334 | 27 | 71 | 0 | 16 | 424 | 100 | 76 |
| Binary | 10101001 | 1011110 | 11011100 | 10111 | 111001 | 0 | 1110 | 100010100 | 1000000 | 111110 |
Color Harmonies of #A95EDC
Complementary color
Monochromatic Colors of #A95EDC
Black with #A95EDC
Text Example
Text Example
White with #A95EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95EDC; }
p { color: rgb(169,94,220); }
H1.HeaderClassName
{
color: #A95EDC;
}
.AnyTagClassName
{
color: #A95EDC;
}
</style>
background-color css
<style>
a { background-color: #A95EDC; }
a { background-color: rgb(169,94,220); }
div.DivClassName
{
background-color: #A95EDC;
}
.BgClassName
{
background-color: #A95EDC;
}
</style>
border-color css
<style>
span { border-color: #A95EDC; }
span { border-color: rgb(169,94,220); }
td.TdClassName
{
border-color: #A95EDC;
}
.TagClassName
{
border-color: #A95EDC;
}
</style>