Shades of Amethyst #A85ECE
Tints of Amethyst #A85ECE
RGB
CMYK
RGB Variations
Color information
#A85ECE (or 0xA85ECE) is known color: Amethyst. HEX triplet: A8, 5E and CE. RGB value is (168,94,206). Sum of RGB (Red+Green+Blue) = 168+94+206=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #A85ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85ECE is #57A131. Grayscale: #808080. Windows color (decimal): -5742898 or 13524648. OLE color: 13524648.
HSL color Cylindrical-coordinate representation of color #A85ECE: hue angle of 279.64º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A85ECE is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 94 | 206 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.19 |
| HSL | 279.64º | 0.53% | 0.59% | - |
| HSV(B) | 279.64º | 0.54% | 0.81% | - |
| XYZ | 31.29 | 20.79 | 60.76 | - |
| YUV | 128.89 | 171.52 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 94 | 206 | 0.18 | 0.54 | 0 | 0.19 | 279.64 | 0.53 | 0.59 |
| Hex | A8 | 5E | CE | 12 | 36 | 0 | 13 | 118 | 35 | 3B |
| Octal | 250 | 136 | 316 | 22 | 66 | 0 | 23 | 430 | 65 | 73 |
| Binary | 10101000 | 1011110 | 11001110 | 10010 | 110110 | 0 | 10011 | 100011000 | 110101 | 111011 |
Color Harmonies of #A85ECE
Complementary color
Monochromatic Colors of #A85ECE
Black with #A85ECE
Text Example
Text Example
White with #A85ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85ECE; }
p { color: rgb(168,94,206); }
H1.HeaderClassName
{
color: #A85ECE;
}
.AnyTagClassName
{
color: #A85ECE;
}
</style>
background-color css
<style>
a { background-color: #A85ECE; }
a { background-color: rgb(168,94,206); }
div.DivClassName
{
background-color: #A85ECE;
}
.BgClassName
{
background-color: #A85ECE;
}
</style>
border-color css
<style>
span { border-color: #A85ECE; }
span { border-color: rgb(168,94,206); }
td.TdClassName
{
border-color: #A85ECE;
}
.TagClassName
{
border-color: #A85ECE;
}
</style>