Shades of Amethyst #A466DA
Tints of Amethyst #A466DA
RGB
CMYK
RGB Variations
Color information
#A466DA (or 0xA466DA) is known color: Amethyst. HEX triplet: A4, 66 and DA. RGB value is (164,102,218). Sum of RGB (Red+Green+Blue) = 164+102+218=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #A466DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A466DA is #5B9925. Grayscale: #858585. Windows color (decimal): -6002982 or 14313124. OLE color: 14313124.
HSL color Cylindrical-coordinate representation of color #A466DA: hue angle of 272.07º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A466DA is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 102 | 218 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.15 |
| HSL | 272.07º | 0.61% | 0.63% | - |
| HSV(B) | 272.07º | 0.53% | 0.85% | - |
| XYZ | 32.72 | 22.46 | 68.94 | - |
| YUV | 133.76 | 175.54 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 102 | 218 | 0.25 | 0.53 | 0 | 0.15 | 272.07 | 0.61 | 0.63 |
| Hex | A4 | 66 | DA | 19 | 35 | 0 | F | 110 | 3D | 3F |
| Octal | 244 | 146 | 332 | 31 | 65 | 0 | 17 | 420 | 75 | 77 |
| Binary | 10100100 | 1100110 | 11011010 | 11001 | 110101 | 0 | 1111 | 100010000 | 111101 | 111111 |
Color Harmonies of #A466DA
Complementary color
Monochromatic Colors of #A466DA
Black with #A466DA
Text Example
Text Example
White with #A466DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A466DA; }
p { color: rgb(164,102,218); }
H1.HeaderClassName
{
color: #A466DA;
}
.AnyTagClassName
{
color: #A466DA;
}
</style>
background-color css
<style>
a { background-color: #A466DA; }
a { background-color: rgb(164,102,218); }
div.DivClassName
{
background-color: #A466DA;
}
.BgClassName
{
background-color: #A466DA;
}
</style>
border-color css
<style>
span { border-color: #A466DA; }
span { border-color: rgb(164,102,218); }
td.TdClassName
{
border-color: #A466DA;
}
.TagClassName
{
border-color: #A466DA;
}
</style>