Shades of Amethyst #A65CDF
Tints of Amethyst #A65CDF
RGB
CMYK
RGB Variations
Color information
#A65CDF (or 0xA65CDF) is known color: Amethyst. HEX triplet: A6, 5C and DF. RGB value is (166,92,223). Sum of RGB (Red+Green+Blue) = 166+92+223=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #A65CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65CDF is #59A320. Grayscale: #808080. Windows color (decimal): -5874465 or 14638246. OLE color: 14638246.
HSL color Cylindrical-coordinate representation of color #A65CDF: hue angle of 273.89º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A65CDF is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 92 | 223 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.13 |
| HSL | 273.89º | 0.67% | 0.62% | - |
| HSV(B) | 273.89º | 0.59% | 0.87% | - |
| XYZ | 32.87 | 21.09 | 72.15 | - |
| YUV | 129.06 | 181.02 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 223 | 0.26 | 0.59 | 0 | 0.13 | 273.89 | 0.67 | 0.62 |
| Hex | A6 | 5C | DF | 1A | 3B | 0 | D | 112 | 43 | 3E |
| Octal | 246 | 134 | 337 | 32 | 73 | 0 | 15 | 422 | 103 | 76 |
| Binary | 10100110 | 1011100 | 11011111 | 11010 | 111011 | 0 | 1101 | 100010010 | 1000011 | 111110 |
Color Harmonies of #A65CDF
Complementary color
Monochromatic Colors of #A65CDF
Black with #A65CDF
Text Example
Text Example
White with #A65CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65CDF; }
p { color: rgb(166,92,223); }
H1.HeaderClassName
{
color: #A65CDF;
}
.AnyTagClassName
{
color: #A65CDF;
}
</style>
background-color css
<style>
a { background-color: #A65CDF; }
a { background-color: rgb(166,92,223); }
div.DivClassName
{
background-color: #A65CDF;
}
.BgClassName
{
background-color: #A65CDF;
}
</style>
border-color css
<style>
span { border-color: #A65CDF; }
span { border-color: rgb(166,92,223); }
td.TdClassName
{
border-color: #A65CDF;
}
.TagClassName
{
border-color: #A65CDF;
}
</style>