Shades of Amethyst #AB6FDD
Tints of Amethyst #AB6FDD
RGB
CMYK
RGB Variations
Color information
#AB6FDD (or 0xAB6FDD) is known color: Amethyst. HEX triplet: AB, 6F and DD. RGB value is (171,111,221). Sum of RGB (Red+Green+Blue) = 171+111+221=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB6FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6FDD is #549022. Grayscale: #8D8D8D. Windows color (decimal): -5541923 or 14512043. OLE color: 14512043.
HSL color Cylindrical-coordinate representation of color #AB6FDD: hue angle of 272.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB6FDD is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 111 | 221 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.13 |
| HSL | 272.73º | 0.62% | 0.65% | - |
| HSV(B) | 272.73º | 0.5% | 0.87% | - |
| XYZ | 35.53 | 25.25 | 71.41 | - |
| YUV | 141.48 | 172.88 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 221 | 0.23 | 0.50 | 0 | 0.13 | 272.73 | 0.62 | 0.65 |
| Hex | AB | 6F | DD | 17 | 32 | 0 | D | 111 | 3E | 41 |
| Octal | 253 | 157 | 335 | 27 | 62 | 0 | 15 | 421 | 76 | 101 |
| Binary | 10101011 | 1101111 | 11011101 | 10111 | 110010 | 0 | 1101 | 100010001 | 111110 | 1000001 |
Color Harmonies of #AB6FDD
Complementary color
Monochromatic Colors of #AB6FDD
Black with #AB6FDD
Text Example
Text Example
White with #AB6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6FDD; }
p { color: rgb(171,111,221); }
H1.HeaderClassName
{
color: #AB6FDD;
}
.AnyTagClassName
{
color: #AB6FDD;
}
</style>
background-color css
<style>
a { background-color: #AB6FDD; }
a { background-color: rgb(171,111,221); }
div.DivClassName
{
background-color: #AB6FDD;
}
.BgClassName
{
background-color: #AB6FDD;
}
</style>
border-color css
<style>
span { border-color: #AB6FDD; }
span { border-color: rgb(171,111,221); }
td.TdClassName
{
border-color: #AB6FDD;
}
.TagClassName
{
border-color: #AB6FDD;
}
</style>