Shades of Amethyst #AB68E7
Tints of Amethyst #AB68E7
RGB
CMYK
RGB Variations
Color information
#AB68E7 (or 0xAB68E7) is known color: Amethyst. HEX triplet: AB, 68 and E7. RGB value is (171,104,231). Sum of RGB (Red+Green+Blue) = 171+104+231=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB68E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB68E7 is #549718. Grayscale: #8A8A8A. Windows color (decimal): -5543705 or 15165611. OLE color: 15165611.
HSL color Cylindrical-coordinate representation of color #AB68E7: hue angle of 271.65º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB68E7 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 104 | 231 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.09 |
| HSL | 271.65º | 0.73% | 0.66% | - |
| HSV(B) | 271.65º | 0.55% | 0.91% | - |
| XYZ | 36.17 | 24.33 | 78.39 | - |
| YUV | 138.51 | 180.2 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 231 | 0.26 | 0.55 | 0 | 0.09 | 271.65 | 0.73 | 0.66 |
| Hex | AB | 68 | E7 | 1A | 37 | 0 | 9 | 110 | 49 | 42 |
| Octal | 253 | 150 | 347 | 32 | 67 | 0 | 11 | 420 | 111 | 102 |
| Binary | 10101011 | 1101000 | 11100111 | 11010 | 110111 | 0 | 1001 | 100010000 | 1001001 | 1000010 |
Color Harmonies of #AB68E7
Complementary color
Monochromatic Colors of #AB68E7
Black with #AB68E7
Text Example
Text Example
White with #AB68E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB68E7; }
p { color: rgb(171,104,231); }
H1.HeaderClassName
{
color: #AB68E7;
}
.AnyTagClassName
{
color: #AB68E7;
}
</style>
background-color css
<style>
a { background-color: #AB68E7; }
a { background-color: rgb(171,104,231); }
div.DivClassName
{
background-color: #AB68E7;
}
.BgClassName
{
background-color: #AB68E7;
}
</style>
border-color css
<style>
span { border-color: #AB68E7; }
span { border-color: rgb(171,104,231); }
td.TdClassName
{
border-color: #AB68E7;
}
.TagClassName
{
border-color: #AB68E7;
}
</style>