Shades of Amethyst #A85ED7
Tints of Amethyst #A85ED7
RGB
CMYK
RGB Variations
Color information
#A85ED7 (or 0xA85ED7) is known color: Amethyst. HEX triplet: A8, 5E and D7. RGB value is (168,94,215). Sum of RGB (Red+Green+Blue) = 168+94+215=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 215 - color contains mainly: blue. Hex color #A85ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85ED7 is #57A128. Grayscale: #818181. Windows color (decimal): -5742889 or 14114472. OLE color: 14114472.
HSL color Cylindrical-coordinate representation of color #A85ED7: hue angle of 276.69º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A85ED7 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 94 | 215 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.16 |
| HSL | 276.69º | 0.6% | 0.61% | - |
| HSV(B) | 276.69º | 0.56% | 0.84% | - |
| XYZ | 32.42 | 21.24 | 66.68 | - |
| YUV | 129.92 | 176.02 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 94 | 215 | 0.22 | 0.56 | 0 | 0.16 | 276.69 | 0.6 | 0.61 |
| Hex | A8 | 5E | D7 | 16 | 38 | 0 | 10 | 115 | 3C | 3D |
| Octal | 250 | 136 | 327 | 26 | 70 | 0 | 20 | 425 | 74 | 75 |
| Binary | 10101000 | 1011110 | 11010111 | 10110 | 111000 | 0 | 10000 | 100010101 | 111100 | 111101 |
Color Harmonies of #A85ED7
Complementary color
Monochromatic Colors of #A85ED7
Black with #A85ED7
Text Example
Text Example
White with #A85ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85ED7; }
p { color: rgb(168,94,215); }
H1.HeaderClassName
{
color: #A85ED7;
}
.AnyTagClassName
{
color: #A85ED7;
}
</style>
background-color css
<style>
a { background-color: #A85ED7; }
a { background-color: rgb(168,94,215); }
div.DivClassName
{
background-color: #A85ED7;
}
.BgClassName
{
background-color: #A85ED7;
}
</style>
border-color css
<style>
span { border-color: #A85ED7; }
span { border-color: rgb(168,94,215); }
td.TdClassName
{
border-color: #A85ED7;
}
.TagClassName
{
border-color: #A85ED7;
}
</style>