Shades of Amethyst #AB63DB
Tints of Amethyst #AB63DB
RGB
CMYK
RGB Variations
Color information
#AB63DB (or 0xAB63DB) is known color: Amethyst. HEX triplet: AB, 63 and DB. RGB value is (171,99,219). Sum of RGB (Red+Green+Blue) = 171+99+219=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB63DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB63DB is #549C24. Grayscale: #858585. Windows color (decimal): -5544997 or 14377899. OLE color: 14377899.
HSL color Cylindrical-coordinate representation of color #AB63DB: hue angle of 276º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB63DB is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 99 | 219 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.14 |
| HSL | 276º | 0.63% | 0.62% | - |
| HSV(B) | 276º | 0.55% | 0.86% | - |
| XYZ | 34.04 | 22.7 | 69.6 | - |
| YUV | 134.21 | 175.85 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 219 | 0.22 | 0.55 | 0 | 0.14 | 276 | 0.63 | 0.62 |
| Hex | AB | 63 | DB | 16 | 37 | 0 | E | 114 | 3E | 3E |
| Octal | 253 | 143 | 333 | 26 | 67 | 0 | 16 | 424 | 76 | 76 |
| Binary | 10101011 | 1100011 | 11011011 | 10110 | 110111 | 0 | 1110 | 100010100 | 111110 | 111110 |
Color Harmonies of #AB63DB
Complementary color
Monochromatic Colors of #AB63DB
Black with #AB63DB
Text Example
Text Example
White with #AB63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB63DB; }
p { color: rgb(171,99,219); }
H1.HeaderClassName
{
color: #AB63DB;
}
.AnyTagClassName
{
color: #AB63DB;
}
</style>
background-color css
<style>
a { background-color: #AB63DB; }
a { background-color: rgb(171,99,219); }
div.DivClassName
{
background-color: #AB63DB;
}
.BgClassName
{
background-color: #AB63DB;
}
</style>
border-color css
<style>
span { border-color: #AB63DB; }
span { border-color: rgb(171,99,219); }
td.TdClassName
{
border-color: #AB63DB;
}
.TagClassName
{
border-color: #AB63DB;
}
</style>