Shades of Amethyst #A265DA
Tints of Amethyst #A265DA
RGB
CMYK
RGB Variations
Color information
#A265DA (or 0xA265DA) is known color: Amethyst. HEX triplet: A2, 65 and DA. RGB value is (162,101,218). Sum of RGB (Red+Green+Blue) = 162+101+218=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #A265DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A265DA is #5D9A25. Grayscale: #848484. Windows color (decimal): -6134310 or 14312866. OLE color: 14312866.
HSL color Cylindrical-coordinate representation of color #A265DA: hue angle of 271.28º 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 #A265DA is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 101 | 218 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.15 |
| HSL | 271.28º | 0.61% | 0.63% | - |
| HSV(B) | 271.28º | 0.54% | 0.85% | - |
| XYZ | 32.21 | 22.05 | 68.89 | - |
| YUV | 132.58 | 176.21 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 101 | 218 | 0.26 | 0.54 | 0 | 0.15 | 271.28 | 0.61 | 0.63 |
| Hex | A2 | 65 | DA | 1A | 36 | 0 | F | 10F | 3D | 3F |
| Octal | 242 | 145 | 332 | 32 | 66 | 0 | 17 | 417 | 75 | 77 |
| Binary | 10100010 | 1100101 | 11011010 | 11010 | 110110 | 0 | 1111 | 100001111 | 111101 | 111111 |
Color Harmonies of #A265DA
Complementary color
Monochromatic Colors of #A265DA
Black with #A265DA
Text Example
Text Example
White with #A265DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A265DA; }
p { color: rgb(162,101,218); }
H1.HeaderClassName
{
color: #A265DA;
}
.AnyTagClassName
{
color: #A265DA;
}
</style>
background-color css
<style>
a { background-color: #A265DA; }
a { background-color: rgb(162,101,218); }
div.DivClassName
{
background-color: #A265DA;
}
.BgClassName
{
background-color: #A265DA;
}
</style>
border-color css
<style>
span { border-color: #A265DA; }
span { border-color: rgb(162,101,218); }
td.TdClassName
{
border-color: #A265DA;
}
.TagClassName
{
border-color: #A265DA;
}
</style>