Shades of Amethyst #A85FEA
Tints of Amethyst #A85FEA
RGB
CMYK
RGB Variations
Color information
#A85FEA (or 0xA85FEA) is known color: Amethyst. HEX triplet: A8, 5F and EA. RGB value is (168,95,234). Sum of RGB (Red+Green+Blue) = 168+95+234=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #A85FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85FEA is #57A015. Grayscale: #848484. Windows color (decimal): -5742614 or 15359912. OLE color: 15359912.
HSL color Cylindrical-coordinate representation of color #A85FEA: hue angle of 271.51º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A85FEA is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 95 | 234 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.08 |
| HSL | 271.51º | 0.77% | 0.65% | - |
| HSV(B) | 271.51º | 0.59% | 0.92% | - |
| XYZ | 35.09 | 22.45 | 80.33 | - |
| YUV | 132.67 | 185.18 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 234 | 0.28 | 0.59 | 0 | 0.08 | 271.51 | 0.77 | 0.65 |
| Hex | A8 | 5F | EA | 1C | 3B | 0 | 8 | 110 | 4D | 41 |
| Octal | 250 | 137 | 352 | 34 | 73 | 0 | 10 | 420 | 115 | 101 |
| Binary | 10101000 | 1011111 | 11101010 | 11100 | 111011 | 0 | 1000 | 100010000 | 1001101 | 1000001 |
Color Harmonies of #A85FEA
Complementary color
Monochromatic Colors of #A85FEA
Black with #A85FEA
Text Example
Text Example
White with #A85FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85FEA; }
p { color: rgb(168,95,234); }
H1.HeaderClassName
{
color: #A85FEA;
}
.AnyTagClassName
{
color: #A85FEA;
}
</style>
background-color css
<style>
a { background-color: #A85FEA; }
a { background-color: rgb(168,95,234); }
div.DivClassName
{
background-color: #A85FEA;
}
.BgClassName
{
background-color: #A85FEA;
}
</style>
border-color css
<style>
span { border-color: #A85FEA; }
span { border-color: rgb(168,95,234); }
td.TdClassName
{
border-color: #A85FEA;
}
.TagClassName
{
border-color: #A85FEA;
}
</style>