Shades of Amethyst #A85ED5
Tints of Amethyst #A85ED5
RGB
CMYK
RGB Variations
Color information
#A85ED5 (or 0xA85ED5) is known color: Amethyst. HEX triplet: A8, 5E and D5. RGB value is (168,94,213). Sum of RGB (Red+Green+Blue) = 168+94+213=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 94 (37.11% from 255 or 19.79% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #A85ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85ED5 is #57A12A. Grayscale: #818181. Windows color (decimal): -5742891 or 13983400. OLE color: 13983400.
HSL color Cylindrical-coordinate representation of color #A85ED5: hue angle of 277.31º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A85ED5 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 94 | 213 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.16 |
| HSL | 277.31º | 0.59% | 0.6% | - |
| HSV(B) | 277.31º | 0.56% | 0.84% | - |
| XYZ | 32.16 | 21.13 | 65.34 | - |
| YUV | 129.69 | 175.02 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 94 | 213 | 0.21 | 0.56 | 0 | 0.16 | 277.31 | 0.59 | 0.6 |
| Hex | A8 | 5E | D5 | 15 | 38 | 0 | 10 | 115 | 3B | 3C |
| Octal | 250 | 136 | 325 | 25 | 70 | 0 | 20 | 425 | 73 | 74 |
| Binary | 10101000 | 1011110 | 11010101 | 10101 | 111000 | 0 | 10000 | 100010101 | 111011 | 111100 |
Color Harmonies of #A85ED5
Complementary color
Monochromatic Colors of #A85ED5
Black with #A85ED5
Text Example
Text Example
White with #A85ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85ED5; }
p { color: rgb(168,94,213); }
H1.HeaderClassName
{
color: #A85ED5;
}
.AnyTagClassName
{
color: #A85ED5;
}
</style>
background-color css
<style>
a { background-color: #A85ED5; }
a { background-color: rgb(168,94,213); }
div.DivClassName
{
background-color: #A85ED5;
}
.BgClassName
{
background-color: #A85ED5;
}
</style>
border-color css
<style>
span { border-color: #A85ED5; }
span { border-color: rgb(168,94,213); }
td.TdClassName
{
border-color: #A85ED5;
}
.TagClassName
{
border-color: #A85ED5;
}
</style>