Shades of Amethyst #A65BEB
Tints of Amethyst #A65BEB
RGB
CMYK
RGB Variations
Color information
#A65BEB (or 0xA65BEB) is known color: Amethyst. HEX triplet: A6, 5B and EB. RGB value is (166,91,235). Sum of RGB (Red+Green+Blue) = 166+91+235=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #A65BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65BEB is #59A414. Grayscale: #818181. Windows color (decimal): -5874709 or 15424422. OLE color: 15424422.
HSL color Cylindrical-coordinate representation of color #A65BEB: hue angle of 271.25º 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 #A65BEB is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 91 | 235 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.08 |
| HSL | 271.25º | 0.78% | 0.64% | - |
| HSV(B) | 271.25º | 0.61% | 0.92% | - |
| XYZ | 34.46 | 21.59 | 80.95 | - |
| YUV | 129.84 | 187.35 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 91 | 235 | 0.29 | 0.61 | 0 | 0.08 | 271.25 | 0.78 | 0.64 |
| Hex | A6 | 5B | EB | 1D | 3D | 0 | 8 | 10F | 4E | 40 |
| Octal | 246 | 133 | 353 | 35 | 75 | 0 | 10 | 417 | 116 | 100 |
| Binary | 10100110 | 1011011 | 11101011 | 11101 | 111101 | 0 | 1000 | 100001111 | 1001110 | 1000000 |
Color Harmonies of #A65BEB
Complementary color
Monochromatic Colors of #A65BEB
Black with #A65BEB
Text Example
Text Example
White with #A65BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65BEB; }
p { color: rgb(166,91,235); }
H1.HeaderClassName
{
color: #A65BEB;
}
.AnyTagClassName
{
color: #A65BEB;
}
</style>
background-color css
<style>
a { background-color: #A65BEB; }
a { background-color: rgb(166,91,235); }
div.DivClassName
{
background-color: #A65BEB;
}
.BgClassName
{
background-color: #A65BEB;
}
</style>
border-color css
<style>
span { border-color: #A65BEB; }
span { border-color: rgb(166,91,235); }
td.TdClassName
{
border-color: #A65BEB;
}
.TagClassName
{
border-color: #A65BEB;
}
</style>