Shades of Amethyst #A169D6
Tints of Amethyst #A169D6
RGB
CMYK
RGB Variations
Color information
#A169D6 (or 0xA169D6) is known color: Amethyst. HEX triplet: A1, 69 and D6. RGB value is (161,105,214). Sum of RGB (Red+Green+Blue) = 161+105+214=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 214 (83.98% from 255 or 44.58% from 480); Max value from RGB is 214 - color contains mainly: blue. Hex color #A169D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A169D6 is #5E9629. Grayscale: #858585. Windows color (decimal): -6198826 or 14051745. OLE color: 14051745.
HSL color Cylindrical-coordinate representation of color #A169D6: hue angle of 270.83º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A169D6 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 105 | 214 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.16 |
| HSL | 270.83º | 0.57% | 0.63% | - |
| HSV(B) | 270.83º | 0.51% | 0.84% | - |
| XYZ | 31.89 | 22.54 | 66.29 | - |
| YUV | 134.17 | 173.05 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 214 | 0.25 | 0.51 | 0 | 0.16 | 270.83 | 0.57 | 0.63 |
| Hex | A1 | 69 | D6 | 19 | 33 | 0 | 10 | 10F | 39 | 3F |
| Octal | 241 | 151 | 326 | 31 | 63 | 0 | 20 | 417 | 71 | 77 |
| Binary | 10100001 | 1101001 | 11010110 | 11001 | 110011 | 0 | 10000 | 100001111 | 111001 | 111111 |
Color Harmonies of #A169D6
Complementary color
Monochromatic Colors of #A169D6
Black with #A169D6
Text Example
Text Example
White with #A169D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A169D6; }
p { color: rgb(161,105,214); }
H1.HeaderClassName
{
color: #A169D6;
}
.AnyTagClassName
{
color: #A169D6;
}
</style>
background-color css
<style>
a { background-color: #A169D6; }
a { background-color: rgb(161,105,214); }
div.DivClassName
{
background-color: #A169D6;
}
.BgClassName
{
background-color: #A169D6;
}
</style>
border-color css
<style>
span { border-color: #A169D6; }
span { border-color: rgb(161,105,214); }
td.TdClassName
{
border-color: #A169D6;
}
.TagClassName
{
border-color: #A169D6;
}
</style>