Shades of Amethyst #A65CEB
Tints of Amethyst #A65CEB
RGB
CMYK
RGB Variations
Color information
#A65CEB (or 0xA65CEB) is known color: Amethyst. HEX triplet: A6, 5C and EB. RGB value is (166,92,235). Sum of RGB (Red+Green+Blue) = 166+92+235=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #A65CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65CEB is #59A314. Grayscale: #818181. Windows color (decimal): -5874453 or 15424678. OLE color: 15424678.
HSL color Cylindrical-coordinate representation of color #A65CEB: hue angle of 271.05º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A65CEB is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 92 | 235 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.08 |
| HSL | 271.05º | 0.78% | 0.64% | - |
| HSV(B) | 271.05º | 0.61% | 0.92% | - |
| XYZ | 34.55 | 21.76 | 80.98 | - |
| YUV | 130.43 | 187.02 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 235 | 0.29 | 0.61 | 0 | 0.08 | 271.05 | 0.78 | 0.64 |
| Hex | A6 | 5C | EB | 1D | 3D | 0 | 8 | 10F | 4E | 40 |
| Octal | 246 | 134 | 353 | 35 | 75 | 0 | 10 | 417 | 116 | 100 |
| Binary | 10100110 | 1011100 | 11101011 | 11101 | 111101 | 0 | 1000 | 100001111 | 1001110 | 1000000 |
Color Harmonies of #A65CEB
Complementary color
Monochromatic Colors of #A65CEB
Black with #A65CEB
Text Example
Text Example
White with #A65CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65CEB; }
p { color: rgb(166,92,235); }
H1.HeaderClassName
{
color: #A65CEB;
}
.AnyTagClassName
{
color: #A65CEB;
}
</style>
background-color css
<style>
a { background-color: #A65CEB; }
a { background-color: rgb(166,92,235); }
div.DivClassName
{
background-color: #A65CEB;
}
.BgClassName
{
background-color: #A65CEB;
}
</style>
border-color css
<style>
span { border-color: #A65CEB; }
span { border-color: rgb(166,92,235); }
td.TdClassName
{
border-color: #A65CEB;
}
.TagClassName
{
border-color: #A65CEB;
}
</style>