#A65EE7

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

Shades of Amethyst #A65EE7

Tints of Amethyst #A65EE7

Color information

#A65EE7 (or 0xA65EE7) is unknown color: approx Amethyst. HEX triplet: A6, 5E and E7. RGB value is (166,94,231). Sum of RGB (Red+Green+Blue) = 166+94+231=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 231 (90.62% from 255 or 47.05% from 491); Max value from RGB is 231 - color contains mainly: blue. Hex color #A65EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65EE7 is #59A118. Grayscale: #828282. Windows color (decimal): -5873945 or 15163046. OLE color: 15163046.

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

Color convert

RGB16694231-
CMYK0.280.5900.09
HSL271.53º74.05%63.73%-
HSV(B)271.53º59.31%90.59%-
XYZ34.1521.8878.02-
YUV131.15184.35152.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.81%
GREEN value IS 94 (37.11% from 255) = 19.14%
BLUE value IS 231 (90.62% from 255) = 47.05%
R=33.81%
G=19.14%
B=47.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal166942310.280.5900.09271.5374.0563.73
HexA65EE71C3B091104a40
Octal2461363473473011420112100
Binary10100110101111011100111111001110110100110001000010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65EE7; }

 p { color: rgb(166,94,231); }

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

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

 a { background-color: rgb(166,94,231); }

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

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

 span { border-color: rgb(166,94,231); }

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