Shades of Amethyst #A169D0
Tints of Amethyst #A169D0
RGB
CMYK
RGB Variations
Color information
#A169D0 (or 0xA169D0) is known color: Amethyst. HEX triplet: A1, 69 and D0. RGB value is (161,105,208). Sum of RGB (Red+Green+Blue) = 161+105+208=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 208 (81.64% from 255 or 43.88% from 474); Max value from RGB is 208 - color contains mainly: blue. Hex color #A169D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A169D0 is #5E962F. Grayscale: #858585. Windows color (decimal): -6198832 or 13658529. OLE color: 13658529.
HSL color Cylindrical-coordinate representation of color #A169D0: hue angle of 272.62º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A169D0 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 105 | 208 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.18 |
| HSL | 272.62º | 0.52% | 0.61% | - |
| HSV(B) | 272.62º | 0.5% | 0.82% | - |
| XYZ | 31.13 | 22.23 | 62.33 | - |
| YUV | 133.49 | 170.05 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 208 | 0.23 | 0.50 | 0 | 0.18 | 272.62 | 0.52 | 0.61 |
| Hex | A1 | 69 | D0 | 17 | 32 | 0 | 12 | 111 | 34 | 3D |
| Octal | 241 | 151 | 320 | 27 | 62 | 0 | 22 | 421 | 64 | 75 |
| Binary | 10100001 | 1101001 | 11010000 | 10111 | 110010 | 0 | 10010 | 100010001 | 110100 | 111101 |
Color Harmonies of #A169D0
Complementary color
Monochromatic Colors of #A169D0
Black with #A169D0
Text Example
Text Example
White with #A169D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A169D0; }
p { color: rgb(161,105,208); }
H1.HeaderClassName
{
color: #A169D0;
}
.AnyTagClassName
{
color: #A169D0;
}
</style>
background-color css
<style>
a { background-color: #A169D0; }
a { background-color: rgb(161,105,208); }
div.DivClassName
{
background-color: #A169D0;
}
.BgClassName
{
background-color: #A169D0;
}
</style>
border-color css
<style>
span { border-color: #A169D0; }
span { border-color: rgb(161,105,208); }
td.TdClassName
{
border-color: #A169D0;
}
.TagClassName
{
border-color: #A169D0;
}
</style>