Shades of Amethyst #A45ADF
Tints of Amethyst #A45ADF
RGB
CMYK
RGB Variations
Color information
#A45ADF (or 0xA45ADF) is known color: Amethyst. HEX triplet: A4, 5A and DF. RGB value is (164,90,223). Sum of RGB (Red+Green+Blue) = 164+90+223=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #A45ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45ADF is #5BA520. Grayscale: #7E7E7E. Windows color (decimal): -6006049 or 14637732. OLE color: 14637732.
HSL color Cylindrical-coordinate representation of color #A45ADF: hue angle of 273.38º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A45ADF is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 90 | 223 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.13 |
| HSL | 273.38º | 0.68% | 0.61% | - |
| HSV(B) | 273.38º | 0.6% | 0.87% | - |
| XYZ | 32.29 | 20.53 | 72.07 | - |
| YUV | 127.29 | 182.02 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 223 | 0.26 | 0.60 | 0 | 0.13 | 273.38 | 0.68 | 0.61 |
| Hex | A4 | 5A | DF | 1A | 3C | 0 | D | 111 | 44 | 3D |
| Octal | 244 | 132 | 337 | 32 | 74 | 0 | 15 | 421 | 104 | 75 |
| Binary | 10100100 | 1011010 | 11011111 | 11010 | 111100 | 0 | 1101 | 100010001 | 1000100 | 111101 |
Color Harmonies of #A45ADF
Complementary color
Monochromatic Colors of #A45ADF
Black with #A45ADF
Text Example
Text Example
White with #A45ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45ADF; }
p { color: rgb(164,90,223); }
H1.HeaderClassName
{
color: #A45ADF;
}
.AnyTagClassName
{
color: #A45ADF;
}
</style>
background-color css
<style>
a { background-color: #A45ADF; }
a { background-color: rgb(164,90,223); }
div.DivClassName
{
background-color: #A45ADF;
}
.BgClassName
{
background-color: #A45ADF;
}
</style>
border-color css
<style>
span { border-color: #A45ADF; }
span { border-color: rgb(164,90,223); }
td.TdClassName
{
border-color: #A45ADF;
}
.TagClassName
{
border-color: #A45ADF;
}
</style>