Shades of Amethyst #A663CD
Tints of Amethyst #A663CD
RGB
CMYK
RGB Variations
Color information
#A663CD (or 0xA663CD) is known color: Amethyst. HEX triplet: A6, 63 and CD. RGB value is (166,99,205). Sum of RGB (Red+Green+Blue) = 166+99+205=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #A663CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A663CD is #599C32. Grayscale: #828282. Windows color (decimal): -5872691 or 13460390. OLE color: 13460390.
HSL color Cylindrical-coordinate representation of color #A663CD: hue angle of 277.92º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A663CD is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 99 | 205 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.20 |
| HSL | 277.92º | 0.51% | 0.6% | - |
| HSV(B) | 277.92º | 0.52% | 0.8% | - |
| XYZ | 31.21 | 21.44 | 60.25 | - |
| YUV | 131.12 | 169.7 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 99 | 205 | 0.19 | 0.52 | 0 | 0.20 | 277.92 | 0.51 | 0.6 |
| Hex | A6 | 63 | CD | 13 | 34 | 0 | 14 | 116 | 33 | 3C |
| Octal | 246 | 143 | 315 | 23 | 64 | 0 | 24 | 426 | 63 | 74 |
| Binary | 10100110 | 1100011 | 11001101 | 10011 | 110100 | 0 | 10100 | 100010110 | 110011 | 111100 |
Color Harmonies of #A663CD
Complementary color
Monochromatic Colors of #A663CD
Black with #A663CD
Text Example
Text Example
White with #A663CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A663CD; }
p { color: rgb(166,99,205); }
H1.HeaderClassName
{
color: #A663CD;
}
.AnyTagClassName
{
color: #A663CD;
}
</style>
background-color css
<style>
a { background-color: #A663CD; }
a { background-color: rgb(166,99,205); }
div.DivClassName
{
background-color: #A663CD;
}
.BgClassName
{
background-color: #A663CD;
}
</style>
border-color css
<style>
span { border-color: #A663CD; }
span { border-color: rgb(166,99,205); }
td.TdClassName
{
border-color: #A663CD;
}
.TagClassName
{
border-color: #A663CD;
}
</style>