Shades of Amethyst #A85EE0
Tints of Amethyst #A85EE0
RGB
CMYK
RGB Variations
Color information
#A85EE0 (or 0xA85EE0) is known color: Amethyst. HEX triplet: A8, 5E and E0. RGB value is (168,94,224). Sum of RGB (Red+Green+Blue) = 168+94+224=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #A85EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85EE0 is #57A11F. Grayscale: #828282. Windows color (decimal): -5742880 or 14704296. OLE color: 14704296.
HSL color Cylindrical-coordinate representation of color #A85EE0: hue angle of 274.15º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A85EE0 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 94 | 224 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.12 |
| HSL | 274.15º | 0.68% | 0.62% | - |
| HSV(B) | 274.15º | 0.58% | 0.88% | - |
| XYZ | 33.61 | 21.71 | 72.94 | - |
| YUV | 130.95 | 180.52 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 94 | 224 | 0.25 | 0.58 | 0 | 0.12 | 274.15 | 0.68 | 0.62 |
| Hex | A8 | 5E | E0 | 19 | 3A | 0 | C | 112 | 44 | 3E |
| Octal | 250 | 136 | 340 | 31 | 72 | 0 | 14 | 422 | 104 | 76 |
| Binary | 10101000 | 1011110 | 11100000 | 11001 | 111010 | 0 | 1100 | 100010010 | 1000100 | 111110 |
Color Harmonies of #A85EE0
Complementary color
Monochromatic Colors of #A85EE0
Black with #A85EE0
Text Example
Text Example
White with #A85EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85EE0; }
p { color: rgb(168,94,224); }
H1.HeaderClassName
{
color: #A85EE0;
}
.AnyTagClassName
{
color: #A85EE0;
}
</style>
background-color css
<style>
a { background-color: #A85EE0; }
a { background-color: rgb(168,94,224); }
div.DivClassName
{
background-color: #A85EE0;
}
.BgClassName
{
background-color: #A85EE0;
}
</style>
border-color css
<style>
span { border-color: #A85EE0; }
span { border-color: rgb(168,94,224); }
td.TdClassName
{
border-color: #A85EE0;
}
.TagClassName
{
border-color: #A85EE0;
}
</style>