Shades of Amethyst #A65EDB
Tints of Amethyst #A65EDB
RGB
CMYK
RGB Variations
Color information
#A65EDB (or 0xA65EDB) is known color: Amethyst. HEX triplet: A6, 5E and DB. RGB value is (166,94,219). Sum of RGB (Red+Green+Blue) = 166+94+219=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #A65EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65EDB is #59A124. Grayscale: #818181. Windows color (decimal): -5873957 or 14376614. OLE color: 14376614.
HSL color Cylindrical-coordinate representation of color #A65EDB: hue angle of 274.56º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A65EDB is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 94 | 219 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.14 |
| HSL | 274.56º | 0.63% | 0.61% | - |
| HSV(B) | 274.56º | 0.57% | 0.86% | - |
| XYZ | 32.51 | 21.23 | 69.4 | - |
| YUV | 129.78 | 178.35 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 94 | 219 | 0.24 | 0.57 | 0 | 0.14 | 274.56 | 0.63 | 0.61 |
| Hex | A6 | 5E | DB | 18 | 39 | 0 | E | 113 | 3F | 3D |
| Octal | 246 | 136 | 333 | 30 | 71 | 0 | 16 | 423 | 77 | 75 |
| Binary | 10100110 | 1011110 | 11011011 | 11000 | 111001 | 0 | 1110 | 100010011 | 111111 | 111101 |
Color Harmonies of #A65EDB
Complementary color
Monochromatic Colors of #A65EDB
Black with #A65EDB
Text Example
Text Example
White with #A65EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65EDB; }
p { color: rgb(166,94,219); }
H1.HeaderClassName
{
color: #A65EDB;
}
.AnyTagClassName
{
color: #A65EDB;
}
</style>
background-color css
<style>
a { background-color: #A65EDB; }
a { background-color: rgb(166,94,219); }
div.DivClassName
{
background-color: #A65EDB;
}
.BgClassName
{
background-color: #A65EDB;
}
</style>
border-color css
<style>
span { border-color: #A65EDB; }
span { border-color: rgb(166,94,219); }
td.TdClassName
{
border-color: #A65EDB;
}
.TagClassName
{
border-color: #A65EDB;
}
</style>