Shades of Amethyst #A65EDE
Tints of Amethyst #A65EDE
RGB
CMYK
RGB Variations
Color information
#A65EDE (or 0xA65EDE) is known color: Amethyst. HEX triplet: A6, 5E and DE. RGB value is (166,94,222). Sum of RGB (Red+Green+Blue) = 166+94+222=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #A65EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65EDE is #59A121. Grayscale: #818181. Windows color (decimal): -5873954 or 14573222. OLE color: 14573222.
HSL color Cylindrical-coordinate representation of color #A65EDE: hue angle of 273.75º degrees, saturation: 0.66, 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 #A65EDE is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 94 | 222 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.13 |
| HSL | 273.75º | 0.66% | 0.62% | - |
| HSV(B) | 273.75º | 0.58% | 0.87% | - |
| XYZ | 32.91 | 21.39 | 71.5 | - |
| YUV | 130.12 | 179.85 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 94 | 222 | 0.25 | 0.58 | 0 | 0.13 | 273.75 | 0.66 | 0.62 |
| Hex | A6 | 5E | DE | 19 | 3A | 0 | D | 112 | 42 | 3E |
| Octal | 246 | 136 | 336 | 31 | 72 | 0 | 15 | 422 | 102 | 76 |
| Binary | 10100110 | 1011110 | 11011110 | 11001 | 111010 | 0 | 1101 | 100010010 | 1000010 | 111110 |
Color Harmonies of #A65EDE
Complementary color
Monochromatic Colors of #A65EDE
Black with #A65EDE
Text Example
Text Example
White with #A65EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65EDE; }
p { color: rgb(166,94,222); }
H1.HeaderClassName
{
color: #A65EDE;
}
.AnyTagClassName
{
color: #A65EDE;
}
</style>
background-color css
<style>
a { background-color: #A65EDE; }
a { background-color: rgb(166,94,222); }
div.DivClassName
{
background-color: #A65EDE;
}
.BgClassName
{
background-color: #A65EDE;
}
</style>
border-color css
<style>
span { border-color: #A65EDE; }
span { border-color: rgb(166,94,222); }
td.TdClassName
{
border-color: #A65EDE;
}
.TagClassName
{
border-color: #A65EDE;
}
</style>