Shades of Amethyst #AB68E4
Tints of Amethyst #AB68E4
RGB
CMYK
RGB Variations
Color information
#AB68E4 (or 0xAB68E4) is known color: Amethyst. HEX triplet: AB, 68 and E4. RGB value is (171,104,228). Sum of RGB (Red+Green+Blue) = 171+104+228=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 228 (89.45% from 255 or 45.33% from 503); Max value from RGB is 228 - color contains mainly: blue. Hex color #AB68E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB68E4 is #54971B. Grayscale: #898989. Windows color (decimal): -5543708 or 14969003. OLE color: 14969003.
HSL color Cylindrical-coordinate representation of color #AB68E4: hue angle of 272.42º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB68E4 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 104 | 228 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.11 |
| HSL | 272.42º | 0.7% | 0.65% | - |
| HSV(B) | 272.42º | 0.54% | 0.89% | - |
| XYZ | 35.75 | 24.16 | 76.18 | - |
| YUV | 138.17 | 178.7 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 228 | 0.25 | 0.54 | 0 | 0.11 | 272.42 | 0.7 | 0.65 |
| Hex | AB | 68 | E4 | 19 | 36 | 0 | B | 110 | 46 | 41 |
| Octal | 253 | 150 | 344 | 31 | 66 | 0 | 13 | 420 | 106 | 101 |
| Binary | 10101011 | 1101000 | 11100100 | 11001 | 110110 | 0 | 1011 | 100010000 | 1000110 | 1000001 |
Color Harmonies of #AB68E4
Complementary color
Monochromatic Colors of #AB68E4
Black with #AB68E4
Text Example
Text Example
White with #AB68E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB68E4; }
p { color: rgb(171,104,228); }
H1.HeaderClassName
{
color: #AB68E4;
}
.AnyTagClassName
{
color: #AB68E4;
}
</style>
background-color css
<style>
a { background-color: #AB68E4; }
a { background-color: rgb(171,104,228); }
div.DivClassName
{
background-color: #AB68E4;
}
.BgClassName
{
background-color: #AB68E4;
}
</style>
border-color css
<style>
span { border-color: #AB68E4; }
span { border-color: rgb(171,104,228); }
td.TdClassName
{
border-color: #AB68E4;
}
.TagClassName
{
border-color: #AB68E4;
}
</style>