Shades of Amethyst #A16DC7
Tints of Amethyst #A16DC7
RGB
CMYK
RGB Variations
Color information
#A16DC7 (or 0xA16DC7) is known color: Amethyst. HEX triplet: A1, 6D and C7. RGB value is (161,109,199). Sum of RGB (Red+Green+Blue) = 161+109+199=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 199 - color contains mainly: blue. Hex color #A16DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16DC7 is #5E9238. Grayscale: #868686. Windows color (decimal): -6197817 or 13069729. OLE color: 13069729.
HSL color Cylindrical-coordinate representation of color #A16DC7: hue angle of 274.67º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A16DC7 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 109 | 199 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.22 |
| HSL | 274.67º | 0.45% | 0.6% | - |
| HSV(B) | 274.67º | 0.45% | 0.78% | - |
| XYZ | 30.48 | 22.64 | 56.8 | - |
| YUV | 134.81 | 164.23 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 199 | 0.19 | 0.45 | 0 | 0.22 | 274.67 | 0.45 | 0.6 |
| Hex | A1 | 6D | C7 | 13 | 2D | 0 | 16 | 113 | 2D | 3C |
| Octal | 241 | 155 | 307 | 23 | 55 | 0 | 26 | 423 | 55 | 74 |
| Binary | 10100001 | 1101101 | 11000111 | 10011 | 101101 | 0 | 10110 | 100010011 | 101101 | 111100 |
Color Harmonies of #A16DC7
Complementary color
Monochromatic Colors of #A16DC7
Black with #A16DC7
Text Example
Text Example
White with #A16DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16DC7; }
p { color: rgb(161,109,199); }
H1.HeaderClassName
{
color: #A16DC7;
}
.AnyTagClassName
{
color: #A16DC7;
}
</style>
background-color css
<style>
a { background-color: #A16DC7; }
a { background-color: rgb(161,109,199); }
div.DivClassName
{
background-color: #A16DC7;
}
.BgClassName
{
background-color: #A16DC7;
}
</style>
border-color css
<style>
span { border-color: #A16DC7; }
span { border-color: rgb(161,109,199); }
td.TdClassName
{
border-color: #A16DC7;
}
.TagClassName
{
border-color: #A16DC7;
}
</style>