Shades of Amethyst #A663D0
Tints of Amethyst #A663D0
RGB
CMYK
RGB Variations
Color information
#A663D0 (or 0xA663D0) is known color: Amethyst. HEX triplet: A6, 63 and D0. RGB value is (166,99,208). Sum of RGB (Red+Green+Blue) = 166+99+208=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #A663D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A663D0 is #599C2F. Grayscale: #838383. Windows color (decimal): -5872688 or 13656998. OLE color: 13656998.
HSL color Cylindrical-coordinate representation of color #A663D0: hue angle of 276.88º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A663D0 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 99 | 208 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.18 |
| HSL | 276.88º | 0.54% | 0.6% | - |
| HSV(B) | 276.88º | 0.52% | 0.82% | - |
| XYZ | 31.57 | 21.58 | 62.18 | - |
| YUV | 131.46 | 171.2 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 99 | 208 | 0.20 | 0.52 | 0 | 0.18 | 276.88 | 0.54 | 0.6 |
| Hex | A6 | 63 | D0 | 14 | 34 | 0 | 12 | 115 | 36 | 3C |
| Octal | 246 | 143 | 320 | 24 | 64 | 0 | 22 | 425 | 66 | 74 |
| Binary | 10100110 | 1100011 | 11010000 | 10100 | 110100 | 0 | 10010 | 100010101 | 110110 | 111100 |
Color Harmonies of #A663D0
Complementary color
Monochromatic Colors of #A663D0
Black with #A663D0
Text Example
Text Example
White with #A663D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A663D0; }
p { color: rgb(166,99,208); }
H1.HeaderClassName
{
color: #A663D0;
}
.AnyTagClassName
{
color: #A663D0;
}
</style>
background-color css
<style>
a { background-color: #A663D0; }
a { background-color: rgb(166,99,208); }
div.DivClassName
{
background-color: #A663D0;
}
.BgClassName
{
background-color: #A663D0;
}
</style>
border-color css
<style>
span { border-color: #A663D0; }
span { border-color: rgb(166,99,208); }
td.TdClassName
{
border-color: #A663D0;
}
.TagClassName
{
border-color: #A663D0;
}
</style>