Shades of Amethyst #A85CE9
Tints of Amethyst #A85CE9
RGB
CMYK
RGB Variations
Color information
#A85CE9 (or 0xA85CE9) is known color: Amethyst. HEX triplet: A8, 5C and E9. RGB value is (168,92,233). Sum of RGB (Red+Green+Blue) = 168+92+233=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 233 (91.41% from 255 or 47.26% from 493); Max value from RGB is 233 - color contains mainly: blue. Hex color #A85CE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85CE9 is #57A316. Grayscale: #828282. Windows color (decimal): -5743383 or 15293608. OLE color: 15293608.
HSL color Cylindrical-coordinate representation of color #A85CE9: hue angle of 272.34º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A85CE9 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 92 | 233 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.09 |
| HSL | 272.34º | 0.76% | 0.64% | - |
| HSV(B) | 272.34º | 0.61% | 0.91% | - |
| XYZ | 34.68 | 21.86 | 79.48 | - |
| YUV | 130.8 | 185.68 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 92 | 233 | 0.28 | 0.61 | 0 | 0.09 | 272.34 | 0.76 | 0.64 |
| Hex | A8 | 5C | E9 | 1C | 3D | 0 | 9 | 110 | 4C | 40 |
| Octal | 250 | 134 | 351 | 34 | 75 | 0 | 11 | 420 | 114 | 100 |
| Binary | 10101000 | 1011100 | 11101001 | 11100 | 111101 | 0 | 1001 | 100010000 | 1001100 | 1000000 |
Color Harmonies of #A85CE9
Complementary color
Monochromatic Colors of #A85CE9
Black with #A85CE9
Text Example
Text Example
White with #A85CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85CE9; }
p { color: rgb(168,92,233); }
H1.HeaderClassName
{
color: #A85CE9;
}
.AnyTagClassName
{
color: #A85CE9;
}
</style>
background-color css
<style>
a { background-color: #A85CE9; }
a { background-color: rgb(168,92,233); }
div.DivClassName
{
background-color: #A85CE9;
}
.BgClassName
{
background-color: #A85CE9;
}
</style>
border-color css
<style>
span { border-color: #A85CE9; }
span { border-color: rgb(168,92,233); }
td.TdClassName
{
border-color: #A85CE9;
}
.TagClassName
{
border-color: #A85CE9;
}
</style>