Shades of Amethyst #A167D9
Tints of Amethyst #A167D9
RGB
CMYK
RGB Variations
Color information
#A167D9 (or 0xA167D9) is known color: Amethyst. HEX triplet: A1, 67 and D9. RGB value is (161,103,217). Sum of RGB (Red+Green+Blue) = 161+103+217=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 217 - color contains mainly: blue. Hex color #A167D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A167D9 is #5E9826. Grayscale: #848484. Windows color (decimal): -6199335 or 14247841. OLE color: 14247841.
HSL color Cylindrical-coordinate representation of color #A167D9: hue angle of 270.53º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A167D9 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 103 | 217 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.15 |
| HSL | 270.53º | 0.6% | 0.63% | - |
| HSV(B) | 270.53º | 0.53% | 0.85% | - |
| XYZ | 32.07 | 22.29 | 68.26 | - |
| YUV | 133.34 | 175.22 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 103 | 217 | 0.26 | 0.53 | 0 | 0.15 | 270.53 | 0.6 | 0.63 |
| Hex | A1 | 67 | D9 | 1A | 35 | 0 | F | 10F | 3C | 3F |
| Octal | 241 | 147 | 331 | 32 | 65 | 0 | 17 | 417 | 74 | 77 |
| Binary | 10100001 | 1100111 | 11011001 | 11010 | 110101 | 0 | 1111 | 100001111 | 111100 | 111111 |
Color Harmonies of #A167D9
Complementary color
Monochromatic Colors of #A167D9
Black with #A167D9
Text Example
Text Example
White with #A167D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A167D9; }
p { color: rgb(161,103,217); }
H1.HeaderClassName
{
color: #A167D9;
}
.AnyTagClassName
{
color: #A167D9;
}
</style>
background-color css
<style>
a { background-color: #A167D9; }
a { background-color: rgb(161,103,217); }
div.DivClassName
{
background-color: #A167D9;
}
.BgClassName
{
background-color: #A167D9;
}
</style>
border-color css
<style>
span { border-color: #A167D9; }
span { border-color: rgb(161,103,217); }
td.TdClassName
{
border-color: #A167D9;
}
.TagClassName
{
border-color: #A167D9;
}
</style>