#a661e7

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

Shades of Amethyst #A661E7

Tints of Amethyst #A661E7

Color information

#A661E7 (or 0xA661E7) is unknown color: approx Amethyst. HEX triplet: A6, 61 and E7. RGB value is (166,97,231). Sum of RGB (Red+Green+Blue) = 166+97+231=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 231 - color contains mainly: blue. Hex color #A661E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A661E7 is #599E18. Grayscale: #848484. Windows color (decimal): -5873177 or 15163814. OLE color: 15163814.

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

Color convert

RGB16697231-
CMYK0.280.5800.09
HSL270.9º73.63%64.31%-
HSV(B)270.9º58.01%90.59%-
XYZ34.4222.4378.12-
YUV132.91183.36151.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.60%
GREEN value IS 97 (38.28% from 255) = 19.64%
BLUE value IS 231 (90.62% from 255) = 46.76%
R=33.60%
G=19.64%
B=46.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal166972310.280.5800.09270.973.6364.31
HexA661E71C3A0910f4a40
Octal2461413473472011417112100
Binary10100110110000111100111111001110100100110000111110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a661e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a661e7; }

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

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

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

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

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

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

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

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