Shades of Amethyst #A16ADC
Tints of Amethyst #A16ADC
RGB
CMYK
RGB Variations
Color information
#A16ADC (or 0xA16ADC) is known color: Amethyst. HEX triplet: A1, 6A and DC. RGB value is (161,106,220). Sum of RGB (Red+Green+Blue) = 161+106+220=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #A16ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ADC is #5E9523. Grayscale: #878787. Windows color (decimal): -6198564 or 14445217. OLE color: 14445217.
HSL color Cylindrical-coordinate representation of color #A16ADC: hue angle of 268.95º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A16ADC is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 106 | 220 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.14 |
| HSL | 268.95º | 0.62% | 0.64% | - |
| HSV(B) | 268.95º | 0.52% | 0.86% | - |
| XYZ | 32.77 | 23.05 | 70.43 | - |
| YUV | 135.44 | 175.72 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 220 | 0.27 | 0.52 | 0 | 0.14 | 268.95 | 0.62 | 0.64 |
| Hex | A1 | 6A | DC | 1B | 34 | 0 | E | 10D | 3E | 40 |
| Octal | 241 | 152 | 334 | 33 | 64 | 0 | 16 | 415 | 76 | 100 |
| Binary | 10100001 | 1101010 | 11011100 | 11011 | 110100 | 0 | 1110 | 100001101 | 111110 | 1000000 |
Color Harmonies of #A16ADC
Complementary color
Monochromatic Colors of #A16ADC
Black with #A16ADC
Text Example
Text Example
White with #A16ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16ADC; }
p { color: rgb(161,106,220); }
H1.HeaderClassName
{
color: #A16ADC;
}
.AnyTagClassName
{
color: #A16ADC;
}
</style>
background-color css
<style>
a { background-color: #A16ADC; }
a { background-color: rgb(161,106,220); }
div.DivClassName
{
background-color: #A16ADC;
}
.BgClassName
{
background-color: #A16ADC;
}
</style>
border-color css
<style>
span { border-color: #A16ADC; }
span { border-color: rgb(161,106,220); }
td.TdClassName
{
border-color: #A16ADC;
}
.TagClassName
{
border-color: #A16ADC;
}
</style>