Shades of Amethyst #AB68DE
Tints of Amethyst #AB68DE
RGB
CMYK
RGB Variations
Color information
#AB68DE (or 0xAB68DE) is known color: Amethyst. HEX triplet: AB, 68 and DE. RGB value is (171,104,222). Sum of RGB (Red+Green+Blue) = 171+104+222=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB68DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB68DE is #549721. Grayscale: #898989. Windows color (decimal): -5543714 or 14575787. OLE color: 14575787.
HSL color Cylindrical-coordinate representation of color #AB68DE: hue angle of 274.07º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB68DE is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 104 | 222 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.13 |
| HSL | 274.07º | 0.64% | 0.64% | - |
| HSV(B) | 274.07º | 0.53% | 0.87% | - |
| XYZ | 34.93 | 23.83 | 71.87 | - |
| YUV | 137.49 | 175.7 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 222 | 0.23 | 0.53 | 0 | 0.13 | 274.07 | 0.64 | 0.64 |
| Hex | AB | 68 | DE | 17 | 35 | 0 | D | 112 | 40 | 40 |
| Octal | 253 | 150 | 336 | 27 | 65 | 0 | 15 | 422 | 100 | 100 |
| Binary | 10101011 | 1101000 | 11011110 | 10111 | 110101 | 0 | 1101 | 100010010 | 1000000 | 1000000 |
Color Harmonies of #AB68DE
Complementary color
Monochromatic Colors of #AB68DE
Black with #AB68DE
Text Example
Text Example
White with #AB68DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB68DE; }
p { color: rgb(171,104,222); }
H1.HeaderClassName
{
color: #AB68DE;
}
.AnyTagClassName
{
color: #AB68DE;
}
</style>
background-color css
<style>
a { background-color: #AB68DE; }
a { background-color: rgb(171,104,222); }
div.DivClassName
{
background-color: #AB68DE;
}
.BgClassName
{
background-color: #AB68DE;
}
</style>
border-color css
<style>
span { border-color: #AB68DE; }
span { border-color: rgb(171,104,222); }
td.TdClassName
{
border-color: #AB68DE;
}
.TagClassName
{
border-color: #AB68DE;
}
</style>