Shades of Amethyst #AB66D9
Tints of Amethyst #AB66D9
RGB
CMYK
RGB Variations
Color information
#AB66D9 (or 0xAB66D9) is known color: Amethyst. HEX triplet: AB, 66 and D9. RGB value is (171,102,217). Sum of RGB (Red+Green+Blue) = 171+102+217=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB66D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB66D9 is #549926. Grayscale: #878787. Windows color (decimal): -5544231 or 14247595. OLE color: 14247595.
HSL color Cylindrical-coordinate representation of color #AB66D9: hue angle of 276º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB66D9 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 102 | 217 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.15 |
| HSL | 276º | 0.6% | 0.63% | - |
| HSV(B) | 276º | 0.53% | 0.85% | - |
| XYZ | 34.07 | 23.17 | 68.32 | - |
| YUV | 135.74 | 173.86 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 217 | 0.21 | 0.53 | 0 | 0.15 | 276 | 0.6 | 0.63 |
| Hex | AB | 66 | D9 | 15 | 35 | 0 | F | 114 | 3C | 3F |
| Octal | 253 | 146 | 331 | 25 | 65 | 0 | 17 | 424 | 74 | 77 |
| Binary | 10101011 | 1100110 | 11011001 | 10101 | 110101 | 0 | 1111 | 100010100 | 111100 | 111111 |
Color Harmonies of #AB66D9
Complementary color
Monochromatic Colors of #AB66D9
Black with #AB66D9
Text Example
Text Example
White with #AB66D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB66D9; }
p { color: rgb(171,102,217); }
H1.HeaderClassName
{
color: #AB66D9;
}
.AnyTagClassName
{
color: #AB66D9;
}
</style>
background-color css
<style>
a { background-color: #AB66D9; }
a { background-color: rgb(171,102,217); }
div.DivClassName
{
background-color: #AB66D9;
}
.BgClassName
{
background-color: #AB66D9;
}
</style>
border-color css
<style>
span { border-color: #AB66D9; }
span { border-color: rgb(171,102,217); }
td.TdClassName
{
border-color: #AB66D9;
}
.TagClassName
{
border-color: #AB66D9;
}
</style>