Shades of Amethyst #A065DA
Tints of Amethyst #A065DA
RGB
CMYK
RGB Variations
Color information
#A065DA (or 0xA065DA) is known color: Amethyst. HEX triplet: A0, 65 and DA. RGB value is (160,101,218). Sum of RGB (Red+Green+Blue) = 160+101+218=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #A065DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A065DA is #5F9A25. Grayscale: #838383. Windows color (decimal): -6265382 or 14312864. OLE color: 14312864.
HSL color Cylindrical-coordinate representation of color #A065DA: hue angle of 270.26º 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 #A065DA is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 101 | 218 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.15 |
| HSL | 270.26º | 0.61% | 0.63% | - |
| HSV(B) | 270.26º | 0.54% | 0.85% | - |
| XYZ | 31.81 | 21.84 | 68.87 | - |
| YUV | 131.98 | 176.55 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 218 | 0.27 | 0.54 | 0 | 0.15 | 270.26 | 0.61 | 0.63 |
| Hex | A0 | 65 | DA | 1B | 36 | 0 | F | 10E | 3D | 3F |
| Octal | 240 | 145 | 332 | 33 | 66 | 0 | 17 | 416 | 75 | 77 |
| Binary | 10100000 | 1100101 | 11011010 | 11011 | 110110 | 0 | 1111 | 100001110 | 111101 | 111111 |
Color Harmonies of #A065DA
Complementary color
Monochromatic Colors of #A065DA
Black with #A065DA
Text Example
Text Example
White with #A065DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A065DA; }
p { color: rgb(160,101,218); }
H1.HeaderClassName
{
color: #A065DA;
}
.AnyTagClassName
{
color: #A065DA;
}
</style>
background-color css
<style>
a { background-color: #A065DA; }
a { background-color: rgb(160,101,218); }
div.DivClassName
{
background-color: #A065DA;
}
.BgClassName
{
background-color: #A065DA;
}
</style>
border-color css
<style>
span { border-color: #A065DA; }
span { border-color: rgb(160,101,218); }
td.TdClassName
{
border-color: #A065DA;
}
.TagClassName
{
border-color: #A065DA;
}
</style>