Shades of Amethyst #A466E0
Tints of Amethyst #A466E0
RGB
CMYK
RGB Variations
Color information
#A466E0 (or 0xA466E0) is known color: Amethyst. HEX triplet: A4, 66 and E0. RGB value is (164,102,224). Sum of RGB (Red+Green+Blue) = 164+102+224=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 224 - color contains mainly: blue. Hex color #A466E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A466E0 is #5B991F. Grayscale: #868686. Windows color (decimal): -6002976 or 14706340. OLE color: 14706340.
HSL color Cylindrical-coordinate representation of color #A466E0: hue angle of 270.49º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A466E0 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 102 | 224 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.12 |
| HSL | 270.49º | 0.66% | 0.64% | - |
| HSV(B) | 270.49º | 0.54% | 0.88% | - |
| XYZ | 33.52 | 22.78 | 73.15 | - |
| YUV | 134.45 | 178.54 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 102 | 224 | 0.27 | 0.54 | 0 | 0.12 | 270.49 | 0.66 | 0.64 |
| Hex | A4 | 66 | E0 | 1B | 36 | 0 | C | 10E | 42 | 40 |
| Octal | 244 | 146 | 340 | 33 | 66 | 0 | 14 | 416 | 102 | 100 |
| Binary | 10100100 | 1100110 | 11100000 | 11011 | 110110 | 0 | 1100 | 100001110 | 1000010 | 1000000 |
Color Harmonies of #A466E0
Complementary color
Monochromatic Colors of #A466E0
Black with #A466E0
Text Example
Text Example
White with #A466E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A466E0; }
p { color: rgb(164,102,224); }
H1.HeaderClassName
{
color: #A466E0;
}
.AnyTagClassName
{
color: #A466E0;
}
</style>
background-color css
<style>
a { background-color: #A466E0; }
a { background-color: rgb(164,102,224); }
div.DivClassName
{
background-color: #A466E0;
}
.BgClassName
{
background-color: #A466E0;
}
</style>
border-color css
<style>
span { border-color: #A466E0; }
span { border-color: rgb(164,102,224); }
td.TdClassName
{
border-color: #A466E0;
}
.TagClassName
{
border-color: #A466E0;
}
</style>