Shades of Amethyst #A45DDB
Tints of Amethyst #A45DDB
RGB
CMYK
RGB Variations
Color information
#A45DDB (or 0xA45DDB) is known color: Amethyst. HEX triplet: A4, 5D and DB. RGB value is (164,93,219). Sum of RGB (Red+Green+Blue) = 164+93+219=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #A45DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45DDB is #5BA224. Grayscale: #808080. Windows color (decimal): -6005285 or 14376356. OLE color: 14376356.
HSL color Cylindrical-coordinate representation of color #A45DDB: hue angle of 273.81º 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 #A45DDB is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 93 | 219 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.14 |
| HSL | 273.81º | 0.64% | 0.61% | - |
| HSV(B) | 273.81º | 0.58% | 0.86% | - |
| XYZ | 32.01 | 20.84 | 69.35 | - |
| YUV | 128.59 | 179.02 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 219 | 0.25 | 0.58 | 0 | 0.14 | 273.81 | 0.64 | 0.61 |
| Hex | A4 | 5D | DB | 19 | 3A | 0 | E | 112 | 40 | 3D |
| Octal | 244 | 135 | 333 | 31 | 72 | 0 | 16 | 422 | 100 | 75 |
| Binary | 10100100 | 1011101 | 11011011 | 11001 | 111010 | 0 | 1110 | 100010010 | 1000000 | 111101 |
Color Harmonies of #A45DDB
Complementary color
Monochromatic Colors of #A45DDB
Black with #A45DDB
Text Example
Text Example
White with #A45DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45DDB; }
p { color: rgb(164,93,219); }
H1.HeaderClassName
{
color: #A45DDB;
}
.AnyTagClassName
{
color: #A45DDB;
}
</style>
background-color css
<style>
a { background-color: #A45DDB; }
a { background-color: rgb(164,93,219); }
div.DivClassName
{
background-color: #A45DDB;
}
.BgClassName
{
background-color: #A45DDB;
}
</style>
border-color css
<style>
span { border-color: #A45DDB; }
span { border-color: rgb(164,93,219); }
td.TdClassName
{
border-color: #A45DDB;
}
.TagClassName
{
border-color: #A45DDB;
}
</style>