Shades of Amethyst #AB68DD
Tints of Amethyst #AB68DD
RGB
CMYK
RGB Variations
Color information
#AB68DD (or 0xAB68DD) is known color: Amethyst. HEX triplet: AB, 68 and DD. RGB value is (171,104,221). Sum of RGB (Red+Green+Blue) = 171+104+221=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB68DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB68DD is #549722. Grayscale: #888888. Windows color (decimal): -5543715 or 14510251. OLE color: 14510251.
HSL color Cylindrical-coordinate representation of color #AB68DD: hue angle of 274.36º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB68DD is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 104 | 221 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.13 |
| HSL | 274.36º | 0.63% | 0.64% | - |
| HSV(B) | 274.36º | 0.53% | 0.87% | - |
| XYZ | 34.8 | 23.78 | 71.16 | - |
| YUV | 137.37 | 175.2 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 221 | 0.23 | 0.53 | 0 | 0.13 | 274.36 | 0.63 | 0.64 |
| Hex | AB | 68 | DD | 17 | 35 | 0 | D | 112 | 3F | 40 |
| Octal | 253 | 150 | 335 | 27 | 65 | 0 | 15 | 422 | 77 | 100 |
| Binary | 10101011 | 1101000 | 11011101 | 10111 | 110101 | 0 | 1101 | 100010010 | 111111 | 1000000 |
Color Harmonies of #AB68DD
Complementary color
Monochromatic Colors of #AB68DD
Black with #AB68DD
Text Example
Text Example
White with #AB68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB68DD; }
p { color: rgb(171,104,221); }
H1.HeaderClassName
{
color: #AB68DD;
}
.AnyTagClassName
{
color: #AB68DD;
}
</style>
background-color css
<style>
a { background-color: #AB68DD; }
a { background-color: rgb(171,104,221); }
div.DivClassName
{
background-color: #AB68DD;
}
.BgClassName
{
background-color: #AB68DD;
}
</style>
border-color css
<style>
span { border-color: #AB68DD; }
span { border-color: rgb(171,104,221); }
td.TdClassName
{
border-color: #AB68DD;
}
.TagClassName
{
border-color: #AB68DD;
}
</style>