Shades of Amethyst #A85DE1
Tints of Amethyst #A85DE1
RGB
CMYK
RGB Variations
Color information
#A85DE1 (or 0xA85DE1) is known color: Amethyst. HEX triplet: A8, 5D and E1. RGB value is (168,93,225). Sum of RGB (Red+Green+Blue) = 168+93+225=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 225 (88.28% from 255 or 46.30% from 486); Max value from RGB is 225 - color contains mainly: blue. Hex color #A85DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DE1 is #57A21E. Grayscale: #828282. Windows color (decimal): -5743135 or 14769576. OLE color: 14769576.
HSL color Cylindrical-coordinate representation of color #A85DE1: hue angle of 274.09º 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 #A85DE1 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 93 | 225 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.12 |
| HSL | 274.09º | 0.69% | 0.62% | - |
| HSV(B) | 274.09º | 0.59% | 0.88% | - |
| XYZ | 33.65 | 21.59 | 73.63 | - |
| YUV | 130.47 | 181.35 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 225 | 0.25 | 0.59 | 0 | 0.12 | 274.09 | 0.69 | 0.62 |
| Hex | A8 | 5D | E1 | 19 | 3B | 0 | C | 112 | 45 | 3E |
| Octal | 250 | 135 | 341 | 31 | 73 | 0 | 14 | 422 | 105 | 76 |
| Binary | 10101000 | 1011101 | 11100001 | 11001 | 111011 | 0 | 1100 | 100010010 | 1000101 | 111110 |
Color Harmonies of #A85DE1
Complementary color
Monochromatic Colors of #A85DE1
Black with #A85DE1
Text Example
Text Example
White with #A85DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85DE1; }
p { color: rgb(168,93,225); }
H1.HeaderClassName
{
color: #A85DE1;
}
.AnyTagClassName
{
color: #A85DE1;
}
</style>
background-color css
<style>
a { background-color: #A85DE1; }
a { background-color: rgb(168,93,225); }
div.DivClassName
{
background-color: #A85DE1;
}
.BgClassName
{
background-color: #A85DE1;
}
</style>
border-color css
<style>
span { border-color: #A85DE1; }
span { border-color: rgb(168,93,225); }
td.TdClassName
{
border-color: #A85DE1;
}
.TagClassName
{
border-color: #A85DE1;
}
</style>