Shades of Amethyst #A85EEA
Tints of Amethyst #A85EEA
RGB
CMYK
RGB Variations
Color information
#A85EEA (or 0xA85EEA) is known color: Amethyst. HEX triplet: A8, 5E and EA. RGB value is (168,94,234). Sum of RGB (Red+Green+Blue) = 168+94+234=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #A85EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85EEA is #57A115. Grayscale: #838383. Windows color (decimal): -5742870 or 15359656. OLE color: 15359656.
HSL color Cylindrical-coordinate representation of color #A85EEA: hue angle of 271.71º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A85EEA is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 94 | 234 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.08 |
| HSL | 271.71º | 0.77% | 0.64% | - |
| HSV(B) | 271.71º | 0.6% | 0.92% | - |
| XYZ | 35 | 22.27 | 80.3 | - |
| YUV | 132.09 | 185.52 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 94 | 234 | 0.28 | 0.60 | 0 | 0.08 | 271.71 | 0.77 | 0.64 |
| Hex | A8 | 5E | EA | 1C | 3C | 0 | 8 | 110 | 4D | 40 |
| Octal | 250 | 136 | 352 | 34 | 74 | 0 | 10 | 420 | 115 | 100 |
| Binary | 10101000 | 1011110 | 11101010 | 11100 | 111100 | 0 | 1000 | 100010000 | 1001101 | 1000000 |
Color Harmonies of #A85EEA
Complementary color
Monochromatic Colors of #A85EEA
Black with #A85EEA
Text Example
Text Example
White with #A85EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85EEA; }
p { color: rgb(168,94,234); }
H1.HeaderClassName
{
color: #A85EEA;
}
.AnyTagClassName
{
color: #A85EEA;
}
</style>
background-color css
<style>
a { background-color: #A85EEA; }
a { background-color: rgb(168,94,234); }
div.DivClassName
{
background-color: #A85EEA;
}
.BgClassName
{
background-color: #A85EEA;
}
</style>
border-color css
<style>
span { border-color: #A85EEA; }
span { border-color: rgb(168,94,234); }
td.TdClassName
{
border-color: #A85EEA;
}
.TagClassName
{
border-color: #A85EEA;
}
</style>