Shades of Amethyst #A168C5
Tints of Amethyst #A168C5
RGB
CMYK
RGB Variations
Color information
#A168C5 (or 0xA168C5) is known color: Amethyst. HEX triplet: A1, 68 and C5. RGB value is (161,104,197). Sum of RGB (Red+Green+Blue) = 161+104+197=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 197 (77.34% from 255 or 42.64% from 462); Max value from RGB is 197 - color contains mainly: blue. Hex color #A168C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A168C5 is #5E973A. Grayscale: #838383. Windows color (decimal): -6199099 or 12937377. OLE color: 12937377.
HSL color Cylindrical-coordinate representation of color #A168C5: hue angle of 276.77º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A168C5 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 104 | 197 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.23 |
| HSL | 276.77º | 0.44% | 0.59% | - |
| HSV(B) | 276.77º | 0.47% | 0.77% | - |
| XYZ | 29.73 | 21.51 | 55.41 | - |
| YUV | 131.65 | 164.88 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 197 | 0.18 | 0.47 | 0 | 0.23 | 276.77 | 0.44 | 0.59 |
| Hex | A1 | 68 | C5 | 12 | 2F | 0 | 17 | 115 | 2C | 3B |
| Octal | 241 | 150 | 305 | 22 | 57 | 0 | 27 | 425 | 54 | 73 |
| Binary | 10100001 | 1101000 | 11000101 | 10010 | 101111 | 0 | 10111 | 100010101 | 101100 | 111011 |
Color Harmonies of #A168C5
Complementary color
Monochromatic Colors of #A168C5
Black with #A168C5
Text Example
Text Example
White with #A168C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A168C5; }
p { color: rgb(161,104,197); }
H1.HeaderClassName
{
color: #A168C5;
}
.AnyTagClassName
{
color: #A168C5;
}
</style>
background-color css
<style>
a { background-color: #A168C5; }
a { background-color: rgb(161,104,197); }
div.DivClassName
{
background-color: #A168C5;
}
.BgClassName
{
background-color: #A168C5;
}
</style>
border-color css
<style>
span { border-color: #A168C5; }
span { border-color: rgb(161,104,197); }
td.TdClassName
{
border-color: #A168C5;
}
.TagClassName
{
border-color: #A168C5;
}
</style>