Shades of Amethyst #AB66E7
Tints of Amethyst #AB66E7
RGB
CMYK
RGB Variations
Color information
#AB66E7 (or 0xAB66E7) is known color: Amethyst. HEX triplet: AB, 66 and E7. RGB value is (171,102,231). Sum of RGB (Red+Green+Blue) = 171+102+231=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB66E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB66E7 is #549918. Grayscale: #888888. Windows color (decimal): -5544217 or 15165099. OLE color: 15165099.
HSL color Cylindrical-coordinate representation of color #AB66E7: hue angle of 272.09º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB66E7 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 102 | 231 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.09 |
| HSL | 272.09º | 0.73% | 0.65% | - |
| HSV(B) | 272.09º | 0.56% | 0.91% | - |
| XYZ | 35.97 | 23.93 | 78.32 | - |
| YUV | 137.34 | 180.86 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 231 | 0.26 | 0.56 | 0 | 0.09 | 272.09 | 0.73 | 0.65 |
| Hex | AB | 66 | E7 | 1A | 38 | 0 | 9 | 110 | 49 | 41 |
| Octal | 253 | 146 | 347 | 32 | 70 | 0 | 11 | 420 | 111 | 101 |
| Binary | 10101011 | 1100110 | 11100111 | 11010 | 111000 | 0 | 1001 | 100010000 | 1001001 | 1000001 |
Color Harmonies of #AB66E7
Complementary color
Monochromatic Colors of #AB66E7
Black with #AB66E7
Text Example
Text Example
White with #AB66E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB66E7; }
p { color: rgb(171,102,231); }
H1.HeaderClassName
{
color: #AB66E7;
}
.AnyTagClassName
{
color: #AB66E7;
}
</style>
background-color css
<style>
a { background-color: #AB66E7; }
a { background-color: rgb(171,102,231); }
div.DivClassName
{
background-color: #AB66E7;
}
.BgClassName
{
background-color: #AB66E7;
}
</style>
border-color css
<style>
span { border-color: #AB66E7; }
span { border-color: rgb(171,102,231); }
td.TdClassName
{
border-color: #AB66E7;
}
.TagClassName
{
border-color: #AB66E7;
}
</style>