Shades of Amethyst #AB68D7
Tints of Amethyst #AB68D7
RGB
CMYK
RGB Variations
Color information
#AB68D7 (or 0xAB68D7) is known color: Amethyst. HEX triplet: AB, 68 and D7. RGB value is (171,104,215). Sum of RGB (Red+Green+Blue) = 171+104+215=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 215 (84.38% from 255 or 43.88% from 490); Max value from RGB is 215 - color contains mainly: blue. Hex color #AB68D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB68D7 is #549728. Grayscale: #888888. Windows color (decimal): -5543721 or 14117035. OLE color: 14117035.
HSL color Cylindrical-coordinate representation of color #AB68D7: hue angle of 276.22º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB68D7 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 104 | 215 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.16 |
| HSL | 276.22º | 0.58% | 0.63% | - |
| HSV(B) | 276.22º | 0.52% | 0.84% | - |
| XYZ | 34.01 | 23.46 | 67.03 | - |
| YUV | 136.69 | 172.2 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 215 | 0.20 | 0.52 | 0 | 0.16 | 276.22 | 0.58 | 0.63 |
| Hex | AB | 68 | D7 | 14 | 34 | 0 | 10 | 114 | 3A | 3F |
| Octal | 253 | 150 | 327 | 24 | 64 | 0 | 20 | 424 | 72 | 77 |
| Binary | 10101011 | 1101000 | 11010111 | 10100 | 110100 | 0 | 10000 | 100010100 | 111010 | 111111 |
Color Harmonies of #AB68D7
Complementary color
Monochromatic Colors of #AB68D7
Black with #AB68D7
Text Example
Text Example
White with #AB68D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB68D7; }
p { color: rgb(171,104,215); }
H1.HeaderClassName
{
color: #AB68D7;
}
.AnyTagClassName
{
color: #AB68D7;
}
</style>
background-color css
<style>
a { background-color: #AB68D7; }
a { background-color: rgb(171,104,215); }
div.DivClassName
{
background-color: #AB68D7;
}
.BgClassName
{
background-color: #AB68D7;
}
</style>
border-color css
<style>
span { border-color: #AB68D7; }
span { border-color: rgb(171,104,215); }
td.TdClassName
{
border-color: #AB68D7;
}
.TagClassName
{
border-color: #AB68D7;
}
</style>