Shades of Amethyst #A65CDB
Tints of Amethyst #A65CDB
RGB
CMYK
RGB Variations
Color information
#A65CDB (or 0xA65CDB) is known color: Amethyst. HEX triplet: A6, 5C and DB. RGB value is (166,92,219). Sum of RGB (Red+Green+Blue) = 166+92+219=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #A65CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65CDB is #59A324. Grayscale: #808080. Windows color (decimal): -5874469 or 14376102. OLE color: 14376102.
HSL color Cylindrical-coordinate representation of color #A65CDB: hue angle of 274.96º 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 #A65CDB is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 92 | 219 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.14 |
| HSL | 274.96º | 0.64% | 0.61% | - |
| HSV(B) | 274.96º | 0.58% | 0.86% | - |
| XYZ | 32.34 | 20.88 | 69.34 | - |
| YUV | 128.6 | 179.02 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 219 | 0.24 | 0.58 | 0 | 0.14 | 274.96 | 0.64 | 0.61 |
| Hex | A6 | 5C | DB | 18 | 3A | 0 | E | 113 | 40 | 3D |
| Octal | 246 | 134 | 333 | 30 | 72 | 0 | 16 | 423 | 100 | 75 |
| Binary | 10100110 | 1011100 | 11011011 | 11000 | 111010 | 0 | 1110 | 100010011 | 1000000 | 111101 |
Color Harmonies of #A65CDB
Complementary color
Monochromatic Colors of #A65CDB
Black with #A65CDB
Text Example
Text Example
White with #A65CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65CDB; }
p { color: rgb(166,92,219); }
H1.HeaderClassName
{
color: #A65CDB;
}
.AnyTagClassName
{
color: #A65CDB;
}
</style>
background-color css
<style>
a { background-color: #A65CDB; }
a { background-color: rgb(166,92,219); }
div.DivClassName
{
background-color: #A65CDB;
}
.BgClassName
{
background-color: #A65CDB;
}
</style>
border-color css
<style>
span { border-color: #A65CDB; }
span { border-color: rgb(166,92,219); }
td.TdClassName
{
border-color: #A65CDB;
}
.TagClassName
{
border-color: #A65CDB;
}
</style>