Shades of Amethyst #A45ADD
Tints of Amethyst #A45ADD
RGB
CMYK
RGB Variations
Color information
#A45ADD (or 0xA45ADD) is known color: Amethyst. HEX triplet: A4, 5A and DD. RGB value is (164,90,221). Sum of RGB (Red+Green+Blue) = 164+90+221=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #A45ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45ADD is #5BA522. Grayscale: #7E7E7E. Windows color (decimal): -6006051 or 14506660. OLE color: 14506660.
HSL color Cylindrical-coordinate representation of color #A45ADD: hue angle of 273.89º degrees, saturation: 0.66, 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 #A45ADD is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 90 | 221 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.13 |
| HSL | 273.89º | 0.66% | 0.61% | - |
| HSV(B) | 273.89º | 0.59% | 0.87% | - |
| XYZ | 32.02 | 20.43 | 70.66 | - |
| YUV | 127.06 | 181.02 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 221 | 0.26 | 0.59 | 0 | 0.13 | 273.89 | 0.66 | 0.61 |
| Hex | A4 | 5A | DD | 1A | 3B | 0 | D | 112 | 42 | 3D |
| Octal | 244 | 132 | 335 | 32 | 73 | 0 | 15 | 422 | 102 | 75 |
| Binary | 10100100 | 1011010 | 11011101 | 11010 | 111011 | 0 | 1101 | 100010010 | 1000010 | 111101 |
Color Harmonies of #A45ADD
Complementary color
Monochromatic Colors of #A45ADD
Black with #A45ADD
Text Example
Text Example
White with #A45ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45ADD; }
p { color: rgb(164,90,221); }
H1.HeaderClassName
{
color: #A45ADD;
}
.AnyTagClassName
{
color: #A45ADD;
}
</style>
background-color css
<style>
a { background-color: #A45ADD; }
a { background-color: rgb(164,90,221); }
div.DivClassName
{
background-color: #A45ADD;
}
.BgClassName
{
background-color: #A45ADD;
}
</style>
border-color css
<style>
span { border-color: #A45ADD; }
span { border-color: rgb(164,90,221); }
td.TdClassName
{
border-color: #A45ADD;
}
.TagClassName
{
border-color: #A45ADD;
}
</style>