Shades of Amethyst #AB61EA
Tints of Amethyst #AB61EA
RGB
CMYK
RGB Variations
Color information
#AB61EA (or 0xAB61EA) is known color: Amethyst. HEX triplet: AB, 61 and EA. RGB value is (171,97,234). Sum of RGB (Red+Green+Blue) = 171+97+234=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB61EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB61EA is #549E15. Grayscale: #868686. Windows color (decimal): -5545494 or 15360427. OLE color: 15360427.
HSL color Cylindrical-coordinate representation of color #AB61EA: hue angle of 272.41º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB61EA is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 97 | 234 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.08 |
| HSL | 272.41º | 0.77% | 0.65% | - |
| HSV(B) | 272.41º | 0.59% | 0.92% | - |
| XYZ | 35.92 | 23.15 | 80.42 | - |
| YUV | 134.74 | 184.02 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 97 | 234 | 0.27 | 0.59 | 0 | 0.08 | 272.41 | 0.77 | 0.65 |
| Hex | AB | 61 | EA | 1B | 3B | 0 | 8 | 110 | 4D | 41 |
| Octal | 253 | 141 | 352 | 33 | 73 | 0 | 10 | 420 | 115 | 101 |
| Binary | 10101011 | 1100001 | 11101010 | 11011 | 111011 | 0 | 1000 | 100010000 | 1001101 | 1000001 |
Color Harmonies of #AB61EA
Complementary color
Monochromatic Colors of #AB61EA
Black with #AB61EA
Text Example
Text Example
White with #AB61EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB61EA; }
p { color: rgb(171,97,234); }
H1.HeaderClassName
{
color: #AB61EA;
}
.AnyTagClassName
{
color: #AB61EA;
}
</style>
background-color css
<style>
a { background-color: #AB61EA; }
a { background-color: rgb(171,97,234); }
div.DivClassName
{
background-color: #AB61EA;
}
.BgClassName
{
background-color: #AB61EA;
}
</style>
border-color css
<style>
span { border-color: #AB61EA; }
span { border-color: rgb(171,97,234); }
td.TdClassName
{
border-color: #AB61EA;
}
.TagClassName
{
border-color: #AB61EA;
}
</style>