Shades of Amethyst #A85EDA
Tints of Amethyst #A85EDA
RGB
CMYK
RGB Variations
Color information
#A85EDA (or 0xA85EDA) is known color: Amethyst. HEX triplet: A8, 5E and DA. RGB value is (168,94,218). Sum of RGB (Red+Green+Blue) = 168+94+218=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #A85EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85EDA is #57A125. Grayscale: #818181. Windows color (decimal): -5742886 or 14311080. OLE color: 14311080.
HSL color Cylindrical-coordinate representation of color #A85EDA: hue angle of 275.81º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A85EDA is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 94 | 218 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.15 |
| HSL | 275.81º | 0.63% | 0.61% | - |
| HSV(B) | 275.81º | 0.57% | 0.85% | - |
| XYZ | 32.81 | 21.39 | 68.73 | - |
| YUV | 130.26 | 177.52 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 94 | 218 | 0.23 | 0.57 | 0 | 0.15 | 275.81 | 0.63 | 0.61 |
| Hex | A8 | 5E | DA | 17 | 39 | 0 | F | 114 | 3F | 3D |
| Octal | 250 | 136 | 332 | 27 | 71 | 0 | 17 | 424 | 77 | 75 |
| Binary | 10101000 | 1011110 | 11011010 | 10111 | 111001 | 0 | 1111 | 100010100 | 111111 | 111101 |
Color Harmonies of #A85EDA
Complementary color
Monochromatic Colors of #A85EDA
Black with #A85EDA
Text Example
Text Example
White with #A85EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85EDA; }
p { color: rgb(168,94,218); }
H1.HeaderClassName
{
color: #A85EDA;
}
.AnyTagClassName
{
color: #A85EDA;
}
</style>
background-color css
<style>
a { background-color: #A85EDA; }
a { background-color: rgb(168,94,218); }
div.DivClassName
{
background-color: #A85EDA;
}
.BgClassName
{
background-color: #A85EDA;
}
</style>
border-color css
<style>
span { border-color: #A85EDA; }
span { border-color: rgb(168,94,218); }
td.TdClassName
{
border-color: #A85EDA;
}
.TagClassName
{
border-color: #A85EDA;
}
</style>