Shades of Amethyst #A166CD
Tints of Amethyst #A166CD
RGB
CMYK
RGB Variations
Color information
#A166CD (or 0xA166CD) is known color: Amethyst. HEX triplet: A1, 66 and CD. RGB value is (161,102,205). Sum of RGB (Red+Green+Blue) = 161+102+205=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #A166CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A166CD is #5E9932. Grayscale: #838383. Windows color (decimal): -6199603 or 13461153. OLE color: 13461153.
HSL color Cylindrical-coordinate representation of color #A166CD: hue angle of 274.37º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A166CD is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 102 | 205 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.20 |
| HSL | 274.37º | 0.51% | 0.6% | - |
| HSV(B) | 274.37º | 0.5% | 0.8% | - |
| XYZ | 30.47 | 21.49 | 60.3 | - |
| YUV | 131.38 | 169.55 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 205 | 0.21 | 0.50 | 0 | 0.20 | 274.37 | 0.51 | 0.6 |
| Hex | A1 | 66 | CD | 15 | 32 | 0 | 14 | 112 | 33 | 3C |
| Octal | 241 | 146 | 315 | 25 | 62 | 0 | 24 | 422 | 63 | 74 |
| Binary | 10100001 | 1100110 | 11001101 | 10101 | 110010 | 0 | 10100 | 100010010 | 110011 | 111100 |
Color Harmonies of #A166CD
Complementary color
Monochromatic Colors of #A166CD
Black with #A166CD
Text Example
Text Example
White with #A166CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A166CD; }
p { color: rgb(161,102,205); }
H1.HeaderClassName
{
color: #A166CD;
}
.AnyTagClassName
{
color: #A166CD;
}
</style>
background-color css
<style>
a { background-color: #A166CD; }
a { background-color: rgb(161,102,205); }
div.DivClassName
{
background-color: #A166CD;
}
.BgClassName
{
background-color: #A166CD;
}
</style>
border-color css
<style>
span { border-color: #A166CD; }
span { border-color: rgb(161,102,205); }
td.TdClassName
{
border-color: #A166CD;
}
.TagClassName
{
border-color: #A166CD;
}
</style>