Shades of Amethyst #A662D1
Tints of Amethyst #A662D1
RGB
CMYK
RGB Variations
Color information
#A662D1 (or 0xA662D1) is known color: Amethyst. HEX triplet: A6, 62 and D1. RGB value is (166,98,209). Sum of RGB (Red+Green+Blue) = 166+98+209=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 209 - color contains mainly: blue. Hex color #A662D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A662D1 is #599D2E. Grayscale: #828282. Windows color (decimal): -5872943 or 13722278. OLE color: 13722278.
HSL color Cylindrical-coordinate representation of color #A662D1: hue angle of 276.76º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A662D1 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 98 | 209 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.18 |
| HSL | 276.76º | 0.55% | 0.6% | - |
| HSV(B) | 276.76º | 0.53% | 0.82% | - |
| XYZ | 31.6 | 21.45 | 62.8 | - |
| YUV | 130.99 | 172.03 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 98 | 209 | 0.21 | 0.53 | 0 | 0.18 | 276.76 | 0.55 | 0.6 |
| Hex | A6 | 62 | D1 | 15 | 35 | 0 | 12 | 115 | 37 | 3C |
| Octal | 246 | 142 | 321 | 25 | 65 | 0 | 22 | 425 | 67 | 74 |
| Binary | 10100110 | 1100010 | 11010001 | 10101 | 110101 | 0 | 10010 | 100010101 | 110111 | 111100 |
Color Harmonies of #A662D1
Complementary color
Monochromatic Colors of #A662D1
Black with #A662D1
Text Example
Text Example
White with #A662D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A662D1; }
p { color: rgb(166,98,209); }
H1.HeaderClassName
{
color: #A662D1;
}
.AnyTagClassName
{
color: #A662D1;
}
</style>
background-color css
<style>
a { background-color: #A662D1; }
a { background-color: rgb(166,98,209); }
div.DivClassName
{
background-color: #A662D1;
}
.BgClassName
{
background-color: #A662D1;
}
</style>
border-color css
<style>
span { border-color: #A662D1; }
span { border-color: rgb(166,98,209); }
td.TdClassName
{
border-color: #A662D1;
}
.TagClassName
{
border-color: #A662D1;
}
</style>