Shades of Amethyst #AB68DF
Tints of Amethyst #AB68DF
RGB
CMYK
RGB Variations
Color information
#AB68DF (or 0xAB68DF) is known color: Amethyst. HEX triplet: AB, 68 and DF. RGB value is (171,104,223). Sum of RGB (Red+Green+Blue) = 171+104+223=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB68DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB68DF is #549720. Grayscale: #898989. Windows color (decimal): -5543713 or 14641323. OLE color: 14641323.
HSL color Cylindrical-coordinate representation of color #AB68DF: hue angle of 273.78º degrees, saturation: 0.65, 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 #AB68DF is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 104 | 223 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.13 |
| HSL | 273.78º | 0.65% | 0.64% | - |
| HSV(B) | 273.78º | 0.53% | 0.87% | - |
| XYZ | 35.06 | 23.89 | 72.57 | - |
| YUV | 137.6 | 176.2 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 223 | 0.23 | 0.53 | 0 | 0.13 | 273.78 | 0.65 | 0.64 |
| Hex | AB | 68 | DF | 17 | 35 | 0 | D | 112 | 41 | 40 |
| Octal | 253 | 150 | 337 | 27 | 65 | 0 | 15 | 422 | 101 | 100 |
| Binary | 10101011 | 1101000 | 11011111 | 10111 | 110101 | 0 | 1101 | 100010010 | 1000001 | 1000000 |
Color Harmonies of #AB68DF
Complementary color
Monochromatic Colors of #AB68DF
Black with #AB68DF
Text Example
Text Example
White with #AB68DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB68DF; }
p { color: rgb(171,104,223); }
H1.HeaderClassName
{
color: #AB68DF;
}
.AnyTagClassName
{
color: #AB68DF;
}
</style>
background-color css
<style>
a { background-color: #AB68DF; }
a { background-color: rgb(171,104,223); }
div.DivClassName
{
background-color: #AB68DF;
}
.BgClassName
{
background-color: #AB68DF;
}
</style>
border-color css
<style>
span { border-color: #AB68DF; }
span { border-color: rgb(171,104,223); }
td.TdClassName
{
border-color: #AB68DF;
}
.TagClassName
{
border-color: #AB68DF;
}
</style>