Shades of Amethyst #A169C5
Tints of Amethyst #A169C5
RGB
CMYK
RGB Variations
Color information
#A169C5 (or 0xA169C5) is known color: Amethyst. HEX triplet: A1, 69 and C5. RGB value is (161,105,197). Sum of RGB (Red+Green+Blue) = 161+105+197=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 197 (77.34% from 255 or 42.55% from 463); Max value from RGB is 197 - color contains mainly: blue. Hex color #A169C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A169C5 is #5E963A. Grayscale: #838383. Windows color (decimal): -6198843 or 12937633. OLE color: 12937633.
HSL color Cylindrical-coordinate representation of color #A169C5: hue angle of 276.52º 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 #A169C5 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 105 | 197 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.23 |
| HSL | 276.52º | 0.44% | 0.59% | - |
| HSV(B) | 276.52º | 0.47% | 0.77% | - |
| XYZ | 29.83 | 21.71 | 55.44 | - |
| YUV | 132.23 | 164.55 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 197 | 0.18 | 0.47 | 0 | 0.23 | 276.52 | 0.44 | 0.59 |
| Hex | A1 | 69 | C5 | 12 | 2F | 0 | 17 | 115 | 2C | 3B |
| Octal | 241 | 151 | 305 | 22 | 57 | 0 | 27 | 425 | 54 | 73 |
| Binary | 10100001 | 1101001 | 11000101 | 10010 | 101111 | 0 | 10111 | 100010101 | 101100 | 111011 |
Color Harmonies of #A169C5
Complementary color
Monochromatic Colors of #A169C5
Black with #A169C5
Text Example
Text Example
White with #A169C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A169C5; }
p { color: rgb(161,105,197); }
H1.HeaderClassName
{
color: #A169C5;
}
.AnyTagClassName
{
color: #A169C5;
}
</style>
background-color css
<style>
a { background-color: #A169C5; }
a { background-color: rgb(161,105,197); }
div.DivClassName
{
background-color: #A169C5;
}
.BgClassName
{
background-color: #A169C5;
}
</style>
border-color css
<style>
span { border-color: #A169C5; }
span { border-color: rgb(161,105,197); }
td.TdClassName
{
border-color: #A169C5;
}
.TagClassName
{
border-color: #A169C5;
}
</style>