Shades of Amethyst #AB66D7
Tints of Amethyst #AB66D7
RGB
CMYK
RGB Variations
Color information
#AB66D7 (or 0xAB66D7) is known color: Amethyst. HEX triplet: AB, 66 and D7. RGB value is (171,102,215). Sum of RGB (Red+Green+Blue) = 171+102+215=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 215 - color contains mainly: blue. Hex color #AB66D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB66D7 is #549928. Grayscale: #878787. Windows color (decimal): -5544233 or 14116523. OLE color: 14116523.
HSL color Cylindrical-coordinate representation of color #AB66D7: hue angle of 276.64º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB66D7 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 102 | 215 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.16 |
| HSL | 276.64º | 0.59% | 0.62% | - |
| HSV(B) | 276.64º | 0.53% | 0.84% | - |
| XYZ | 33.81 | 23.07 | 66.96 | - |
| YUV | 135.51 | 172.86 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 215 | 0.20 | 0.53 | 0 | 0.16 | 276.64 | 0.59 | 0.62 |
| Hex | AB | 66 | D7 | 14 | 35 | 0 | 10 | 115 | 3B | 3E |
| Octal | 253 | 146 | 327 | 24 | 65 | 0 | 20 | 425 | 73 | 76 |
| Binary | 10101011 | 1100110 | 11010111 | 10100 | 110101 | 0 | 10000 | 100010101 | 111011 | 111110 |
Color Harmonies of #AB66D7
Complementary color
Monochromatic Colors of #AB66D7
Black with #AB66D7
Text Example
Text Example
White with #AB66D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB66D7; }
p { color: rgb(171,102,215); }
H1.HeaderClassName
{
color: #AB66D7;
}
.AnyTagClassName
{
color: #AB66D7;
}
</style>
background-color css
<style>
a { background-color: #AB66D7; }
a { background-color: rgb(171,102,215); }
div.DivClassName
{
background-color: #AB66D7;
}
.BgClassName
{
background-color: #AB66D7;
}
</style>
border-color css
<style>
span { border-color: #AB66D7; }
span { border-color: rgb(171,102,215); }
td.TdClassName
{
border-color: #AB66D7;
}
.TagClassName
{
border-color: #AB66D7;
}
</style>