Shades of Amethyst #A169BE
Tints of Amethyst #A169BE
RGB
CMYK
RGB Variations
Color information
#A169BE (or 0xA169BE) is known color: Amethyst. HEX triplet: A1, 69 and BE. RGB value is (161,105,190). Sum of RGB (Red+Green+Blue) = 161+105+190=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #A169BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A169BE is #5E9641. Grayscale: #838383. Windows color (decimal): -6198850 or 12478881. OLE color: 12478881.
HSL color Cylindrical-coordinate representation of color #A169BE: hue angle of 279.53º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A169BE is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 105 | 190 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.25 |
| HSL | 279.53º | 0.4% | 0.58% | - |
| HSV(B) | 279.53º | 0.45% | 0.75% | - |
| XYZ | 29.04 | 21.4 | 51.31 | - |
| YUV | 131.43 | 161.05 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 190 | 0.15 | 0.45 | 0 | 0.25 | 279.53 | 0.4 | 0.58 |
| Hex | A1 | 69 | BE | F | 2D | 0 | 19 | 118 | 28 | 3A |
| Octal | 241 | 151 | 276 | 17 | 55 | 0 | 31 | 430 | 50 | 72 |
| Binary | 10100001 | 1101001 | 10111110 | 1111 | 101101 | 0 | 11001 | 100011000 | 101000 | 111010 |
Color Harmonies of #A169BE
Complementary color
Monochromatic Colors of #A169BE
Black with #A169BE
Text Example
Text Example
White with #A169BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A169BE; }
p { color: rgb(161,105,190); }
H1.HeaderClassName
{
color: #A169BE;
}
.AnyTagClassName
{
color: #A169BE;
}
</style>
background-color css
<style>
a { background-color: #A169BE; }
a { background-color: rgb(161,105,190); }
div.DivClassName
{
background-color: #A169BE;
}
.BgClassName
{
background-color: #A169BE;
}
</style>
border-color css
<style>
span { border-color: #A169BE; }
span { border-color: rgb(161,105,190); }
td.TdClassName
{
border-color: #A169BE;
}
.TagClassName
{
border-color: #A169BE;
}
</style>