Shades of Amethyst #A85EE6
Tints of Amethyst #A85EE6
RGB
CMYK
RGB Variations
Color information
#A85EE6 (or 0xA85EE6) is known color: Amethyst. HEX triplet: A8, 5E and E6. RGB value is (168,94,230). Sum of RGB (Red+Green+Blue) = 168+94+230=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 230 (90.23% from 255 or 46.75% from 492); Max value from RGB is 230 - color contains mainly: blue. Hex color #A85EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85EE6 is #57A119. Grayscale: #838383. Windows color (decimal): -5742874 or 15097512. OLE color: 15097512.
HSL color Cylindrical-coordinate representation of color #A85EE6: hue angle of 272.65º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A85EE6 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 94 | 230 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.10 |
| HSL | 272.65º | 0.73% | 0.64% | - |
| HSV(B) | 272.65º | 0.59% | 0.9% | - |
| XYZ | 34.43 | 22.04 | 77.3 | - |
| YUV | 131.63 | 183.52 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 94 | 230 | 0.27 | 0.59 | 0 | 0.10 | 272.65 | 0.73 | 0.64 |
| Hex | A8 | 5E | E6 | 1B | 3B | 0 | A | 111 | 49 | 40 |
| Octal | 250 | 136 | 346 | 33 | 73 | 0 | 12 | 421 | 111 | 100 |
| Binary | 10101000 | 1011110 | 11100110 | 11011 | 111011 | 0 | 1010 | 100010001 | 1001001 | 1000000 |
Color Harmonies of #A85EE6
Complementary color
Monochromatic Colors of #A85EE6
Black with #A85EE6
Text Example
Text Example
White with #A85EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85EE6; }
p { color: rgb(168,94,230); }
H1.HeaderClassName
{
color: #A85EE6;
}
.AnyTagClassName
{
color: #A85EE6;
}
</style>
background-color css
<style>
a { background-color: #A85EE6; }
a { background-color: rgb(168,94,230); }
div.DivClassName
{
background-color: #A85EE6;
}
.BgClassName
{
background-color: #A85EE6;
}
</style>
border-color css
<style>
span { border-color: #A85EE6; }
span { border-color: rgb(168,94,230); }
td.TdClassName
{
border-color: #A85EE6;
}
.TagClassName
{
border-color: #A85EE6;
}
</style>