Shades of Amethyst #A65ED8
Tints of Amethyst #A65ED8
RGB
CMYK
RGB Variations
Color information
#A65ED8 (or 0xA65ED8) is known color: Amethyst. HEX triplet: A6, 5E and D8. RGB value is (166,94,216). Sum of RGB (Red+Green+Blue) = 166+94+216=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 216 (84.77% from 255 or 45.38% from 476); Max value from RGB is 216 - color contains mainly: blue. Hex color #A65ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65ED8 is #59A127. Grayscale: #818181. Windows color (decimal): -5873960 or 14180006. OLE color: 14180006.
HSL color Cylindrical-coordinate representation of color #A65ED8: hue angle of 275.41º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A65ED8 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 94 | 216 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.15 |
| HSL | 275.41º | 0.61% | 0.61% | - |
| HSV(B) | 275.41º | 0.56% | 0.85% | - |
| XYZ | 32.12 | 21.07 | 67.34 | - |
| YUV | 129.44 | 176.85 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 94 | 216 | 0.23 | 0.56 | 0 | 0.15 | 275.41 | 0.61 | 0.61 |
| Hex | A6 | 5E | D8 | 17 | 38 | 0 | F | 113 | 3D | 3D |
| Octal | 246 | 136 | 330 | 27 | 70 | 0 | 17 | 423 | 75 | 75 |
| Binary | 10100110 | 1011110 | 11011000 | 10111 | 111000 | 0 | 1111 | 100010011 | 111101 | 111101 |
Color Harmonies of #A65ED8
Complementary color
Monochromatic Colors of #A65ED8
Black with #A65ED8
Text Example
Text Example
White with #A65ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65ED8; }
p { color: rgb(166,94,216); }
H1.HeaderClassName
{
color: #A65ED8;
}
.AnyTagClassName
{
color: #A65ED8;
}
</style>
background-color css
<style>
a { background-color: #A65ED8; }
a { background-color: rgb(166,94,216); }
div.DivClassName
{
background-color: #A65ED8;
}
.BgClassName
{
background-color: #A65ED8;
}
</style>
border-color css
<style>
span { border-color: #A65ED8; }
span { border-color: rgb(166,94,216); }
td.TdClassName
{
border-color: #A65ED8;
}
.TagClassName
{
border-color: #A65ED8;
}
</style>