Shades of Amethyst #AB67DE
Tints of Amethyst #AB67DE
RGB
CMYK
RGB Variations
Color information
#AB67DE (or 0xAB67DE) is known color: Amethyst. HEX triplet: AB, 67 and DE. RGB value is (171,103,222). Sum of RGB (Red+Green+Blue) = 171+103+222=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 103 (40.62% from 255 or 20.77% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB67DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB67DE is #549821. Grayscale: #888888. Windows color (decimal): -5543970 or 14575531. OLE color: 14575531.
HSL color Cylindrical-coordinate representation of color #AB67DE: hue angle of 274.29º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB67DE is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 103 | 222 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.13 |
| HSL | 274.29º | 0.64% | 0.64% | - |
| HSV(B) | 274.29º | 0.54% | 0.87% | - |
| XYZ | 34.83 | 23.63 | 71.83 | - |
| YUV | 136.9 | 176.03 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 222 | 0.23 | 0.54 | 0 | 0.13 | 274.29 | 0.64 | 0.64 |
| Hex | AB | 67 | DE | 17 | 36 | 0 | D | 112 | 40 | 40 |
| Octal | 253 | 147 | 336 | 27 | 66 | 0 | 15 | 422 | 100 | 100 |
| Binary | 10101011 | 1100111 | 11011110 | 10111 | 110110 | 0 | 1101 | 100010010 | 1000000 | 1000000 |
Color Harmonies of #AB67DE
Complementary color
Monochromatic Colors of #AB67DE
Black with #AB67DE
Text Example
Text Example
White with #AB67DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB67DE; }
p { color: rgb(171,103,222); }
H1.HeaderClassName
{
color: #AB67DE;
}
.AnyTagClassName
{
color: #AB67DE;
}
</style>
background-color css
<style>
a { background-color: #AB67DE; }
a { background-color: rgb(171,103,222); }
div.DivClassName
{
background-color: #AB67DE;
}
.BgClassName
{
background-color: #AB67DE;
}
</style>
border-color css
<style>
span { border-color: #AB67DE; }
span { border-color: rgb(171,103,222); }
td.TdClassName
{
border-color: #AB67DE;
}
.TagClassName
{
border-color: #AB67DE;
}
</style>