Shades of Amethyst #A172D0
Tints of Amethyst #A172D0
RGB
CMYK
RGB Variations
Color information
#A172D0 (or 0xA172D0) is known color: Amethyst. HEX triplet: A1, 72 and D0. RGB value is (161,114,208). Sum of RGB (Red+Green+Blue) = 161+114+208=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #A172D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A172D0 is #5E8D2F. Grayscale: #8A8A8A. Windows color (decimal): -6196528 or 13660833. OLE color: 13660833.
HSL color Cylindrical-coordinate representation of color #A172D0: hue angle of 270º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A172D0 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 114 | 208 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.18 |
| HSL | 270º | 0.5% | 0.63% | - |
| HSV(B) | 270º | 0.45% | 0.82% | - |
| XYZ | 32.1 | 24.17 | 62.65 | - |
| YUV | 138.77 | 167.07 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 114 | 208 | 0.23 | 0.45 | 0 | 0.18 | 270 | 0.5 | 0.63 |
| Hex | A1 | 72 | D0 | 17 | 2D | 0 | 12 | 10E | 32 | 3F |
| Octal | 241 | 162 | 320 | 27 | 55 | 0 | 22 | 416 | 62 | 77 |
| Binary | 10100001 | 1110010 | 11010000 | 10111 | 101101 | 0 | 10010 | 100001110 | 110010 | 111111 |
Color Harmonies of #A172D0
Complementary color
Monochromatic Colors of #A172D0
Black with #A172D0
Text Example
Text Example
White with #A172D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A172D0; }
p { color: rgb(161,114,208); }
H1.HeaderClassName
{
color: #A172D0;
}
.AnyTagClassName
{
color: #A172D0;
}
</style>
background-color css
<style>
a { background-color: #A172D0; }
a { background-color: rgb(161,114,208); }
div.DivClassName
{
background-color: #A172D0;
}
.BgClassName
{
background-color: #A172D0;
}
</style>
border-color css
<style>
span { border-color: #A172D0; }
span { border-color: rgb(161,114,208); }
td.TdClassName
{
border-color: #A172D0;
}
.TagClassName
{
border-color: #A172D0;
}
</style>