Shades of Amethyst #AB63DA
Tints of Amethyst #AB63DA
RGB
CMYK
RGB Variations
Color information
#AB63DA (or 0xAB63DA) is known color: Amethyst. HEX triplet: AB, 63 and DA. RGB value is (171,99,218). Sum of RGB (Red+Green+Blue) = 171+99+218=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB63DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB63DA is #549C25. Grayscale: #858585. Windows color (decimal): -5544998 or 14312363. OLE color: 14312363.
HSL color Cylindrical-coordinate representation of color #AB63DA: hue angle of 276.3º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB63DA is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 99 | 218 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.15 |
| HSL | 276.3º | 0.62% | 0.62% | - |
| HSV(B) | 276.3º | 0.55% | 0.85% | - |
| XYZ | 33.91 | 22.64 | 68.91 | - |
| YUV | 134.09 | 175.35 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 218 | 0.22 | 0.55 | 0 | 0.15 | 276.3 | 0.62 | 0.62 |
| Hex | AB | 63 | DA | 16 | 37 | 0 | F | 114 | 3E | 3E |
| Octal | 253 | 143 | 332 | 26 | 67 | 0 | 17 | 424 | 76 | 76 |
| Binary | 10101011 | 1100011 | 11011010 | 10110 | 110111 | 0 | 1111 | 100010100 | 111110 | 111110 |
Color Harmonies of #AB63DA
Complementary color
Monochromatic Colors of #AB63DA
Black with #AB63DA
Text Example
Text Example
White with #AB63DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB63DA; }
p { color: rgb(171,99,218); }
H1.HeaderClassName
{
color: #AB63DA;
}
.AnyTagClassName
{
color: #AB63DA;
}
</style>
background-color css
<style>
a { background-color: #AB63DA; }
a { background-color: rgb(171,99,218); }
div.DivClassName
{
background-color: #AB63DA;
}
.BgClassName
{
background-color: #AB63DA;
}
</style>
border-color css
<style>
span { border-color: #AB63DA; }
span { border-color: rgb(171,99,218); }
td.TdClassName
{
border-color: #AB63DA;
}
.TagClassName
{
border-color: #AB63DA;
}
</style>