Shades of Amethyst #A95EDB
Tints of Amethyst #A95EDB
RGB
CMYK
RGB Variations
Color information
#A95EDB (or 0xA95EDB) is known color: Amethyst. HEX triplet: A9, 5E and DB. RGB value is (169,94,219). Sum of RGB (Red+Green+Blue) = 169+94+219=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #A95EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95EDB is #56A124. Grayscale: #828282. Windows color (decimal): -5677349 or 14376617. OLE color: 14376617.
HSL color Cylindrical-coordinate representation of color #A95EDB: hue angle of 276º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A95EDB is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 94 | 219 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.14 |
| HSL | 276º | 0.63% | 0.61% | - |
| HSV(B) | 276º | 0.57% | 0.86% | - |
| XYZ | 33.15 | 21.55 | 69.43 | - |
| YUV | 130.68 | 177.85 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 94 | 219 | 0.23 | 0.57 | 0 | 0.14 | 276 | 0.63 | 0.61 |
| Hex | A9 | 5E | DB | 17 | 39 | 0 | E | 114 | 3F | 3D |
| Octal | 251 | 136 | 333 | 27 | 71 | 0 | 16 | 424 | 77 | 75 |
| Binary | 10101001 | 1011110 | 11011011 | 10111 | 111001 | 0 | 1110 | 100010100 | 111111 | 111101 |
Color Harmonies of #A95EDB
Complementary color
Monochromatic Colors of #A95EDB
Black with #A95EDB
Text Example
Text Example
White with #A95EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95EDB; }
p { color: rgb(169,94,219); }
H1.HeaderClassName
{
color: #A95EDB;
}
.AnyTagClassName
{
color: #A95EDB;
}
</style>
background-color css
<style>
a { background-color: #A95EDB; }
a { background-color: rgb(169,94,219); }
div.DivClassName
{
background-color: #A95EDB;
}
.BgClassName
{
background-color: #A95EDB;
}
</style>
border-color css
<style>
span { border-color: #A95EDB; }
span { border-color: rgb(169,94,219); }
td.TdClassName
{
border-color: #A95EDB;
}
.TagClassName
{
border-color: #A95EDB;
}
</style>