#A65BE9

Color #A65BE9 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #A65BE9

Tints of Amethyst #A65BE9

Color information

#A65BE9 (or 0xA65BE9) is unknown color: approx Amethyst. HEX triplet: A6, 5B and E9. RGB value is (166,91,233). Sum of RGB (Red+Green+Blue) = 166+91+233=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 91 (35.94% from 255 or 18.57% from 490); Blue value is 233 (91.41% from 255 or 47.55% from 490); Max value from RGB is 233 - color contains mainly: blue. Hex color #A65BE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65BE9 is #59A416. Grayscale: #818181. Windows color (decimal): -5874711 or 15293350. OLE color: 15293350.

HSL color Cylindrical-coordinate representation of color #A65BE9: hue angle of 271.69º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A65BE9 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16691233-
CMYK0.290.6100.09
HSL271.69º76.34%63.53%-
HSV(B)271.69º60.94%91.37%-
XYZ34.1721.4779.43-
YUV129.61186.35153.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 33.88%
GREEN value IS 91 (35.94% from 255) = 18.57%
BLUE value IS 233 (91.41% from 255) = 47.55%
R=33.88%
G=18.57%
B=47.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal166912330.290.6100.09271.6976.3463.53
HexA65BE91D3D091104c40
Octal2461333513575011420114100
Binary10100110101101111101001111011111010100110001000010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65BE9; }

 p { color: rgb(166,91,233); }

 H1.HeaderClassName
 {
   color: #A65BE9;
 }
 .AnyTagClassName
 {
   color: #A65BE9;
 }
</style>
background-color css

<style>
 a { background-color: #A65BE9; }

 a { background-color: rgb(166,91,233); }

 div.DivClassName
 {
   background-color: #A65BE9;
 }
 .BgClassName
 {
   background-color: #A65BE9;
 }
</style>
border-color css

<style>
 span { border-color: #A65BE9; }

 span { border-color: rgb(166,91,233); }

 td.TdClassName
 {
   border-color: #A65BE9;
 }
 .TagClassName
 {
   border-color: #A65BE9;
 }
</style>