Shades of Amethyst #A95EE0
Tints of Amethyst #A95EE0
RGB
CMYK
RGB Variations
Color information
#A95EE0 (or 0xA95EE0) is known color: Amethyst. HEX triplet: A9, 5E and E0. RGB value is (169,94,224). Sum of RGB (Red+Green+Blue) = 169+94+224=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 224 (87.89% from 255 or 46.00% from 487); Max value from RGB is 224 - color contains mainly: blue. Hex color #A95EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95EE0 is #56A11F. Grayscale: #828282. Windows color (decimal): -5677344 or 14704297. OLE color: 14704297.
HSL color Cylindrical-coordinate representation of color #A95EE0: hue angle of 274.62º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A95EE0 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 94 | 224 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.12 |
| HSL | 274.62º | 0.68% | 0.62% | - |
| HSV(B) | 274.62º | 0.58% | 0.88% | - |
| XYZ | 33.82 | 21.82 | 72.95 | - |
| YUV | 131.25 | 180.35 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 94 | 224 | 0.25 | 0.58 | 0 | 0.12 | 274.62 | 0.68 | 0.62 |
| Hex | A9 | 5E | E0 | 19 | 3A | 0 | C | 113 | 44 | 3E |
| Octal | 251 | 136 | 340 | 31 | 72 | 0 | 14 | 423 | 104 | 76 |
| Binary | 10101001 | 1011110 | 11100000 | 11001 | 111010 | 0 | 1100 | 100010011 | 1000100 | 111110 |
Color Harmonies of #A95EE0
Complementary color
Monochromatic Colors of #A95EE0
Black with #A95EE0
Text Example
Text Example
White with #A95EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95EE0; }
p { color: rgb(169,94,224); }
H1.HeaderClassName
{
color: #A95EE0;
}
.AnyTagClassName
{
color: #A95EE0;
}
</style>
background-color css
<style>
a { background-color: #A95EE0; }
a { background-color: rgb(169,94,224); }
div.DivClassName
{
background-color: #A95EE0;
}
.BgClassName
{
background-color: #A95EE0;
}
</style>
border-color css
<style>
span { border-color: #A95EE0; }
span { border-color: rgb(169,94,224); }
td.TdClassName
{
border-color: #A95EE0;
}
.TagClassName
{
border-color: #A95EE0;
}
</style>