Shades of Amethyst #A85ED1
Tints of Amethyst #A85ED1
RGB
CMYK
RGB Variations
Color information
#A85ED1 (or 0xA85ED1) is known color: Amethyst. HEX triplet: A8, 5E and D1. RGB value is (168,94,209). Sum of RGB (Red+Green+Blue) = 168+94+209=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 209 - color contains mainly: blue. Hex color #A85ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85ED1 is #57A12E. Grayscale: #808080. Windows color (decimal): -5742895 or 13721256. OLE color: 13721256.
HSL color Cylindrical-coordinate representation of color #A85ED1: hue angle of 278.61º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A85ED1 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 94 | 209 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.18 |
| HSL | 278.61º | 0.56% | 0.59% | - |
| HSV(B) | 278.61º | 0.55% | 0.82% | - |
| XYZ | 31.66 | 20.93 | 62.69 | - |
| YUV | 129.24 | 173.02 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 94 | 209 | 0.20 | 0.55 | 0 | 0.18 | 278.61 | 0.56 | 0.59 |
| Hex | A8 | 5E | D1 | 14 | 37 | 0 | 12 | 117 | 38 | 3B |
| Octal | 250 | 136 | 321 | 24 | 67 | 0 | 22 | 427 | 70 | 73 |
| Binary | 10101000 | 1011110 | 11010001 | 10100 | 110111 | 0 | 10010 | 100010111 | 111000 | 111011 |
Color Harmonies of #A85ED1
Complementary color
Monochromatic Colors of #A85ED1
Black with #A85ED1
Text Example
Text Example
White with #A85ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85ED1; }
p { color: rgb(168,94,209); }
H1.HeaderClassName
{
color: #A85ED1;
}
.AnyTagClassName
{
color: #A85ED1;
}
</style>
background-color css
<style>
a { background-color: #A85ED1; }
a { background-color: rgb(168,94,209); }
div.DivClassName
{
background-color: #A85ED1;
}
.BgClassName
{
background-color: #A85ED1;
}
</style>
border-color css
<style>
span { border-color: #A85ED1; }
span { border-color: rgb(168,94,209); }
td.TdClassName
{
border-color: #A85ED1;
}
.TagClassName
{
border-color: #A85ED1;
}
</style>