Shades of Amethyst #A173D4
Tints of Amethyst #A173D4
RGB
CMYK
RGB Variations
Color information
#A173D4 (or 0xA173D4) is known color: Amethyst. HEX triplet: A1, 73 and D4. RGB value is (161,115,212). Sum of RGB (Red+Green+Blue) = 161+115+212=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 212 (83.20% from 255 or 43.44% from 488); Max value from RGB is 212 - color contains mainly: blue. Hex color #A173D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A173D4 is #5E8C2B. Grayscale: #8B8B8B. Windows color (decimal): -6196268 or 13923233. OLE color: 13923233.
HSL color Cylindrical-coordinate representation of color #A173D4: hue angle of 268.45º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A173D4 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 115 | 212 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.17 |
| HSL | 268.45º | 0.53% | 0.64% | - |
| HSV(B) | 268.45º | 0.46% | 0.83% | - |
| XYZ | 32.71 | 24.59 | 65.31 | - |
| YUV | 139.81 | 168.74 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 115 | 212 | 0.24 | 0.46 | 0 | 0.17 | 268.45 | 0.53 | 0.64 |
| Hex | A1 | 73 | D4 | 18 | 2E | 0 | 11 | 10C | 35 | 40 |
| Octal | 241 | 163 | 324 | 30 | 56 | 0 | 21 | 414 | 65 | 100 |
| Binary | 10100001 | 1110011 | 11010100 | 11000 | 101110 | 0 | 10001 | 100001100 | 110101 | 1000000 |
Color Harmonies of #A173D4
Complementary color
Monochromatic Colors of #A173D4
Black with #A173D4
Text Example
Text Example
White with #A173D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A173D4; }
p { color: rgb(161,115,212); }
H1.HeaderClassName
{
color: #A173D4;
}
.AnyTagClassName
{
color: #A173D4;
}
</style>
background-color css
<style>
a { background-color: #A173D4; }
a { background-color: rgb(161,115,212); }
div.DivClassName
{
background-color: #A173D4;
}
.BgClassName
{
background-color: #A173D4;
}
</style>
border-color css
<style>
span { border-color: #A173D4; }
span { border-color: rgb(161,115,212); }
td.TdClassName
{
border-color: #A173D4;
}
.TagClassName
{
border-color: #A173D4;
}
</style>