Shades of Amethyst #A85EE9
Tints of Amethyst #A85EE9
RGB
CMYK
RGB Variations
Color information
#A85EE9 (or 0xA85EE9) is known color: Amethyst. HEX triplet: A8, 5E and E9. RGB value is (168,94,233). Sum of RGB (Red+Green+Blue) = 168+94+233=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 233 - color contains mainly: blue. Hex color #A85EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85EE9 is #57A116. Grayscale: #838383. Windows color (decimal): -5742871 or 15294120. OLE color: 15294120.
HSL color Cylindrical-coordinate representation of color #A85EE9: hue angle of 271.94º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A85EE9 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 94 | 233 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.09 |
| HSL | 271.94º | 0.76% | 0.64% | - |
| HSV(B) | 271.94º | 0.6% | 0.91% | - |
| XYZ | 34.86 | 22.21 | 79.54 | - |
| YUV | 131.97 | 185.02 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 94 | 233 | 0.28 | 0.60 | 0 | 0.09 | 271.94 | 0.76 | 0.64 |
| Hex | A8 | 5E | E9 | 1C | 3C | 0 | 9 | 110 | 4C | 40 |
| Octal | 250 | 136 | 351 | 34 | 74 | 0 | 11 | 420 | 114 | 100 |
| Binary | 10101000 | 1011110 | 11101001 | 11100 | 111100 | 0 | 1001 | 100010000 | 1001100 | 1000000 |
Color Harmonies of #A85EE9
Complementary color
Monochromatic Colors of #A85EE9
Black with #A85EE9
Text Example
Text Example
White with #A85EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85EE9; }
p { color: rgb(168,94,233); }
H1.HeaderClassName
{
color: #A85EE9;
}
.AnyTagClassName
{
color: #A85EE9;
}
</style>
background-color css
<style>
a { background-color: #A85EE9; }
a { background-color: rgb(168,94,233); }
div.DivClassName
{
background-color: #A85EE9;
}
.BgClassName
{
background-color: #A85EE9;
}
</style>
border-color css
<style>
span { border-color: #A85EE9; }
span { border-color: rgb(168,94,233); }
td.TdClassName
{
border-color: #A85EE9;
}
.TagClassName
{
border-color: #A85EE9;
}
</style>