Shades of Amethyst #AB61DD
Tints of Amethyst #AB61DD
RGB
CMYK
RGB Variations
Color information
#AB61DD (or 0xAB61DD) is known color: Amethyst. HEX triplet: AB, 61 and DD. RGB value is (171,97,221). Sum of RGB (Red+Green+Blue) = 171+97+221=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB61DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB61DD is #549E22. Grayscale: #848484. Windows color (decimal): -5545507 or 14508459. OLE color: 14508459.
HSL color Cylindrical-coordinate representation of color #AB61DD: hue angle of 275.81º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB61DD is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 97 | 221 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.13 |
| HSL | 275.81º | 0.65% | 0.62% | - |
| HSV(B) | 275.81º | 0.56% | 0.87% | - |
| XYZ | 34.12 | 22.43 | 70.94 | - |
| YUV | 133.26 | 177.52 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 97 | 221 | 0.23 | 0.56 | 0 | 0.13 | 275.81 | 0.65 | 0.62 |
| Hex | AB | 61 | DD | 17 | 38 | 0 | D | 114 | 41 | 3E |
| Octal | 253 | 141 | 335 | 27 | 70 | 0 | 15 | 424 | 101 | 76 |
| Binary | 10101011 | 1100001 | 11011101 | 10111 | 111000 | 0 | 1101 | 100010100 | 1000001 | 111110 |
Color Harmonies of #AB61DD
Complementary color
Monochromatic Colors of #AB61DD
Black with #AB61DD
Text Example
Text Example
White with #AB61DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB61DD; }
p { color: rgb(171,97,221); }
H1.HeaderClassName
{
color: #AB61DD;
}
.AnyTagClassName
{
color: #AB61DD;
}
</style>
background-color css
<style>
a { background-color: #AB61DD; }
a { background-color: rgb(171,97,221); }
div.DivClassName
{
background-color: #AB61DD;
}
.BgClassName
{
background-color: #AB61DD;
}
</style>
border-color css
<style>
span { border-color: #AB61DD; }
span { border-color: rgb(171,97,221); }
td.TdClassName
{
border-color: #AB61DD;
}
.TagClassName
{
border-color: #AB61DD;
}
</style>