Shades of Amethyst #A663CE
Tints of Amethyst #A663CE
RGB
CMYK
RGB Variations
Color information
#A663CE (or 0xA663CE) is known color: Amethyst. HEX triplet: A6, 63 and CE. RGB value is (166,99,206). Sum of RGB (Red+Green+Blue) = 166+99+206=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #A663CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A663CE is #599C31. Grayscale: #828282. Windows color (decimal): -5872690 or 13525926. OLE color: 13525926.
HSL color Cylindrical-coordinate representation of color #A663CE: hue angle of 277.57º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A663CE is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 99 | 206 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.19 |
| HSL | 277.57º | 0.52% | 0.6% | - |
| HSV(B) | 277.57º | 0.52% | 0.81% | - |
| XYZ | 31.33 | 21.49 | 60.89 | - |
| YUV | 131.23 | 170.2 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 99 | 206 | 0.19 | 0.52 | 0 | 0.19 | 277.57 | 0.52 | 0.6 |
| Hex | A6 | 63 | CE | 13 | 34 | 0 | 13 | 116 | 34 | 3C |
| Octal | 246 | 143 | 316 | 23 | 64 | 0 | 23 | 426 | 64 | 74 |
| Binary | 10100110 | 1100011 | 11001110 | 10011 | 110100 | 0 | 10011 | 100010110 | 110100 | 111100 |
Color Harmonies of #A663CE
Complementary color
Monochromatic Colors of #A663CE
Black with #A663CE
Text Example
Text Example
White with #A663CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A663CE; }
p { color: rgb(166,99,206); }
H1.HeaderClassName
{
color: #A663CE;
}
.AnyTagClassName
{
color: #A663CE;
}
</style>
background-color css
<style>
a { background-color: #A663CE; }
a { background-color: rgb(166,99,206); }
div.DivClassName
{
background-color: #A663CE;
}
.BgClassName
{
background-color: #A663CE;
}
</style>
border-color css
<style>
span { border-color: #A663CE; }
span { border-color: rgb(166,99,206); }
td.TdClassName
{
border-color: #A663CE;
}
.TagClassName
{
border-color: #A663CE;
}
</style>