Shades of Amethyst #A65DDF
Tints of Amethyst #A65DDF
RGB
CMYK
RGB Variations
Color information
#A65DDF (or 0xA65DDF) is known color: Amethyst. HEX triplet: A6, 5D and DF. RGB value is (166,93,223). Sum of RGB (Red+Green+Blue) = 166+93+223=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #A65DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65DDF is #59A220. Grayscale: #818181. Windows color (decimal): -5874209 or 14638502. OLE color: 14638502.
HSL color Cylindrical-coordinate representation of color #A65DDF: hue angle of 273.69º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A65DDF is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 93 | 223 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.13 |
| HSL | 273.69º | 0.67% | 0.62% | - |
| HSV(B) | 273.69º | 0.58% | 0.87% | - |
| XYZ | 32.96 | 21.26 | 72.18 | - |
| YUV | 129.65 | 180.68 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 223 | 0.26 | 0.58 | 0 | 0.13 | 273.69 | 0.67 | 0.62 |
| Hex | A6 | 5D | DF | 1A | 3A | 0 | D | 112 | 43 | 3E |
| Octal | 246 | 135 | 337 | 32 | 72 | 0 | 15 | 422 | 103 | 76 |
| Binary | 10100110 | 1011101 | 11011111 | 11010 | 111010 | 0 | 1101 | 100010010 | 1000011 | 111110 |
Color Harmonies of #A65DDF
Complementary color
Monochromatic Colors of #A65DDF
Black with #A65DDF
Text Example
Text Example
White with #A65DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65DDF; }
p { color: rgb(166,93,223); }
H1.HeaderClassName
{
color: #A65DDF;
}
.AnyTagClassName
{
color: #A65DDF;
}
</style>
background-color css
<style>
a { background-color: #A65DDF; }
a { background-color: rgb(166,93,223); }
div.DivClassName
{
background-color: #A65DDF;
}
.BgClassName
{
background-color: #A65DDF;
}
</style>
border-color css
<style>
span { border-color: #A65DDF; }
span { border-color: rgb(166,93,223); }
td.TdClassName
{
border-color: #A65DDF;
}
.TagClassName
{
border-color: #A65DDF;
}
</style>