Shades of Amethyst #A85DEC
Tints of Amethyst #A85DEC
RGB
CMYK
RGB Variations
Color information
#A85DEC (or 0xA85DEC) is known color: Amethyst. HEX triplet: A8, 5D and EC. RGB value is (168,93,236). Sum of RGB (Red+Green+Blue) = 168+93+236=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #A85DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85DEC is #57A213. Grayscale: #838383. Windows color (decimal): -5743124 or 15490472. OLE color: 15490472.
HSL color Cylindrical-coordinate representation of color #A85DEC: hue angle of 271.47º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A85DEC is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 93 | 236 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.07 |
| HSL | 271.47º | 0.79% | 0.65% | - |
| HSV(B) | 271.47º | 0.61% | 0.93% | - |
| XYZ | 35.2 | 22.21 | 81.79 | - |
| YUV | 131.73 | 186.85 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 236 | 0.29 | 0.61 | 0 | 0.07 | 271.47 | 0.79 | 0.65 |
| Hex | A8 | 5D | EC | 1D | 3D | 0 | 7 | 10F | 4F | 41 |
| Octal | 250 | 135 | 354 | 35 | 75 | 0 | 7 | 417 | 117 | 101 |
| Binary | 10101000 | 1011101 | 11101100 | 11101 | 111101 | 0 | 111 | 100001111 | 1001111 | 1000001 |
Color Harmonies of #A85DEC
Complementary color
Monochromatic Colors of #A85DEC
Black with #A85DEC
Text Example
Text Example
White with #A85DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85DEC; }
p { color: rgb(168,93,236); }
H1.HeaderClassName
{
color: #A85DEC;
}
.AnyTagClassName
{
color: #A85DEC;
}
</style>
background-color css
<style>
a { background-color: #A85DEC; }
a { background-color: rgb(168,93,236); }
div.DivClassName
{
background-color: #A85DEC;
}
.BgClassName
{
background-color: #A85DEC;
}
</style>
border-color css
<style>
span { border-color: #A85DEC; }
span { border-color: rgb(168,93,236); }
td.TdClassName
{
border-color: #A85DEC;
}
.TagClassName
{
border-color: #A85DEC;
}
</style>