Shades of Amethyst #AB68E1
Tints of Amethyst #AB68E1
RGB
CMYK
RGB Variations
Color information
#AB68E1 (or 0xAB68E1) is known color: Amethyst. HEX triplet: AB, 68 and E1. RGB value is (171,104,225). Sum of RGB (Red+Green+Blue) = 171+104+225=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB68E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB68E1 is #54971E. Grayscale: #898989. Windows color (decimal): -5543711 or 14772395. OLE color: 14772395.
HSL color Cylindrical-coordinate representation of color #AB68E1: hue angle of 273.22º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB68E1 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 104 | 225 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.12 |
| HSL | 273.22º | 0.67% | 0.65% | - |
| HSV(B) | 273.22º | 0.54% | 0.88% | - |
| XYZ | 35.34 | 23.99 | 74 | - |
| YUV | 137.83 | 177.2 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 225 | 0.24 | 0.54 | 0 | 0.12 | 273.22 | 0.67 | 0.65 |
| Hex | AB | 68 | E1 | 18 | 36 | 0 | C | 111 | 43 | 41 |
| Octal | 253 | 150 | 341 | 30 | 66 | 0 | 14 | 421 | 103 | 101 |
| Binary | 10101011 | 1101000 | 11100001 | 11000 | 110110 | 0 | 1100 | 100010001 | 1000011 | 1000001 |
Color Harmonies of #AB68E1
Complementary color
Monochromatic Colors of #AB68E1
Black with #AB68E1
Text Example
Text Example
White with #AB68E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB68E1; }
p { color: rgb(171,104,225); }
H1.HeaderClassName
{
color: #AB68E1;
}
.AnyTagClassName
{
color: #AB68E1;
}
</style>
background-color css
<style>
a { background-color: #AB68E1; }
a { background-color: rgb(171,104,225); }
div.DivClassName
{
background-color: #AB68E1;
}
.BgClassName
{
background-color: #AB68E1;
}
</style>
border-color css
<style>
span { border-color: #AB68E1; }
span { border-color: rgb(171,104,225); }
td.TdClassName
{
border-color: #AB68E1;
}
.TagClassName
{
border-color: #AB68E1;
}
</style>