Shades of Amethyst #A05EDB
Tints of Amethyst #A05EDB
RGB
CMYK
RGB Variations
Color information
#A05EDB (or 0xA05EDB) is known color: Amethyst. HEX triplet: A0, 5E and DB. RGB value is (160,94,219). Sum of RGB (Red+Green+Blue) = 160+94+219=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #A05EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05EDB is #5FA124. Grayscale: #7F7F7F. Windows color (decimal): -6267173 or 14376608. OLE color: 14376608.
HSL color Cylindrical-coordinate representation of color #A05EDB: hue angle of 271.68º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A05EDB is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 94 | 219 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.14 |
| HSL | 271.68º | 0.63% | 0.61% | - |
| HSV(B) | 271.68º | 0.57% | 0.86% | - |
| XYZ | 31.29 | 20.59 | 69.34 | - |
| YUV | 127.98 | 179.37 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 94 | 219 | 0.27 | 0.57 | 0 | 0.14 | 271.68 | 0.63 | 0.61 |
| Hex | A0 | 5E | DB | 1B | 39 | 0 | E | 110 | 3F | 3D |
| Octal | 240 | 136 | 333 | 33 | 71 | 0 | 16 | 420 | 77 | 75 |
| Binary | 10100000 | 1011110 | 11011011 | 11011 | 111001 | 0 | 1110 | 100010000 | 111111 | 111101 |
Color Harmonies of #A05EDB
Complementary color
Monochromatic Colors of #A05EDB
Black with #A05EDB
Text Example
Text Example
White with #A05EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05EDB; }
p { color: rgb(160,94,219); }
H1.HeaderClassName
{
color: #A05EDB;
}
.AnyTagClassName
{
color: #A05EDB;
}
</style>
background-color css
<style>
a { background-color: #A05EDB; }
a { background-color: rgb(160,94,219); }
div.DivClassName
{
background-color: #A05EDB;
}
.BgClassName
{
background-color: #A05EDB;
}
</style>
border-color css
<style>
span { border-color: #A05EDB; }
span { border-color: rgb(160,94,219); }
td.TdClassName
{
border-color: #A05EDB;
}
.TagClassName
{
border-color: #A05EDB;
}
</style>