Shades of Amethyst #A264DA
Tints of Amethyst #A264DA
RGB
CMYK
RGB Variations
Color information
#A264DA (or 0xA264DA) is known color: Amethyst. HEX triplet: A2, 64 and DA. RGB value is (162,100,218). Sum of RGB (Red+Green+Blue) = 162+100+218=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #A264DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A264DA is #5D9B25. Grayscale: #838383. Windows color (decimal): -6134566 or 14312610. OLE color: 14312610.
HSL color Cylindrical-coordinate representation of color #A264DA: hue angle of 271.53º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A264DA is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 100 | 218 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.15 |
| HSL | 271.53º | 0.61% | 0.62% | - |
| HSV(B) | 271.53º | 0.54% | 0.85% | - |
| XYZ | 32.11 | 21.86 | 68.86 | - |
| YUV | 131.99 | 176.54 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 100 | 218 | 0.26 | 0.54 | 0 | 0.15 | 271.53 | 0.61 | 0.62 |
| Hex | A2 | 64 | DA | 1A | 36 | 0 | F | 110 | 3D | 3E |
| Octal | 242 | 144 | 332 | 32 | 66 | 0 | 17 | 420 | 75 | 76 |
| Binary | 10100010 | 1100100 | 11011010 | 11010 | 110110 | 0 | 1111 | 100010000 | 111101 | 111110 |
Color Harmonies of #A264DA
Complementary color
Monochromatic Colors of #A264DA
Black with #A264DA
Text Example
Text Example
White with #A264DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A264DA; }
p { color: rgb(162,100,218); }
H1.HeaderClassName
{
color: #A264DA;
}
.AnyTagClassName
{
color: #A264DA;
}
</style>
background-color css
<style>
a { background-color: #A264DA; }
a { background-color: rgb(162,100,218); }
div.DivClassName
{
background-color: #A264DA;
}
.BgClassName
{
background-color: #A264DA;
}
</style>
border-color css
<style>
span { border-color: #A264DA; }
span { border-color: rgb(162,100,218); }
td.TdClassName
{
border-color: #A264DA;
}
.TagClassName
{
border-color: #A264DA;
}
</style>