Shades of Amethyst #A169C0
Tints of Amethyst #A169C0
RGB
CMYK
RGB Variations
Color information
#A169C0 (or 0xA169C0) is known color: Amethyst. HEX triplet: A1, 69 and C0. RGB value is (161,105,192). Sum of RGB (Red+Green+Blue) = 161+105+192=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 192 - color contains mainly: blue. Hex color #A169C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A169C0 is #5E963F. Grayscale: #838383. Windows color (decimal): -6198848 or 12609953. OLE color: 12609953.
HSL color Cylindrical-coordinate representation of color #A169C0: hue angle of 278.62º degrees, saturation: 0.41, 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 #A169C0 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 105 | 192 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.25 |
| HSL | 278.62º | 0.41% | 0.58% | - |
| HSV(B) | 278.62º | 0.45% | 0.75% | - |
| XYZ | 29.26 | 21.49 | 52.47 | - |
| YUV | 131.66 | 162.05 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 192 | 0.16 | 0.45 | 0 | 0.25 | 278.62 | 0.41 | 0.58 |
| Hex | A1 | 69 | C0 | 10 | 2D | 0 | 19 | 117 | 29 | 3A |
| Octal | 241 | 151 | 300 | 20 | 55 | 0 | 31 | 427 | 51 | 72 |
| Binary | 10100001 | 1101001 | 11000000 | 10000 | 101101 | 0 | 11001 | 100010111 | 101001 | 111010 |
Color Harmonies of #A169C0
Complementary color
Monochromatic Colors of #A169C0
Black with #A169C0
Text Example
Text Example
White with #A169C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A169C0; }
p { color: rgb(161,105,192); }
H1.HeaderClassName
{
color: #A169C0;
}
.AnyTagClassName
{
color: #A169C0;
}
</style>
background-color css
<style>
a { background-color: #A169C0; }
a { background-color: rgb(161,105,192); }
div.DivClassName
{
background-color: #A169C0;
}
.BgClassName
{
background-color: #A169C0;
}
</style>
border-color css
<style>
span { border-color: #A169C0; }
span { border-color: rgb(161,105,192); }
td.TdClassName
{
border-color: #A169C0;
}
.TagClassName
{
border-color: #A169C0;
}
</style>