Shades of Amethyst #AB68D9
Tints of Amethyst #AB68D9
RGB
CMYK
RGB Variations
Color information
#AB68D9 (or 0xAB68D9) is known color: Amethyst. HEX triplet: AB, 68 and D9. RGB value is (171,104,217). Sum of RGB (Red+Green+Blue) = 171+104+217=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 217 (85.16% from 255 or 44.11% from 492); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB68D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB68D9 is #549726. Grayscale: #888888. Windows color (decimal): -5543719 or 14248107. OLE color: 14248107.
HSL color Cylindrical-coordinate representation of color #AB68D9: hue angle of 275.58º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB68D9 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 104 | 217 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.15 |
| HSL | 275.58º | 0.6% | 0.63% | - |
| HSV(B) | 275.58º | 0.52% | 0.85% | - |
| XYZ | 34.27 | 23.57 | 68.39 | - |
| YUV | 136.92 | 173.2 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 217 | 0.21 | 0.52 | 0 | 0.15 | 275.58 | 0.6 | 0.63 |
| Hex | AB | 68 | D9 | 15 | 34 | 0 | F | 114 | 3C | 3F |
| Octal | 253 | 150 | 331 | 25 | 64 | 0 | 17 | 424 | 74 | 77 |
| Binary | 10101011 | 1101000 | 11011001 | 10101 | 110100 | 0 | 1111 | 100010100 | 111100 | 111111 |
Color Harmonies of #AB68D9
Complementary color
Monochromatic Colors of #AB68D9
Black with #AB68D9
Text Example
Text Example
White with #AB68D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB68D9; }
p { color: rgb(171,104,217); }
H1.HeaderClassName
{
color: #AB68D9;
}
.AnyTagClassName
{
color: #AB68D9;
}
</style>
background-color css
<style>
a { background-color: #AB68D9; }
a { background-color: rgb(171,104,217); }
div.DivClassName
{
background-color: #AB68D9;
}
.BgClassName
{
background-color: #AB68D9;
}
</style>
border-color css
<style>
span { border-color: #AB68D9; }
span { border-color: rgb(171,104,217); }
td.TdClassName
{
border-color: #AB68D9;
}
.TagClassName
{
border-color: #AB68D9;
}
</style>