Shades of Amethyst #A661D4
Tints of Amethyst #A661D4
RGB
CMYK
RGB Variations
Color information
#A661D4 (or 0xA661D4) is known color: Amethyst. HEX triplet: A6, 61 and D4. RGB value is (166,97,212). Sum of RGB (Red+Green+Blue) = 166+97+212=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 212 - color contains mainly: blue. Hex color #A661D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A661D4 is #599E2B. Grayscale: #828282. Windows color (decimal): -5873196 or 13918630. OLE color: 13918630.
HSL color Cylindrical-coordinate representation of color #A661D4: hue angle of 276º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A661D4 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 97 | 212 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.17 |
| HSL | 276º | 0.57% | 0.61% | - |
| HSV(B) | 276º | 0.54% | 0.83% | - |
| XYZ | 31.88 | 21.41 | 64.74 | - |
| YUV | 130.74 | 173.86 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 212 | 0.22 | 0.54 | 0 | 0.17 | 276 | 0.57 | 0.61 |
| Hex | A6 | 61 | D4 | 16 | 36 | 0 | 11 | 114 | 39 | 3D |
| Octal | 246 | 141 | 324 | 26 | 66 | 0 | 21 | 424 | 71 | 75 |
| Binary | 10100110 | 1100001 | 11010100 | 10110 | 110110 | 0 | 10001 | 100010100 | 111001 | 111101 |
Color Harmonies of #A661D4
Complementary color
Monochromatic Colors of #A661D4
Black with #A661D4
Text Example
Text Example
White with #A661D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A661D4; }
p { color: rgb(166,97,212); }
H1.HeaderClassName
{
color: #A661D4;
}
.AnyTagClassName
{
color: #A661D4;
}
</style>
background-color css
<style>
a { background-color: #A661D4; }
a { background-color: rgb(166,97,212); }
div.DivClassName
{
background-color: #A661D4;
}
.BgClassName
{
background-color: #A661D4;
}
</style>
border-color css
<style>
span { border-color: #A661D4; }
span { border-color: rgb(166,97,212); }
td.TdClassName
{
border-color: #A661D4;
}
.TagClassName
{
border-color: #A661D4;
}
</style>