Shades of Amethyst #AB69E5
Tints of Amethyst #AB69E5
RGB
CMYK
RGB Variations
Color information
#AB69E5 (or 0xAB69E5) is known color: Amethyst. HEX triplet: AB, 69 and E5. RGB value is (171,105,229). Sum of RGB (Red+Green+Blue) = 171+105+229=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB69E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB69E5 is #54961A. Grayscale: #8A8A8A. Windows color (decimal): -5543451 or 15034795. OLE color: 15034795.
HSL color Cylindrical-coordinate representation of color #AB69E5: hue angle of 271.94º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB69E5 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 105 | 229 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.10 |
| HSL | 271.94º | 0.7% | 0.65% | - |
| HSV(B) | 271.94º | 0.54% | 0.9% | - |
| XYZ | 35.99 | 24.42 | 76.95 | - |
| YUV | 138.87 | 178.87 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 229 | 0.25 | 0.54 | 0 | 0.10 | 271.94 | 0.7 | 0.65 |
| Hex | AB | 69 | E5 | 19 | 36 | 0 | A | 110 | 46 | 41 |
| Octal | 253 | 151 | 345 | 31 | 66 | 0 | 12 | 420 | 106 | 101 |
| Binary | 10101011 | 1101001 | 11100101 | 11001 | 110110 | 0 | 1010 | 100010000 | 1000110 | 1000001 |
Color Harmonies of #AB69E5
Complementary color
Monochromatic Colors of #AB69E5
Black with #AB69E5
Text Example
Text Example
White with #AB69E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB69E5; }
p { color: rgb(171,105,229); }
H1.HeaderClassName
{
color: #AB69E5;
}
.AnyTagClassName
{
color: #AB69E5;
}
</style>
background-color css
<style>
a { background-color: #AB69E5; }
a { background-color: rgb(171,105,229); }
div.DivClassName
{
background-color: #AB69E5;
}
.BgClassName
{
background-color: #AB69E5;
}
</style>
border-color css
<style>
span { border-color: #AB69E5; }
span { border-color: rgb(171,105,229); }
td.TdClassName
{
border-color: #AB69E5;
}
.TagClassName
{
border-color: #AB69E5;
}
</style>