Shades of Amethyst #A45ADB
Tints of Amethyst #A45ADB
RGB
CMYK
RGB Variations
Color information
#A45ADB (or 0xA45ADB) is known color: Amethyst. HEX triplet: A4, 5A and DB. RGB value is (164,90,219). Sum of RGB (Red+Green+Blue) = 164+90+219=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 90 (35.55% from 255 or 19.03% 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 #A45ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45ADB is #5BA524. Grayscale: #7E7E7E. Windows color (decimal): -6006053 or 14375588. OLE color: 14375588.
HSL color Cylindrical-coordinate representation of color #A45ADB: hue angle of 274.42º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A45ADB is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 90 | 219 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.14 |
| HSL | 274.42º | 0.64% | 0.61% | - |
| HSV(B) | 274.42º | 0.59% | 0.86% | - |
| XYZ | 31.75 | 20.32 | 69.27 | - |
| YUV | 126.83 | 180.02 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 219 | 0.25 | 0.59 | 0 | 0.14 | 274.42 | 0.64 | 0.61 |
| Hex | A4 | 5A | DB | 19 | 3B | 0 | E | 112 | 40 | 3D |
| Octal | 244 | 132 | 333 | 31 | 73 | 0 | 16 | 422 | 100 | 75 |
| Binary | 10100100 | 1011010 | 11011011 | 11001 | 111011 | 0 | 1110 | 100010010 | 1000000 | 111101 |
Color Harmonies of #A45ADB
Complementary color
Monochromatic Colors of #A45ADB
Black with #A45ADB
Text Example
Text Example
White with #A45ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45ADB; }
p { color: rgb(164,90,219); }
H1.HeaderClassName
{
color: #A45ADB;
}
.AnyTagClassName
{
color: #A45ADB;
}
</style>
background-color css
<style>
a { background-color: #A45ADB; }
a { background-color: rgb(164,90,219); }
div.DivClassName
{
background-color: #A45ADB;
}
.BgClassName
{
background-color: #A45ADB;
}
</style>
border-color css
<style>
span { border-color: #A45ADB; }
span { border-color: rgb(164,90,219); }
td.TdClassName
{
border-color: #A45ADB;
}
.TagClassName
{
border-color: #A45ADB;
}
</style>