Shades of Amethyst #A45ADE
Tints of Amethyst #A45ADE
RGB
CMYK
RGB Variations
Color information
#A45ADE (or 0xA45ADE) is known color: Amethyst. HEX triplet: A4, 5A and DE. RGB value is (164,90,222). Sum of RGB (Red+Green+Blue) = 164+90+222=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #A45ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45ADE is #5BA521. Grayscale: #7E7E7E. Windows color (decimal): -6006050 or 14572196. OLE color: 14572196.
HSL color Cylindrical-coordinate representation of color #A45ADE: hue angle of 273.64º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A45ADE is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 90 | 222 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.13 |
| HSL | 273.64º | 0.67% | 0.61% | - |
| HSV(B) | 273.64º | 0.59% | 0.87% | - |
| XYZ | 32.15 | 20.48 | 71.37 | - |
| YUV | 127.17 | 181.52 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 222 | 0.26 | 0.59 | 0 | 0.13 | 273.64 | 0.67 | 0.61 |
| Hex | A4 | 5A | DE | 1A | 3B | 0 | D | 112 | 43 | 3D |
| Octal | 244 | 132 | 336 | 32 | 73 | 0 | 15 | 422 | 103 | 75 |
| Binary | 10100100 | 1011010 | 11011110 | 11010 | 111011 | 0 | 1101 | 100010010 | 1000011 | 111101 |
Color Harmonies of #A45ADE
Complementary color
Monochromatic Colors of #A45ADE
Black with #A45ADE
Text Example
Text Example
White with #A45ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45ADE; }
p { color: rgb(164,90,222); }
H1.HeaderClassName
{
color: #A45ADE;
}
.AnyTagClassName
{
color: #A45ADE;
}
</style>
background-color css
<style>
a { background-color: #A45ADE; }
a { background-color: rgb(164,90,222); }
div.DivClassName
{
background-color: #A45ADE;
}
.BgClassName
{
background-color: #A45ADE;
}
</style>
border-color css
<style>
span { border-color: #A45ADE; }
span { border-color: rgb(164,90,222); }
td.TdClassName
{
border-color: #A45ADE;
}
.TagClassName
{
border-color: #A45ADE;
}
</style>