Shades of Amethyst #A05ED0
Tints of Amethyst #A05ED0
RGB
CMYK
RGB Variations
Color information
#A05ED0 (or 0xA05ED0) is known color: Amethyst. HEX triplet: A0, 5E and D0. RGB value is (160,94,208). Sum of RGB (Red+Green+Blue) = 160+94+208=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #A05ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05ED0 is #5FA12F. Grayscale: #7E7E7E. Windows color (decimal): -6267184 or 13655712. OLE color: 13655712.
HSL color Cylindrical-coordinate representation of color #A05ED0: hue angle of 274.74º degrees, saturation: 0.55, 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 #A05ED0 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 94 | 208 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.18 |
| HSL | 274.74º | 0.55% | 0.59% | - |
| HSV(B) | 274.74º | 0.55% | 0.82% | - |
| XYZ | 29.89 | 20.03 | 61.97 | - |
| YUV | 126.73 | 173.87 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 94 | 208 | 0.23 | 0.55 | 0 | 0.18 | 274.74 | 0.55 | 0.59 |
| Hex | A0 | 5E | D0 | 17 | 37 | 0 | 12 | 113 | 37 | 3B |
| Octal | 240 | 136 | 320 | 27 | 67 | 0 | 22 | 423 | 67 | 73 |
| Binary | 10100000 | 1011110 | 11010000 | 10111 | 110111 | 0 | 10010 | 100010011 | 110111 | 111011 |
Color Harmonies of #A05ED0
Complementary color
Monochromatic Colors of #A05ED0
Black with #A05ED0
Text Example
Text Example
White with #A05ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05ED0; }
p { color: rgb(160,94,208); }
H1.HeaderClassName
{
color: #A05ED0;
}
.AnyTagClassName
{
color: #A05ED0;
}
</style>
background-color css
<style>
a { background-color: #A05ED0; }
a { background-color: rgb(160,94,208); }
div.DivClassName
{
background-color: #A05ED0;
}
.BgClassName
{
background-color: #A05ED0;
}
</style>
border-color css
<style>
span { border-color: #A05ED0; }
span { border-color: rgb(160,94,208); }
td.TdClassName
{
border-color: #A05ED0;
}
.TagClassName
{
border-color: #A05ED0;
}
</style>