Shades of Amethyst #A170D3
Tints of Amethyst #A170D3
RGB
CMYK
RGB Variations
Color information
#A170D3 (or 0xA170D3) is known color: Amethyst. HEX triplet: A1, 70 and D3. RGB value is (161,112,211). Sum of RGB (Red+Green+Blue) = 161+112+211=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 211 - color contains mainly: blue. Hex color #A170D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A170D3 is #5E8F2C. Grayscale: #898989. Windows color (decimal): -6197037 or 13856929. OLE color: 13856929.
HSL color Cylindrical-coordinate representation of color #A170D3: hue angle of 269.7º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A170D3 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 112 | 211 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.17 |
| HSL | 269.7º | 0.53% | 0.63% | - |
| HSV(B) | 269.7º | 0.47% | 0.83% | - |
| XYZ | 32.25 | 23.87 | 64.54 | - |
| YUV | 137.94 | 169.23 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 211 | 0.24 | 0.47 | 0 | 0.17 | 269.7 | 0.53 | 0.63 |
| Hex | A1 | 70 | D3 | 18 | 2F | 0 | 11 | 10E | 35 | 3F |
| Octal | 241 | 160 | 323 | 30 | 57 | 0 | 21 | 416 | 65 | 77 |
| Binary | 10100001 | 1110000 | 11010011 | 11000 | 101111 | 0 | 10001 | 100001110 | 110101 | 111111 |
Color Harmonies of #A170D3
Complementary color
Monochromatic Colors of #A170D3
Black with #A170D3
Text Example
Text Example
White with #A170D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A170D3; }
p { color: rgb(161,112,211); }
H1.HeaderClassName
{
color: #A170D3;
}
.AnyTagClassName
{
color: #A170D3;
}
</style>
background-color css
<style>
a { background-color: #A170D3; }
a { background-color: rgb(161,112,211); }
div.DivClassName
{
background-color: #A170D3;
}
.BgClassName
{
background-color: #A170D3;
}
</style>
border-color css
<style>
span { border-color: #A170D3; }
span { border-color: rgb(161,112,211); }
td.TdClassName
{
border-color: #A170D3;
}
.TagClassName
{
border-color: #A170D3;
}
</style>