Shades of Amethyst #A05DDB
Tints of Amethyst #A05DDB
RGB
CMYK
RGB Variations
Color information
#A05DDB (or 0xA05DDB) is known color: Amethyst. HEX triplet: A0, 5D and DB. RGB value is (160,93,219). Sum of RGB (Red+Green+Blue) = 160+93+219=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #A05DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05DDB is #5FA224. Grayscale: #7E7E7E. Windows color (decimal): -6267429 or 14376352. OLE color: 14376352.
HSL color Cylindrical-coordinate representation of color #A05DDB: hue angle of 271.9º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A05DDB is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 93 | 219 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.14 |
| HSL | 271.9º | 0.64% | 0.61% | - |
| HSV(B) | 271.9º | 0.58% | 0.86% | - |
| XYZ | 31.2 | 20.42 | 69.31 | - |
| YUV | 127.4 | 179.7 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 219 | 0.27 | 0.58 | 0 | 0.14 | 271.9 | 0.64 | 0.61 |
| Hex | A0 | 5D | DB | 1B | 3A | 0 | E | 110 | 40 | 3D |
| Octal | 240 | 135 | 333 | 33 | 72 | 0 | 16 | 420 | 100 | 75 |
| Binary | 10100000 | 1011101 | 11011011 | 11011 | 111010 | 0 | 1110 | 100010000 | 1000000 | 111101 |
Color Harmonies of #A05DDB
Complementary color
Monochromatic Colors of #A05DDB
Black with #A05DDB
Text Example
Text Example
White with #A05DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05DDB; }
p { color: rgb(160,93,219); }
H1.HeaderClassName
{
color: #A05DDB;
}
.AnyTagClassName
{
color: #A05DDB;
}
</style>
background-color css
<style>
a { background-color: #A05DDB; }
a { background-color: rgb(160,93,219); }
div.DivClassName
{
background-color: #A05DDB;
}
.BgClassName
{
background-color: #A05DDB;
}
</style>
border-color css
<style>
span { border-color: #A05DDB; }
span { border-color: rgb(160,93,219); }
td.TdClassName
{
border-color: #A05DDB;
}
.TagClassName
{
border-color: #A05DDB;
}
</style>