Shades of Amethyst #AB6CDA
Tints of Amethyst #AB6CDA
RGB
CMYK
RGB Variations
Color information
#AB6CDA (or 0xAB6CDA) is known color: Amethyst. HEX triplet: AB, 6C and DA. RGB value is (171,108,218). Sum of RGB (Red+Green+Blue) = 171+108+218=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB6CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6CDA is #549325. Grayscale: #8B8B8B. Windows color (decimal): -5542694 or 14314667. OLE color: 14314667.
HSL color Cylindrical-coordinate representation of color #AB6CDA: hue angle of 274.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB6CDA is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 108 | 218 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.15 |
| HSL | 274.36º | 0.6% | 0.64% | - |
| HSV(B) | 274.36º | 0.5% | 0.85% | - |
| XYZ | 34.81 | 24.45 | 69.21 | - |
| YUV | 139.38 | 172.37 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 218 | 0.22 | 0.50 | 0 | 0.15 | 274.36 | 0.6 | 0.64 |
| Hex | AB | 6C | DA | 16 | 32 | 0 | F | 112 | 3C | 40 |
| Octal | 253 | 154 | 332 | 26 | 62 | 0 | 17 | 422 | 74 | 100 |
| Binary | 10101011 | 1101100 | 11011010 | 10110 | 110010 | 0 | 1111 | 100010010 | 111100 | 1000000 |
Color Harmonies of #AB6CDA
Complementary color
Monochromatic Colors of #AB6CDA
Black with #AB6CDA
Text Example
Text Example
White with #AB6CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6CDA; }
p { color: rgb(171,108,218); }
H1.HeaderClassName
{
color: #AB6CDA;
}
.AnyTagClassName
{
color: #AB6CDA;
}
</style>
background-color css
<style>
a { background-color: #AB6CDA; }
a { background-color: rgb(171,108,218); }
div.DivClassName
{
background-color: #AB6CDA;
}
.BgClassName
{
background-color: #AB6CDA;
}
</style>
border-color css
<style>
span { border-color: #AB6CDA; }
span { border-color: rgb(171,108,218); }
td.TdClassName
{
border-color: #AB6CDA;
}
.TagClassName
{
border-color: #AB6CDA;
}
</style>