Shades of Amethyst #A65DDB
Tints of Amethyst #A65DDB
RGB
CMYK
RGB Variations
Color information
#A65DDB (or 0xA65DDB) is known color: Amethyst. HEX triplet: A6, 5D and DB. RGB value is (166,93,219). Sum of RGB (Red+Green+Blue) = 166+93+219=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #A65DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65DDB is #59A224. Grayscale: #808080. Windows color (decimal): -5874213 or 14376358. OLE color: 14376358.
HSL color Cylindrical-coordinate representation of color #A65DDB: hue angle of 274.76º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A65DDB is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 93 | 219 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.14 |
| HSL | 274.76º | 0.64% | 0.61% | - |
| HSV(B) | 274.76º | 0.58% | 0.86% | - |
| XYZ | 32.43 | 21.05 | 69.37 | - |
| YUV | 129.19 | 178.68 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 219 | 0.24 | 0.58 | 0 | 0.14 | 274.76 | 0.64 | 0.61 |
| Hex | A6 | 5D | DB | 18 | 3A | 0 | E | 113 | 40 | 3D |
| Octal | 246 | 135 | 333 | 30 | 72 | 0 | 16 | 423 | 100 | 75 |
| Binary | 10100110 | 1011101 | 11011011 | 11000 | 111010 | 0 | 1110 | 100010011 | 1000000 | 111101 |
Color Harmonies of #A65DDB
Complementary color
Monochromatic Colors of #A65DDB
Black with #A65DDB
Text Example
Text Example
White with #A65DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65DDB; }
p { color: rgb(166,93,219); }
H1.HeaderClassName
{
color: #A65DDB;
}
.AnyTagClassName
{
color: #A65DDB;
}
</style>
background-color css
<style>
a { background-color: #A65DDB; }
a { background-color: rgb(166,93,219); }
div.DivClassName
{
background-color: #A65DDB;
}
.BgClassName
{
background-color: #A65DDB;
}
</style>
border-color css
<style>
span { border-color: #A65DDB; }
span { border-color: rgb(166,93,219); }
td.TdClassName
{
border-color: #A65DDB;
}
.TagClassName
{
border-color: #A65DDB;
}
</style>