Shades of Amethyst #AB64DA
Tints of Amethyst #AB64DA
RGB
CMYK
RGB Variations
Color information
#AB64DA (or 0xAB64DA) is known color: Amethyst. HEX triplet: AB, 64 and DA. RGB value is (171,100,218). Sum of RGB (Red+Green+Blue) = 171+100+218=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB64DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB64DA is #549B25. Grayscale: #868686. Windows color (decimal): -5544742 or 14312619. OLE color: 14312619.
HSL color Cylindrical-coordinate representation of color #AB64DA: hue angle of 276.1º 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 #AB64DA is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 100 | 218 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.15 |
| HSL | 276.1º | 0.61% | 0.62% | - |
| HSV(B) | 276.1º | 0.54% | 0.85% | - |
| XYZ | 34.01 | 22.83 | 68.94 | - |
| YUV | 134.68 | 175.02 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 218 | 0.22 | 0.54 | 0 | 0.15 | 276.1 | 0.61 | 0.62 |
| Hex | AB | 64 | DA | 16 | 36 | 0 | F | 114 | 3D | 3E |
| Octal | 253 | 144 | 332 | 26 | 66 | 0 | 17 | 424 | 75 | 76 |
| Binary | 10101011 | 1100100 | 11011010 | 10110 | 110110 | 0 | 1111 | 100010100 | 111101 | 111110 |
Color Harmonies of #AB64DA
Complementary color
Monochromatic Colors of #AB64DA
Black with #AB64DA
Text Example
Text Example
White with #AB64DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB64DA; }
p { color: rgb(171,100,218); }
H1.HeaderClassName
{
color: #AB64DA;
}
.AnyTagClassName
{
color: #AB64DA;
}
</style>
background-color css
<style>
a { background-color: #AB64DA; }
a { background-color: rgb(171,100,218); }
div.DivClassName
{
background-color: #AB64DA;
}
.BgClassName
{
background-color: #AB64DA;
}
</style>
border-color css
<style>
span { border-color: #AB64DA; }
span { border-color: rgb(171,100,218); }
td.TdClassName
{
border-color: #AB64DA;
}
.TagClassName
{
border-color: #AB64DA;
}
</style>