Shades of Amethyst #AB6CDE
Tints of Amethyst #AB6CDE
RGB
CMYK
RGB Variations
Color information
#AB6CDE (or 0xAB6CDE) is known color: Amethyst. HEX triplet: AB, 6C and DE. RGB value is (171,108,222). Sum of RGB (Red+Green+Blue) = 171+108+222=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB6CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6CDE is #549321. Grayscale: #8B8B8B. Windows color (decimal): -5542690 or 14576811. OLE color: 14576811.
HSL color Cylindrical-coordinate representation of color #AB6CDE: hue angle of 273.16º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB6CDE is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 108 | 222 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.13 |
| HSL | 273.16º | 0.63% | 0.65% | - |
| HSV(B) | 273.16º | 0.51% | 0.87% | - |
| XYZ | 35.34 | 24.66 | 72 | - |
| YUV | 139.83 | 174.37 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 222 | 0.23 | 0.51 | 0 | 0.13 | 273.16 | 0.63 | 0.65 |
| Hex | AB | 6C | DE | 17 | 33 | 0 | D | 111 | 3F | 41 |
| Octal | 253 | 154 | 336 | 27 | 63 | 0 | 15 | 421 | 77 | 101 |
| Binary | 10101011 | 1101100 | 11011110 | 10111 | 110011 | 0 | 1101 | 100010001 | 111111 | 1000001 |
Color Harmonies of #AB6CDE
Complementary color
Monochromatic Colors of #AB6CDE
Black with #AB6CDE
Text Example
Text Example
White with #AB6CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6CDE; }
p { color: rgb(171,108,222); }
H1.HeaderClassName
{
color: #AB6CDE;
}
.AnyTagClassName
{
color: #AB6CDE;
}
</style>
background-color css
<style>
a { background-color: #AB6CDE; }
a { background-color: rgb(171,108,222); }
div.DivClassName
{
background-color: #AB6CDE;
}
.BgClassName
{
background-color: #AB6CDE;
}
</style>
border-color css
<style>
span { border-color: #AB6CDE; }
span { border-color: rgb(171,108,222); }
td.TdClassName
{
border-color: #AB6CDE;
}
.TagClassName
{
border-color: #AB6CDE;
}
</style>