Shades of Amethyst #AB6CDF
Tints of Amethyst #AB6CDF
RGB
CMYK
RGB Variations
Color information
#AB6CDF (or 0xAB6CDF) is known color: Amethyst. HEX triplet: AB, 6C and DF. RGB value is (171,108,223). Sum of RGB (Red+Green+Blue) = 171+108+223=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB6CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6CDF is #549320. Grayscale: #8B8B8B. Windows color (decimal): -5542689 or 14642347. OLE color: 14642347.
HSL color Cylindrical-coordinate representation of color #AB6CDF: hue angle of 272.87º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB6CDF is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 108 | 223 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.13 |
| HSL | 272.87º | 0.64% | 0.65% | - |
| HSV(B) | 272.87º | 0.52% | 0.87% | - |
| XYZ | 35.48 | 24.71 | 72.71 | - |
| YUV | 139.95 | 174.87 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 223 | 0.23 | 0.52 | 0 | 0.13 | 272.87 | 0.64 | 0.65 |
| Hex | AB | 6C | DF | 17 | 34 | 0 | D | 111 | 40 | 41 |
| Octal | 253 | 154 | 337 | 27 | 64 | 0 | 15 | 421 | 100 | 101 |
| Binary | 10101011 | 1101100 | 11011111 | 10111 | 110100 | 0 | 1101 | 100010001 | 1000000 | 1000001 |
Color Harmonies of #AB6CDF
Complementary color
Monochromatic Colors of #AB6CDF
Black with #AB6CDF
Text Example
Text Example
White with #AB6CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6CDF; }
p { color: rgb(171,108,223); }
H1.HeaderClassName
{
color: #AB6CDF;
}
.AnyTagClassName
{
color: #AB6CDF;
}
</style>
background-color css
<style>
a { background-color: #AB6CDF; }
a { background-color: rgb(171,108,223); }
div.DivClassName
{
background-color: #AB6CDF;
}
.BgClassName
{
background-color: #AB6CDF;
}
</style>
border-color css
<style>
span { border-color: #AB6CDF; }
span { border-color: rgb(171,108,223); }
td.TdClassName
{
border-color: #AB6CDF;
}
.TagClassName
{
border-color: #AB6CDF;
}
</style>