Shades of Amethyst #A169DB
Tints of Amethyst #A169DB
RGB
CMYK
RGB Variations
Color information
#A169DB (or 0xA169DB) is known color: Amethyst. HEX triplet: A1, 69 and DB. RGB value is (161,105,219). Sum of RGB (Red+Green+Blue) = 161+105+219=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #A169DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A169DB is #5E9624. Grayscale: #868686. Windows color (decimal): -6198821 or 14379425. OLE color: 14379425.
HSL color Cylindrical-coordinate representation of color #A169DB: hue angle of 269.47º degrees, saturation: 0.61, 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 #A169DB is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 105 | 219 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.14 |
| HSL | 269.47º | 0.61% | 0.64% | - |
| HSV(B) | 269.47º | 0.52% | 0.86% | - |
| XYZ | 32.54 | 22.79 | 69.7 | - |
| YUV | 134.74 | 175.55 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 219 | 0.26 | 0.52 | 0 | 0.14 | 269.47 | 0.61 | 0.64 |
| Hex | A1 | 69 | DB | 1A | 34 | 0 | E | 10D | 3D | 40 |
| Octal | 241 | 151 | 333 | 32 | 64 | 0 | 16 | 415 | 75 | 100 |
| Binary | 10100001 | 1101001 | 11011011 | 11010 | 110100 | 0 | 1110 | 100001101 | 111101 | 1000000 |
Color Harmonies of #A169DB
Complementary color
Monochromatic Colors of #A169DB
Black with #A169DB
Text Example
Text Example
White with #A169DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A169DB; }
p { color: rgb(161,105,219); }
H1.HeaderClassName
{
color: #A169DB;
}
.AnyTagClassName
{
color: #A169DB;
}
</style>
background-color css
<style>
a { background-color: #A169DB; }
a { background-color: rgb(161,105,219); }
div.DivClassName
{
background-color: #A169DB;
}
.BgClassName
{
background-color: #A169DB;
}
</style>
border-color css
<style>
span { border-color: #A169DB; }
span { border-color: rgb(161,105,219); }
td.TdClassName
{
border-color: #A169DB;
}
.TagClassName
{
border-color: #A169DB;
}
</style>