Shades of Amethyst #A365DA
Tints of Amethyst #A365DA
RGB
CMYK
RGB Variations
Color information
#A365DA (or 0xA365DA) is known color: Amethyst. HEX triplet: A3, 65 and DA. RGB value is (163,101,218). Sum of RGB (Red+Green+Blue) = 163+101+218=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #A365DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A365DA is #5C9A25. Grayscale: #848484. Windows color (decimal): -6068774 or 14312867. OLE color: 14312867.
HSL color Cylindrical-coordinate representation of color #A365DA: hue angle of 271.79º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A365DA is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 101 | 218 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.15 |
| HSL | 271.79º | 0.61% | 0.63% | - |
| HSV(B) | 271.79º | 0.54% | 0.85% | - |
| XYZ | 32.41 | 22.16 | 68.9 | - |
| YUV | 132.88 | 176.04 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 218 | 0.25 | 0.54 | 0 | 0.15 | 271.79 | 0.61 | 0.63 |
| Hex | A3 | 65 | DA | 19 | 36 | 0 | F | 110 | 3D | 3F |
| Octal | 243 | 145 | 332 | 31 | 66 | 0 | 17 | 420 | 75 | 77 |
| Binary | 10100011 | 1100101 | 11011010 | 11001 | 110110 | 0 | 1111 | 100010000 | 111101 | 111111 |
Color Harmonies of #A365DA
Complementary color
Monochromatic Colors of #A365DA
Black with #A365DA
Text Example
Text Example
White with #A365DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A365DA; }
p { color: rgb(163,101,218); }
H1.HeaderClassName
{
color: #A365DA;
}
.AnyTagClassName
{
color: #A365DA;
}
</style>
background-color css
<style>
a { background-color: #A365DA; }
a { background-color: rgb(163,101,218); }
div.DivClassName
{
background-color: #A365DA;
}
.BgClassName
{
background-color: #A365DA;
}
</style>
border-color css
<style>
span { border-color: #A365DA; }
span { border-color: rgb(163,101,218); }
td.TdClassName
{
border-color: #A365DA;
}
.TagClassName
{
border-color: #A365DA;
}
</style>