Shades of Amethyst #AB68E6
Tints of Amethyst #AB68E6
RGB
CMYK
RGB Variations
Color information
#AB68E6 (or 0xAB68E6) is known color: Amethyst. HEX triplet: AB, 68 and E6. RGB value is (171,104,230). Sum of RGB (Red+Green+Blue) = 171+104+230=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB68E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB68E6 is #549719. Grayscale: #898989. Windows color (decimal): -5543706 or 15100075. OLE color: 15100075.
HSL color Cylindrical-coordinate representation of color #AB68E6: hue angle of 271.9º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB68E6 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 104 | 230 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.10 |
| HSL | 271.9º | 0.72% | 0.65% | - |
| HSV(B) | 271.9º | 0.55% | 0.9% | - |
| XYZ | 36.03 | 24.27 | 77.65 | - |
| YUV | 138.4 | 179.7 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 230 | 0.26 | 0.55 | 0 | 0.10 | 271.9 | 0.72 | 0.65 |
| Hex | AB | 68 | E6 | 1A | 37 | 0 | A | 110 | 48 | 41 |
| Octal | 253 | 150 | 346 | 32 | 67 | 0 | 12 | 420 | 110 | 101 |
| Binary | 10101011 | 1101000 | 11100110 | 11010 | 110111 | 0 | 1010 | 100010000 | 1001000 | 1000001 |
Color Harmonies of #AB68E6
Complementary color
Monochromatic Colors of #AB68E6
Black with #AB68E6
Text Example
Text Example
White with #AB68E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB68E6; }
p { color: rgb(171,104,230); }
H1.HeaderClassName
{
color: #AB68E6;
}
.AnyTagClassName
{
color: #AB68E6;
}
</style>
background-color css
<style>
a { background-color: #AB68E6; }
a { background-color: rgb(171,104,230); }
div.DivClassName
{
background-color: #AB68E6;
}
.BgClassName
{
background-color: #AB68E6;
}
</style>
border-color css
<style>
span { border-color: #AB68E6; }
span { border-color: rgb(171,104,230); }
td.TdClassName
{
border-color: #AB68E6;
}
.TagClassName
{
border-color: #AB68E6;
}
</style>