Shades of Amethyst #A65BE4
Tints of Amethyst #A65BE4
RGB
CMYK
RGB Variations
Color information
#A65BE4 (or 0xA65BE4) is known color: Amethyst. HEX triplet: A6, 5B and E4. RGB value is (166,91,228). Sum of RGB (Red+Green+Blue) = 166+91+228=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 91 (35.94% from 255 or 18.76% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 228 - color contains mainly: blue. Hex color #A65BE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65BE4 is #59A41B. Grayscale: #808080. Windows color (decimal): -5874716 or 14965670. OLE color: 14965670.
HSL color Cylindrical-coordinate representation of color #A65BE4: hue angle of 272.85º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A65BE4 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 91 | 228 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.11 |
| HSL | 272.85º | 0.72% | 0.63% | - |
| HSV(B) | 272.85º | 0.6% | 0.89% | - |
| XYZ | 33.47 | 21.19 | 75.72 | - |
| YUV | 129.04 | 183.85 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 91 | 228 | 0.27 | 0.60 | 0 | 0.11 | 272.85 | 0.72 | 0.63 |
| Hex | A6 | 5B | E4 | 1B | 3C | 0 | B | 111 | 48 | 3F |
| Octal | 246 | 133 | 344 | 33 | 74 | 0 | 13 | 421 | 110 | 77 |
| Binary | 10100110 | 1011011 | 11100100 | 11011 | 111100 | 0 | 1011 | 100010001 | 1001000 | 111111 |
Color Harmonies of #A65BE4
Complementary color
Monochromatic Colors of #A65BE4
Black with #A65BE4
Text Example
Text Example
White with #A65BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65BE4; }
p { color: rgb(166,91,228); }
H1.HeaderClassName
{
color: #A65BE4;
}
.AnyTagClassName
{
color: #A65BE4;
}
</style>
background-color css
<style>
a { background-color: #A65BE4; }
a { background-color: rgb(166,91,228); }
div.DivClassName
{
background-color: #A65BE4;
}
.BgClassName
{
background-color: #A65BE4;
}
</style>
border-color css
<style>
span { border-color: #A65BE4; }
span { border-color: rgb(166,91,228); }
td.TdClassName
{
border-color: #A65BE4;
}
.TagClassName
{
border-color: #A65BE4;
}
</style>