Shades of Amethyst #A95DE1
Tints of Amethyst #A95DE1
RGB
CMYK
RGB Variations
Color information
#A95DE1 (or 0xA95DE1) is known color: Amethyst. HEX triplet: A9, 5D and E1. RGB value is (169,93,225). Sum of RGB (Red+Green+Blue) = 169+93+225=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 225 (88.28% from 255 or 46.20% from 487); Max value from RGB is 225 - color contains mainly: blue. Hex color #A95DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95DE1 is #56A21E. Grayscale: #828282. Windows color (decimal): -5677599 or 14769577. OLE color: 14769577.
HSL color Cylindrical-coordinate representation of color #A95DE1: hue angle of 274.55º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A95DE1 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 93 | 225 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.12 |
| HSL | 274.55º | 0.69% | 0.62% | - |
| HSV(B) | 274.55º | 0.59% | 0.88% | - |
| XYZ | 33.87 | 21.7 | 73.64 | - |
| YUV | 130.77 | 181.18 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 93 | 225 | 0.25 | 0.59 | 0 | 0.12 | 274.55 | 0.69 | 0.62 |
| Hex | A9 | 5D | E1 | 19 | 3B | 0 | C | 113 | 45 | 3E |
| Octal | 251 | 135 | 341 | 31 | 73 | 0 | 14 | 423 | 105 | 76 |
| Binary | 10101001 | 1011101 | 11100001 | 11001 | 111011 | 0 | 1100 | 100010011 | 1000101 | 111110 |
Color Harmonies of #A95DE1
Complementary color
Monochromatic Colors of #A95DE1
Black with #A95DE1
Text Example
Text Example
White with #A95DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95DE1; }
p { color: rgb(169,93,225); }
H1.HeaderClassName
{
color: #A95DE1;
}
.AnyTagClassName
{
color: #A95DE1;
}
</style>
background-color css
<style>
a { background-color: #A95DE1; }
a { background-color: rgb(169,93,225); }
div.DivClassName
{
background-color: #A95DE1;
}
.BgClassName
{
background-color: #A95DE1;
}
</style>
border-color css
<style>
span { border-color: #A95DE1; }
span { border-color: rgb(169,93,225); }
td.TdClassName
{
border-color: #A95DE1;
}
.TagClassName
{
border-color: #A95DE1;
}
</style>