Shades of Amethyst #AB68D5
Tints of Amethyst #AB68D5
RGB
CMYK
RGB Variations
Color information
#AB68D5 (or 0xAB68D5) is known color: Amethyst. HEX triplet: AB, 68 and D5. RGB value is (171,104,213). Sum of RGB (Red+Green+Blue) = 171+104+213=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB68D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB68D5 is #54972A. Grayscale: #888888. Windows color (decimal): -5543723 or 13985963. OLE color: 13985963.
HSL color Cylindrical-coordinate representation of color #AB68D5: hue angle of 276.88º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB68D5 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 104 | 213 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.16 |
| HSL | 276.88º | 0.56% | 0.62% | - |
| HSV(B) | 276.88º | 0.51% | 0.84% | - |
| XYZ | 33.76 | 23.36 | 65.68 | - |
| YUV | 136.46 | 171.2 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 213 | 0.20 | 0.51 | 0 | 0.16 | 276.88 | 0.56 | 0.62 |
| Hex | AB | 68 | D5 | 14 | 33 | 0 | 10 | 115 | 38 | 3E |
| Octal | 253 | 150 | 325 | 24 | 63 | 0 | 20 | 425 | 70 | 76 |
| Binary | 10101011 | 1101000 | 11010101 | 10100 | 110011 | 0 | 10000 | 100010101 | 111000 | 111110 |
Color Harmonies of #AB68D5
Complementary color
Monochromatic Colors of #AB68D5
Black with #AB68D5
Text Example
Text Example
White with #AB68D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB68D5; }
p { color: rgb(171,104,213); }
H1.HeaderClassName
{
color: #AB68D5;
}
.AnyTagClassName
{
color: #AB68D5;
}
</style>
background-color css
<style>
a { background-color: #AB68D5; }
a { background-color: rgb(171,104,213); }
div.DivClassName
{
background-color: #AB68D5;
}
.BgClassName
{
background-color: #AB68D5;
}
</style>
border-color css
<style>
span { border-color: #AB68D5; }
span { border-color: rgb(171,104,213); }
td.TdClassName
{
border-color: #AB68D5;
}
.TagClassName
{
border-color: #AB68D5;
}
</style>